/**
 * Frontend styles for Gaston & Suzette Product Fazit
 * Styled to fit cleanly and elegantly into woosonshop theme.
 */

.gs-product-fazit-box,
.woosonshop-product-fazit-panel,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--fazit {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	padding: 24px 28px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
	box-sizing: border-box;
	margin-top: 0;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Prevent nested double box when fazit box is inside a tab panel */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--fazit .gs-product-fazit-box,
.woosonshop-product-fazit-panel .gs-product-fazit-box,
.gs-product-fazit-panel .gs-product-fazit-box {
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	margin: 0;
}

.gs-product-fazit-box:hover,
.woosonshop-product-fazit-panel:hover {
	border-color: #e8e8e8;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.gs-product-fazit-box h2,
.gs-fazit-heading,
.woosonshop-product-fazit-panel h2,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--fazit h2 {
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--text-color, #222);
	margin-top: 0;
	margin-bottom: 18px;
	padding-bottom: 10px;
	position: relative;
	display: inline-block;
	border-bottom: 2px solid var(--primary-color, #a6892c);
	line-height: 1.3;
}

.gs-fazit-content {
	font-size: 0.95rem;
	line-height: 1.75;
	color: #444;
	word-wrap: break-word;
}

.gs-fazit-content p {
	margin-top: 0;
	margin-bottom: 1.25em;
	line-height: inherit;
}

.gs-fazit-content p:last-child {
	margin-bottom: 0;
}

.gs-fazit-content strong,
.gs-fazit-content b {
	color: #222;
	font-weight: 600;
}

.gs-fazit-content em,
.gs-fazit-content i {
	font-style: italic;
}

.gs-fazit-content a {
	color: var(--primary-color, #a6892c);
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease;
}

.gs-fazit-content a:hover {
	text-decoration: underline;
}

.gs-fazit-content ul,
.gs-fazit-content ol {
	margin: 0 0 1.25em 1.5em;
	padding: 0;
}

.gs-fazit-content li {
	margin-bottom: 0.4em;
	line-height: 1.6;
}

.gs-fazit-content blockquote {
	margin: 1.25em 0;
	padding: 0.75em 1.25em;
	border-left: 3px solid var(--primary-color, #a6892c);
	background: #fafafa;
	border-radius: 0 6px 6px 0;
	font-style: italic;
	color: #555;
}

.gs-fazit-content blockquote p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.gs-product-fazit-box,
	.woosonshop-product-fazit-panel,
	.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--fazit {
		padding: 20px 20px;
	}
}
