/* Astani Schema — FAQ meta box admin styling */

.astani-faq-wrap .astani-faq-list {
	margin-top: 12px;
}
.astani-faq-wrap .astani-faq-row {
	background: #f6f7f7;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	padding: 12px 14px;
	margin-bottom: 12px;
}
.astani-faq-wrap .astani-faq-row-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}
.astani-faq-wrap .astani-faq-row-header strong {
	color: #1d2327;
}
.astani-faq-wrap .astani-faq-row label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
	color: #1d2327;
}
.astani-faq-wrap .astani-faq-row input[type="text"],
.astani-faq-wrap .astani-faq-row textarea {
	width: 100%;
	box-sizing: border-box;
}
.astani-faq-wrap .astani-faq-add {
	margin-top: 8px;
}
.astani-faq-wrap .button-link-delete {
	color: #b32d2e;
	text-decoration: none;
	cursor: pointer;
	background: none;
	border: 0;
	padding: 0;
	font-size: 13px;
}
.astani-faq-wrap .button-link-delete:hover {
	color: #8c1c1d;
	text-decoration: underline;
}

/* Frontend FAQ tab — uses the EXACT same HTML format as the Hongo theme's
   "Delivery & Returns" tab (<h6><b>title</b></h6> + <p>body</p>), so theme
   styles handle the look. We only add minimal item spacing. */
.astani-faq .astani-faq-item {
	margin: 0 0 18px;
}
.astani-faq .astani-faq-item:last-child {
	margin-bottom: 0;
}
