/* ==========================================================================
   MOVA Shop — Reviews & Rating Stylesheet
   ========================================================================== */

/* --- Star Colors (Global) --- */
.star-filled,
svg.star-filled {
	fill: #E6A122 !important;
}

.star-empty,
svg.star-empty {
	fill: #D8D2C4 !important;
}

/* --- 1. Product Header Rating (Near H1) --- */
.product-header-rating {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 8px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.product-header-rating .rating-stars-wrapper {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

/* Precision fractional stars container */
.mova-stars-fractional {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	color: #D8D2C4;
	letter-spacing: 2px;
}

.mova-stars-fractional::before {
	content: '★★★★★';
	letter-spacing: 2px;
}

.mova-stars-fractional-inner {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
	color: #E6A122;
	letter-spacing: 2px;
}

.mova-stars-fractional-inner::before {
	content: '★★★★★';
	letter-spacing: 2px;
}

.product-header-rating .rating-score-num {
	font-family: "NeueRegular", sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #245949;
	line-height: 1;
}

.product-header-rating .rating-reviews-link {
	font-family: "NeueRegular", sans-serif;
	font-size: 14px;
	color: #6C726F;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.2s ease;
	cursor: pointer;
}

.product-header-rating .rating-reviews-link:hover {
	color: #245949;
}

.product-header-rating .rating-empty-cta {
	font-family: "NeueRegular", sans-serif;
	font-size: 14px;
	color: #245949;
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 500;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.product-header-rating .rating-empty-cta:hover {
	opacity: 0.8;
}

/* --- 2. Compact Rating on Product Cards (.beer-card) --- */
.beer-card .card-rating-compact {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 6px 0 8px 0;
	min-height: 20px;
}

.beer-card .card-rating-compact .star-icon {
	width: 14px;
	height: 14px;
	fill: #E6A122;
}

.beer-card .card-rating-compact .card-rating-score {
	font-family: "NeueRegular", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #363636;
	line-height: 1;
}

.beer-card .card-rating-compact .card-rating-count {
	font-family: "NeueRegular", sans-serif;
	font-size: 12px;
	color: #8C8C8C;
	line-height: 1;
}

.beer-card .card-rating-compact.is-empty {
	opacity: 0.6;
}
.beer-card .card-rating-compact.is-empty .star-icon {
	fill: #CFC9BC;
}

/* --- 3. Main Reviews Block (Product Page) --- */
.product-reviews-section {
	padding: 60px 0;
	background-color: #FAF7F0;
	border-top: 1px solid #EAE6D8;
	border-bottom: 1px solid #EAE6D8;
	margin-top: 40px;
}

.product-reviews-section .section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
	flex-wrap: wrap;
	gap: 20px;
}

.product-reviews-section .section-title {
	font-family: "DrukBold", sans-serif;
	font-size: 48px;
	text-transform: uppercase;
	color: #245949;
	margin: 0;
	line-height: 1;
	letter-spacing: 0.5px;
}

@media (max-width: 767px) {
	.product-reviews-section .section-title {
		font-size: 34px;
	}
}

.product-reviews-section .btn-open-review-form {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #245949;
	color: #FAF7F0;
	font-family: "NeueRegular", sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 28px;
	border-radius: 40px;
	border: 1px solid #245949;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	text-decoration: none;
}

.product-reviews-section .btn-open-review-form:hover {
	background-color: #1a4236;
	color: #FFFFFF;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(36, 89, 73, 0.2);
}

.product-reviews-section .btn-open-review-form svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

/* Rating Summary Box */
.reviews-summary-card {
	background-color: #FFFFFF;
	border: 1px solid #EAE6D8;
	border-radius: 16px;
	padding: 32px;
	margin-bottom: 35px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.reviews-summary-card .summary-grid {
	display: grid;
	grid-template-columns: 240px 1fr;
	align-items: center;
	gap: 40px;
}

@media (max-width: 991px) {
	.reviews-summary-card .summary-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}
}

.summary-score-box {
	text-align: center;
	border-right: 1px solid #EAE6D8;
	padding-right: 30px;
}

@media (max-width: 991px) {
	.summary-score-box {
		border-right: none;
		border-bottom: 1px solid #EAE6D8;
		padding-right: 0;
		padding-bottom: 25px;
	}
}

.summary-score-box .score-big {
	font-family: "DrukBold", sans-serif;
	font-size: 64px;
	line-height: 1;
	color: #245949;
	margin-bottom: 8px;
}

.summary-score-box .score-stars {
	margin-bottom: 8px;
}

.summary-score-box .score-total-count {
	font-family: "NeueRegular", sans-serif;
	font-size: 14px;
	color: #7A807D;
}

/* Breakdown Progress Bars */
.summary-bars {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.summary-bar-row {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: "NeueRegular", sans-serif;
	font-size: 14px;
	color: #555;
}

.summary-bar-label {
	width: 50px;
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 500;
}

.summary-bar-label svg {
	width: 12px;
	height: 12px;
	fill: #E6A122;
}

.summary-bar-track {
	flex: 1;
	height: 8px;
	background-color: #EFEBE0;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.summary-bar-fill {
	height: 100%;
	background-color: #245949;
	border-radius: 4px;
	transition: width 0.6s ease;
}

.summary-bar-count {
	width: 35px;
	text-align: right;
	font-size: 13px;
	color: #8C8C8C;
}

/* --- 4. Review Controls (Sorting) --- */
.reviews-controls-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	flex-wrap: wrap;
	gap: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EAE6D8;
}

.reviews-sort-group {
	display: flex;
	align-items: center;
	gap: 10px;
}

.reviews-sort-label {
	font-family: "NeueRegular", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #363636;
}

.reviews-sort-select {
	font-family: "NeueRegular", sans-serif;
	font-size: 14px;
	color: #245949;
	background-color: #FFFFFF;
	border: 1px solid #D8D2C4;
	border-radius: 20px;
	padding: 6px 30px 6px 14px;
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23245949' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	outline: none;
	transition: border-color 0.2s ease;
}

.reviews-sort-select:focus {
	border-color: #245949;
}

/* --- 5. Reviews List --- */
.reviews-items-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.review-item-card {
	background-color: #FFFFFF;
	border: 1px solid #EAE6D8;
	border-radius: 16px;
	padding: 24px 28px;
	transition: box-shadow 0.2s ease;
}

.review-item-card:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.review-item-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
	flex-wrap: wrap;
	gap: 10px;
}

.review-author-info {
	display: flex;
	align-items: center;
	gap: 12px;
}

.review-avatar-circle {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #245949;
	color: #FAF7F0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "DrukBold", sans-serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.5px;
	flex-shrink: 0;
}

.review-author-name {
	font-family: "NeueRegular", sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #245949;
	margin: 0 0 2px 0;
}

.review-date-posted {
	font-family: "NeueRegular", sans-serif;
	font-size: 13px;
	color: #8C8C8C;
	margin: 0;
}

.review-stars-rating {
	display: flex;
	align-items: center;
	gap: 4px;
}

.review-stars-rating svg,
.review-stars-rating .star {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.review-stars-rating svg.star-filled,
.review-stars-rating .star-filled {
	fill: #E6A122 !important;
}

.review-stars-rating svg.star-empty,
.review-stars-rating .star-empty {
	fill: #D8D2C4 !important;
}

.review-item-body {
	font-family: "NeueRegular", sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #363636;
	margin-top: 10px;
	word-break: break-word;
}

/* Store Reply Component */
.review-store-reply {
	margin-top: 18px;
	background-color: #FAF7F0;
	border-left: 3px solid #245949;
	border-radius: 0 12px 12px 0;
	padding: 16px 20px;
}

.review-store-reply .reply-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 6px;
	flex-wrap: wrap;
	gap: 8px;
}

.review-store-reply .reply-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: "NeueRegular", sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #245949;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.review-store-reply .reply-badge svg {
	width: 14px;
	height: 14px;
	fill: #245949;
}

.review-store-reply .reply-date {
	font-size: 12px;
	color: #8C8C8C;
}

.review-store-reply .reply-content {
	font-family: "NeueRegular", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #4A4A4A;
	margin: 0;
}

/* Empty Reviews State */
.reviews-empty-state {
	text-align: center;
	padding: 45px 20px;
	background-color: #FFFFFF;
	border: 1px dashed #D8D2C4;
	border-radius: 16px;
}

.reviews-empty-state .empty-icon {
	width: 50px;
	height: 50px;
	fill: #CFC9BC;
	margin-bottom: 14px;
}

.reviews-empty-state .empty-text {
	font-family: "NeueRegular", sans-serif;
	font-size: 17px;
	color: #6C726F;
	margin-bottom: 20px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

/* Load More Button */
.reviews-load-more-wrapper {
	text-align: center;
	margin-top: 30px;
}

.btn-load-more-reviews {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background-color: transparent;
	color: #245949;
	border: 2px solid #245949;
	border-radius: 30px;
	padding: 12px 32px;
	font-family: "NeueRegular", sans-serif;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.25s ease;
}

.btn-load-more-reviews:hover {
	background-color: #245949;
	color: #FAF7F0;
}

.btn-load-more-reviews .spinner {
	display: none;
	width: 16px;
	height: 16px;
	border: 2px solid currentColor;
	border-top-color: transparent;
	border-radius: 50%;
	animation: mova-spin 0.8s linear infinite;
}

.btn-load-more-reviews.is-loading .spinner {
	display: inline-block;
}

/* --- 6. Add Review Form (Modal / Collapsible Panel) --- */
.add-review-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	padding: 20px;
}

.add-review-modal-overlay.is-active {
	opacity: 1;
	visibility: visible;
}

.add-review-modal-window {
	background-color: #FAF7F0;
	border: 1px solid #EAE6D8;
	border-radius: 20px;
	width: 100%;
	max-width: 580px;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
	position: relative;
	padding: 36px 32px;
	transform: scale(0.95) translateY(10px);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.add-review-modal-overlay.is-active .add-review-modal-window {
	transform: scale(1) translateY(0);
}

.modal-close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #6C726F;
	transition: all 0.2s ease;
}

.modal-close-btn:hover {
	background-color: #EFEBE0;
	color: #363636;
}

.modal-close-btn svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
}

.modal-form-title {
	font-family: "DrukBold", sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	color: #245949;
	margin: 0 0 6px 0;
	line-height: 1.1;
}

.modal-form-subtitle {
	font-family: "NeueRegular", sans-serif;
	font-size: 14px;
	color: #6C726F;
	margin: 0 0 24px 0;
}

/* Interactive Star Picker */
.form-rating-picker-wrap {
	margin-bottom: 22px;
}

.form-rating-picker-wrap label {
	display: block;
	font-family: "NeueRegular", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #363636;
	margin-bottom: 8px;
}

.star-rating-selector {
	display: flex;
	align-items: center;
	gap: 6px;
}

.star-rating-selector .star-btn {
	background: none;
	border: none;
	padding: 4px;
	cursor: pointer;
	color: #D8D2C4;
	transition: transform 0.15s ease, color 0.15s ease;
	outline: none;
}

.star-rating-selector .star-btn svg {
	width: 30px;
	height: 30px;
	fill: currentColor;
}

.star-rating-selector .star-btn:hover {
	transform: scale(1.15);
}

.star-rating-selector .star-btn.is-active,
.star-rating-selector .star-btn.is-hovered {
	color: #E6A122;
}

.star-rating-text-hint {
	font-family: "NeueRegular", sans-serif;
	font-size: 14px;
	color: #245949;
	font-weight: 600;
	margin-left: 10px;
	min-width: 100px;
}

/* Form Fields */
.mova-form-group {
	margin-bottom: 18px;
}

.mova-form-group label {
	display: block;
	font-family: "NeueRegular", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #363636;
	margin-bottom: 6px;
}

.mova-form-group label .required-star {
	color: #D9534F;
	margin-left: 2px;
}

.mova-form-input,
.mova-form-textarea {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #D8D2C4;
	border-radius: 10px;
	padding: 12px 16px;
	font-family: "NeueRegular", sans-serif;
	font-size: 15px;
	color: #363636;
	outline: none;
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mova-form-input:focus,
.mova-form-textarea:focus {
	border-color: #245949;
	box-shadow: 0 0 0 3px rgba(36, 89, 73, 0.12);
}

.mova-form-textarea {
	resize: vertical;
	min-height: 100px;
}

.mova-form-group .form-hint {
	font-size: 12px;
	color: #8C8C8C;
	margin-top: 4px;
}

.mova-form-checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	font-family: "NeueRegular", sans-serif;
	font-size: 13px;
	color: #555;
	margin: 18px 0 24px 0;
	line-height: 1.4;
	user-select: none;
}

.mova-form-checkbox-label input[type="checkbox"] {
	margin-top: 2px;
	accent-color: #245949;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

/* Honeypot hidden fields */
.mova-hp-field {
	display: none !important;
	opacity: 0;
	position: absolute;
	left: -9999px;
}

/* Submit Button */
.btn-submit-review {
	width: 100%;
	background-color: #245949;
	color: #FAF7F0;
	border: none;
	border-radius: 30px;
	padding: 15px 24px;
	font-family: "NeueRegular", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.25s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.btn-submit-review:hover {
	background-color: #1a4236;
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(36, 89, 73, 0.2);
}

.btn-submit-review:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

.btn-submit-review .spinner {
	display: none;
	width: 18px;
	height: 18px;
	border: 2px solid #FAF7F0;
	border-top-color: transparent;
	border-radius: 50%;
	animation: mova-spin 0.8s linear infinite;
}

.btn-submit-review.is-loading .spinner {
	display: inline-block;
}

/* Form Validation & Alerts */
.mova-form-alert {
	padding: 14px 18px;
	border-radius: 10px;
	font-family: "NeueRegular", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 20px;
	display: none;
}

.mova-form-alert.alert-danger {
	background-color: #F8D7DA;
	border: 1px solid #F5C6CB;
	color: #721C24;
}

.mova-form-alert.alert-success {
	background-color: #D4EDDA;
	border: 1px solid #C3E6CB;
	color: #155724;
}

.mova-input-error {
	border-color: #D9534F !important;
	background-color: #FFF5F5 !important;
}

.mova-field-error-msg {
	font-size: 12px;
	color: #D9534F;
	margin-top: 4px;
	font-weight: 500;
}

@keyframes mova-spin {
	to { transform: rotate(360deg); }
}

/* --- 7. Recently Viewed Products Block --- */
.recently-viewed-products-container {
	width: 100%;
}

.recently-viewed-wrap {
	padding: 0 23px 100px;
	margin-top: 20px;
}

@media (max-width: 991px) {
	.recently-viewed-wrap {
		margin-bottom: 72px;
		padding: 0 20px 60px;
	}
}

@media (max-width: 767px) {
	.recently-viewed-wrap {
		padding: 0 13px;
		margin-bottom: 75px;
	}

	.recently-viewed-header h2 {
		margin-bottom: 20px;
	}

	.recently-viewed-wrap .recently-viewed-row {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		padding-bottom: 15px;
		margin-left: -13px;
		margin-right: -13px;
		padding-left: 13px;
		padding-right: 13px;
	}

	.recently-viewed-wrap .recently-viewed-row > .col-xs-6 {
		flex: 0 0 75%;
		max-width: 75%;
		scroll-snap-align: start;
	}

	.recently-viewed-wrap .recently-viewed-row::-webkit-scrollbar {
		height: 4px;
	}

	.recently-viewed-wrap .recently-viewed-row::-webkit-scrollbar-track {
		background: #EFEBE0;
		border-radius: 2px;
	}

	.recently-viewed-wrap .recently-viewed-row::-webkit-scrollbar-thumb {
		background: #245949;
		border-radius: 2px;
	}
}

/* ==========================================================================
   FAQ ACCORDION COMPONENT
   ========================================================================== */

.mova-faq-section {
	padding: 0 23px;
	margin-top: 50px;
	margin-bottom: 80px;
}

.mova-faq-section .faq-header {
	margin-bottom: 28px;
}

.mova-faq-section .faq-title {
	margin: 0;
	color: #245949;
}

.faq-accordion-wrap {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
}

.faq-item {
	background: #FAF7F0;
	border-radius: 16px;
	overflow: hidden;
	transition: background 0.25s ease, box-shadow 0.25s ease;
}

.faq-item:hover {
	border-color: #D6CFBD;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
}

.faq-item.is-open {
	background: #FFFFFF;
	box-shadow: 0 4px 20px rgba(36, 89, 73, 0.06);
}

.faq-question-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 28px;
	background: none;
	border: none;
	text-align: left;
	cursor: pointer;
	color: #1E1E1E;
	outline: none;
	transition: color 0.2s ease;
	user-select: none;
}

.faq-question-btn:hover {
	color: #245949;
}

.faq-question-text {
	flex: 1;
	padding-right: 16px;
	line-height: 1.35;
	font-weight: 500;
}

.faq-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	min-width: 36px;
	border-radius: 50%;
	background: #EFEBE0;
	color: #245949;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease, color 0.3s ease;
}

.faq-icon svg {
	transition: stroke 0.3s ease;
}

.faq-item.is-open .faq-icon {
	transform: rotate(180deg);
	background: #245949;
	color: #FFFFFF;
}

.faq-item.is-open .faq-icon svg {
	stroke: #FFFFFF;
}

.faq-answer-collapse {
	overflow: hidden;
}

.faq-answer-content {
	padding: 0 28px 26px 28px;
	color: #4A4A4A;
	line-height: 1.65;
}

.faq-answer-content a {
	color: #245949;
	text-decoration: underline;
	font-weight: 500;
	transition: color 0.2s ease;
}

.faq-answer-content a:hover {
	color: #183e33;
	text-decoration: none;
}

.faq-answer-content p {
	margin-bottom: 12px;
}

.faq-answer-content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.mova-faq-section {
		padding: 0 20px;
		margin-top: 40px;
		margin-bottom: 60px;
	}

	.faq-question-btn {
		padding: 18px 22px;
	}

	.faq-answer-content {
		padding: 0 22px 22px 22px;
	}
}

@media (max-width: 767px) {
	.mova-faq-section {
		padding: 0 13px;
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.faq-question-btn {
		padding: 16px 18px;
	}

	.faq-question-text {
		font-size: 17px;
	}

	.faq-icon {
		width: 30px;
		height: 30px;
		min-width: 30px;
	}

	.faq-icon svg {
		width: 18px;
		height: 18px;
	}

	.faq-answer-content {
		padding: 0 18px 18px 18px;
		font-size: 15px;
	}
}


