/* Styles solely for metabox rendering in posts/pages/etc.
/* Do not put any other styles in here
*/


.hbi-faqs-block .faq-item {
    display: block;
    margin-bottom: 1.5rem;
	list-style-type: none;
}

.hbi-faqs-block .faq-item li {
	list-style: none;
}

.hbi-faqs-block .faq-item label {
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.hbi-faqs-block .faq-item input,
.hbi-faqs-block .faq-item textarea {
    padding: 0.4rem 0.5rem;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

.hbi-faqs-block .faq-item textarea {
    resize: vertical;
    min-height: 60px;
}
