/*
Theme Name: WPBanter Premium Store
Theme URI: https://wpbanter.com/
Author: WPBanter
Author URI: https://wpbanter.com/
Description: Theme WordPress untuk toko digital dengan versi Free + Premium per produk, login Google, dashboard pelanggan, download terproteksi, lisensi, checkout, pembayaran manual, dan Theme Manager.
Version: 1.3.1
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: sugeng-id-complete
License: GNU General Public License v2 or later
*/


/* Product manager additions. Existing visual layout remains unchanged. */
.sgd-template-thumb-placeholder {
	align-items: center;
	aspect-ratio: 600 / 345;
	background: var(--color-surface, #f5f5f5);
	color: var(--color-text-muted, #777);
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	min-height: 180px;
	text-align: center;
	width: 100%;
}
.sgd-template-thumb-placeholder svg {
	fill: none;
	height: 44px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
	width: 44px;
}
.sgd-template-thumb-placeholder span { font-size: 14px; font-weight: 600; }
.sgd-products-empty { grid-column: 1 / -1; padding: 32px; text-align: center; }
.sgd-products-empty p { margin: 0 0 16px; }
.single-product-page { padding: 56px 0; }
.single-product-page__inner {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
}
.single-product-page__media img { border-radius: 12px; display: block; height: auto; width: 100%; }
.single-product-page__summary .entry-title { margin: 16px 0; }
.single-product-page__excerpt { font-size: 18px; line-height: 1.7; }
.single-product-page__content { margin-top: 48px; max-width: 820px; }
@media (max-width: 782px) {
	.single-product-page { padding: 32px 0; }
	.single-product-page__inner { gap: 28px; grid-template-columns: 1fr; }
	.single-product-page__content { margin-top: 32px; }
}

.site-branding .sgd-text-logo { color: var(--color-text); font-size: 1.25rem; font-weight: 700; line-height: 1.2; text-decoration: none; }


/* v1.2.4: static hero word, responsive full product images, and payment confirmation modal. */
.sugengid-homepage .sgd-typewriter,
.sugengid-homepage .sgd-typewriter--static {
	color: #2554e8 !important;
}
.sugengid-homepage .sgd-typewriter::after,
.sugengid-homepage .sgd-typewriter--static::after {
	animation: none !important;
	content: none !important;
	display: none !important;
}
.sugengid-homepage .sgd-template-thumb {
	background: #f6f8fb;
}
.sugengid-homepage .sgd-template-thumb img,
.sugengid-homepage .sgd-product-lazy-image {
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: contain !important;
	object-position: center;
	width: 100%;
}
.single-product-page__media {
	align-items: center;
	background: #f6f8fb;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.single-product-page__media img,
.single-product-page__media .sgd-product-detail-image {
	display: block;
	height: auto;
	max-height: 680px;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
	width: 100%;
}
.sgd-checkout-product-image {
	height: 64px !important;
	object-fit: contain !important;
	width: 64px !important;
}

/* v1.2.5: product detail layout based on the supplied store reference. */
.single-product-page--reference {
	padding: 28px 0 72px;
}
.single-product-reference {
	display: grid;
	grid-template-areas:
		"media summary"
		"content summary";
	grid-template-columns: minmax(0, 1fr) minmax(320px, 365px);
	gap: 28px 40px;
	align-items: start;
	max-width: 1240px;
}
.single-product-reference__media {
	grid-area: media;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 420px;
	aspect-ratio: 3 / 2;
	padding: clamp(24px, 5vw, 64px);
	background: #edf7f3;
	overflow: hidden;
}
.single-product-reference__media .sgd-product-detail-image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 620px;
	margin: auto;
	object-fit: contain;
	object-position: center;
	border-radius: 0;
}
.single-product-reference__media .sgd-template-thumb-placeholder {
	min-height: 100%;
	background: transparent;
}
.single-product-reference__summary {
	grid-area: summary;
	position: sticky;
	top: calc(var(--header-height, 64px) + 24px);
	padding: 27px 28px;
	background: var(--color-bg);
	border: 1px solid var(--color-border);
	border-radius: 9px;
	box-shadow: none;
}
.single-product-reference__title {
	margin: 0 0 8px;
	font-size: clamp(1.35rem, 2vw, 1.65rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -.02em;
}
.single-product-reference__price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	margin-bottom: 28px;
	line-height: 1.2;
}
.single-product-reference__price-current {
	font-size: clamp(1.35rem, 2vw, 1.6rem);
	font-weight: 400;
	color: var(--color-text);
}
.single-product-reference__price-old {
	font-size: 1.18rem;
	font-weight: 400;
	color: var(--color-muted);
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}
.single-product-reference__discount {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 5px;
	font-size: .72rem;
	font-weight: 500;
	line-height: 1.2;
	color: #ff5b57;
	background: #fff;
	border: 1px solid #ff746f;
	border-radius: 4px;
}
.single-product-reference__actions {
	display: grid;
	gap: 10px;
	margin-bottom: 26px;
}
.single-product-reference__buy,
.single-product-reference__demo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 18px;
	border-radius: 7px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	text-decoration: none !important;
}
.single-product-reference__buy {
	color: var(--color-on-accent, #fff);
	background: var(--color-accent, #2554e8);
	border: 1px solid var(--color-accent, #2554e8);
}
.single-product-reference__buy:hover {
	color: var(--color-on-accent, #fff);
	background: color-mix(in srgb, var(--color-accent, #2554e8) 88%, #000);
	border-color: color-mix(in srgb, var(--color-accent, #2554e8) 88%, #000);
	filter: none;
}
.single-product-reference__demo {
	color: var(--color-text);
	background: transparent;
	border: 1px solid var(--color-border);
}
.single-product-reference__demo:hover {
	color: var(--color-text);
	background: var(--color-surface);
	filter: none;
}
.single-product-reference__meta {
	border-top: 1px solid var(--color-border);
}
.single-product-reference__meta-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	min-height: 44px;
	padding: 10px 0;
	font-size: .95rem;
	line-height: 1.45;
	color: var(--color-text);
	border-bottom: 1px solid var(--color-border);
}
.single-product-reference__meta-row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.single-product-reference__meta-label {
	color: var(--color-muted);
	font-weight: 400;
}
.single-product-reference__share-row {
	flex-wrap: nowrap;
}
.single-product-reference__share {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-left: 3px;
}
.single-product-reference__share a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	color: var(--color-text);
	text-decoration: none;
}
.single-product-reference__share a:hover {
	color: var(--color-accent);
	filter: none;
}
.single-product-reference__share svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}
.single-product-reference__category {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 3px 10px;
	font-size: .85rem;
	line-height: 1.2;
	color: var(--color-muted);
	background: var(--color-surface-alt);
	border-radius: 5px;
}
.single-product-reference__content {
	grid-area: content;
	width: 100%;
	max-width: none;
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.82;
	color: var(--color-text);
}
.single-product-reference__content > :first-child {
	margin-top: 0;
}
.single-product-reference__content p {
	margin: 0 0 22px;
}
.single-product-reference__content h2,
.single-product-reference__content h3,
.single-product-reference__content h4 {
	margin-top: 30px;
	margin-bottom: 13px;
	font-weight: 700;
}
.single-product-reference__content ul,
.single-product-reference__content ol {
	margin: 0 0 24px;
	padding-left: 26px;
}
.single-product-reference__content li {
	margin-bottom: 2px;
}

[data-theme="dark"] .single-product-reference__media {
	background: #14251f;
}
[data-theme="dark"] .single-product-reference__discount {
	background: transparent;
}

@media (max-width: 1024px) {
	.single-product-reference {
		grid-template-columns: minmax(0, 1fr) minmax(290px, 330px);
		gap: 26px;
	}
	.single-product-reference__summary {
		padding: 24px;
	}
	.single-product-reference__media {
		min-height: 360px;
		padding: 34px;
	}
}
@media (max-width: 820px) {
	.single-product-page--reference {
		padding: 22px 0 52px;
	}
	.single-product-reference {
		grid-template-areas:
			"media"
			"summary"
			"content";
		grid-template-columns: minmax(0, 1fr);
		gap: 22px;
	}
	.single-product-reference__summary {
		position: static;
	}
	.single-product-reference__media {
		min-height: 0;
		aspect-ratio: 3 / 2;
		padding: clamp(20px, 7vw, 42px);
	}
	.single-product-reference__content {
		font-size: 1rem;
	}
}
@media (max-width: 480px) {
	.single-product-reference__summary {
		padding: 21px 18px;
	}
	.single-product-reference__share {
		gap: 10px;
	}
	.single-product-reference__share-row {
		align-items: flex-start;
		flex-direction: column;
	}
	.single-product-reference__share {
		margin-left: 0;
	}
}


/* v1.2.7: responsive full, uncropped product images. */
.mobile-menu__nav { min-height: 0; }

/* Product cards: keep the original aspect ratio and use every available pixel. */
.sugengid-homepage .sgd-template-thumb {
	aspect-ratio: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
	background: var(--color-surface-alt, #f6f8fb);
}
.sugengid-homepage .sgd-template-thumb img,
.sugengid-homepage .sgd-product-lazy-image {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	object-fit: contain !important;
	object-position: center top;
}

/* Product detail: no fixed canvas or inner padding, so screenshots are not shrunk. */
.single-product-reference__media {
	display: block !important;
	min-height: 0 !important;
	aspect-ratio: auto !important;
	padding: 0 !important;
	background: var(--color-surface-alt, #edf7f3);
	overflow: hidden;
}
.single-product-reference__media .sgd-product-detail-image {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	object-fit: contain !important;
	object-position: center top;
}
.single-product-reference__media .sgd-template-thumb-placeholder {
	min-height: 420px;
}
@media (max-width: 820px) {
	.single-product-reference__media {
		aspect-ratio: auto !important;
		padding: 0 !important;
	}
	.single-product-reference__media .sgd-template-thumb-placeholder {
		min-height: 250px;
	}
}


/* v1.2.8: compact product cards and user-controlled footer categories. */
.sugengid-homepage .sgd-template-card-header {
	align-items: center;
	min-width: 0;
}
.sugengid-homepage .sgd-template-name {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sugengid-homepage .sgd-template-badge--category {
	flex: 0 1 auto;
	max-width: 48%;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sugengid-homepage .sgd-template-badge--category .sgd-badge-icon {
	flex: 0 0 auto;
}
.sugengid-homepage .sgd-template-description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	line-height: 1.55;
	min-height: 3.1em;
	max-height: 3.1em;
	overflow: hidden;
}
.footer-categories-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-categories-menu .sub-menu {
	list-style: none;
	margin: .45rem 0 0;
	padding-left: 1rem;
}


/* v1.3.0: reference-style /blog cards and one mobile-menu search field. */
.sgd-blog-page {
	padding: 30px 0 56px;
}
.sgd-blog-layout {
	max-width: 1120px;
}
.sgd-blog-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}
.sgd-blog-card {
	min-width: 0;
	overflow: hidden;
	background: var(--color-surface, #f8fafc);
	border: 0;
	border-radius: 10px;
}
.sgd-blog-card__image {
	display: block;
	margin: 16px 16px 0;
	aspect-ratio: 460 / 288;
	overflow: hidden;
	border-radius: 7px;
	background: var(--color-surface-alt, #f1f5f9);
}
.sgd-blog-card__image:hover {
	text-decoration: none;
}
.sgd-blog-card__image img,
.sgd-blog-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sgd-blog-card__placeholder {
	background: var(--color-surface-alt, #f1f5f9);
}
.sgd-blog-card__body {
	padding: 12px 16px 16px;
}
.sgd-blog-card__eyebrow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-width: 0;
	margin-bottom: 7px;
	font-size: .68rem;
	line-height: 1.35;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: var(--color-muted, #64748b);
}
.sgd-blog-card__category {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: inherit;
	text-decoration: none;
}
.sgd-blog-card__comments {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	flex: 0 0 auto;
	color: inherit;
}
.sgd-blog-card__comments svg {
	width: 12px;
	height: 12px;
}
.sgd-blog-card__title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
	margin: 0 0 10px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.38;
}
.sgd-blog-card__title a {
	color: var(--color-text, #0f172a);
	text-decoration: none;
}
.sgd-blog-card__meta {
	display: flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
	font-size: .72rem;
	line-height: 1.3;
	color: var(--color-muted, #64748b);
}
.sgd-blog-card__avatar {
	width: 20px !important;
	height: 20px !important;
	flex: 0 0 20px;
	border-radius: 50%;
}
.sgd-blog-card__author {
	max-width: 36%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--color-text, #0f172a);
}
.sgd-blog-card__dot {
	flex: 0 0 auto;
}
.sgd-blog-card__meta time {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 640px) {
	.sgd-blog-page {
		padding: 24px 0 42px;
	}
	.sgd-blog-layout.container {
		padding-inline: 16px;
	}
	.sgd-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px 12px;
	}
	.sgd-blog-card {
		border-radius: 8px;
	}
	.sgd-blog-card__image {
		margin: 10px 10px 0;
		border-radius: 6px;
	}
	.sgd-blog-card__body {
		padding: 9px 10px 12px;
	}
	.sgd-blog-card__eyebrow {
		margin-bottom: 6px;
		font-size: .56rem;
		gap: 5px;
	}
	.sgd-blog-card__comments svg {
		width: 10px;
		height: 10px;
	}
	.sgd-blog-card__title {
		margin-bottom: 9px;
		font-size: .82rem;
		line-height: 1.34;
	}
	.sgd-blog-card__meta {
		gap: 4px;
		font-size: .58rem;
	}
	.sgd-blog-card__avatar {
		width: 17px !important;
		height: 17px !important;
		flex-basis: 17px;
	}
	.sgd-blog-card__author {
		max-width: 34%;
	}
}
@media (max-width: 360px) {
	.sgd-blog-layout.container {
		padding-inline: 10px;
	}
	.sgd-blog-grid {
		gap: 10px 8px;
	}
	.sgd-blog-card__image {
		margin: 8px 8px 0;
	}
	.sgd-blog-card__body {
		padding: 8px;
	}
	.sgd-blog-card__title {
		font-size: .76rem;
	}
	.sgd-blog-card__meta {
		font-size: .54rem;
	}
}

/* v1.3.1: Free/Premium catalogue, login gate, and Free download landing page. */
.sugengid-homepage .sgd-section-templates--free {
	background: var(--sgd-color-section-alt, var(--color-surface-alt, #f8fafc));
}
.sugengid-homepage .sgd-section-templates--premium {
	background: var(--sgd-color-bg, var(--color-bg, #fff));
}
.sugengid-homepage .sgd-product-section-intro {
	max-width: 760px;
	margin: .85rem auto 0;
	font-size: .9rem;
	line-height: 1.7;
	color: var(--sgd-color-text-soft, var(--color-muted, #64748b));
}
.sugengid-homepage .sgd-product-section-more {
	display: flex;
	justify-content: center;
	margin-top: 1.6rem;
}
.sugengid-homepage .sgd-template-tier-overlay {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	padding: 4px 9px;
	border-radius: 999px;
	font-size: .68rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .04em;
	text-transform: uppercase;
	box-shadow: 0 2px 8px rgba(15, 23, 42, .10);
}
.sugengid-homepage .sgd-template-tier-overlay--free {
	background: #ecfdf5;
	color: #047857;
	border: 1px solid #a7f3d0;
}
.sugengid-homepage .sgd-template-tier-overlay--premium {
	background: color-mix(in srgb, var(--color-accent, #1d4ed8) 10%, #fff);
	color: var(--color-accent, #1d4ed8);
	border: 1px solid color-mix(in srgb, var(--color-accent, #1d4ed8) 25%, transparent);
}
html[data-theme="dark"] .sugengid-homepage .sgd-template-tier-overlay--free {
	background: rgba(6, 78, 59, .86);
	color: #d1fae5;
	border-color: rgba(167, 243, 208, .25);
}
html[data-theme="dark"] .sugengid-homepage .sgd-template-tier-overlay--premium {
	background: color-mix(in srgb, var(--color-accent, #60a5fa) 22%, #0f172a);
	color: color-mix(in srgb, var(--color-accent, #60a5fa) 75%, #fff);
}

/* Logged-out Free download notice. */
html.sgd-modal-open,
html.sgd-modal-open body {
	overflow: hidden;
}
.sgd-free-login-modal[hidden] {
	display: none !important;
}
.sgd-free-login-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	padding: 20px;
}
.sgd-free-login-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, .62);
	backdrop-filter: blur(3px);
}
.sgd-free-login-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 460px);
	padding: 28px;
	border: 1px solid var(--color-border, #e2e8f0);
	border-radius: 16px;
	background: var(--color-card-bg, var(--color-surface, #fff));
	color: var(--color-text, #0f172a);
	box-shadow: 0 24px 70px rgba(15, 23, 42, .25);
}
.sgd-free-login-modal__close {
	position: absolute;
	top: 12px;
	right: 14px;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--color-muted, #64748b);
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}
.sgd-free-login-modal__badge {
	display: inline-flex;
	padding: 5px 9px;
	border-radius: 999px;
	background: #ecfdf5;
	color: #047857;
	font-size: .7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
}
.sgd-free-login-modal__dialog h2 {
	margin: 14px 0 8px;
	font-size: 1.35rem;
	line-height: 1.3;
}
.sgd-free-login-modal__dialog p {
	margin: 0;
	color: var(--color-muted, #64748b);
	font-size: .92rem;
	line-height: 1.65;
}
.sgd-free-login-modal__actions {
	display: flex;
	gap: 10px;
	margin-top: 22px;
}
.sgd-free-login-modal__actions .sgd-btn {
	flex: 1 1 0;
	min-height: 44px;
}
@media (max-width: 520px) {
	.sgd-free-login-modal {
		padding: 14px;
		align-items: end;
	}
	.sgd-free-login-modal__dialog {
		width: 100%;
		padding: 24px 20px 20px;
		border-radius: 18px 18px 12px 12px;
	}
	.sgd-free-login-modal__actions {
		flex-direction: column;
	}
}

/* Dedicated /theme-wordpress-free/ page. */
.sgd-free-catalog-page {
	padding-bottom: 56px;
}
.sgd-free-catalog-hero {
	padding: 54px 0 42px;
	background: var(--sgd-color-section-alt, var(--color-surface-alt, #f8fafc));
}
.sgd-free-catalog-copy {
	max-width: 900px !important;
}
.sgd-free-catalog-copy h1 {
	margin: 8px 0 18px;
	font-size: clamp(1.8rem, 3.2vw, 3rem);
	line-height: 1.18;
}
.sgd-free-catalog-copy p {
	max-width: 850px;
	margin: 0 0 12px;
	color: var(--sgd-color-text-soft, var(--color-muted, #64748b));
	font-size: .98rem;
	line-height: 1.8;
}
.sgd-free-catalog-products {
	padding-top: 46px !important;
}
.sgd-free-seo-content {
	padding: 18px 0 10px;
}
.sgd-free-seo-content__inner {
	max-width: 900px !important;
}
.sgd-free-seo-content__inner h2 {
	margin-top: 2rem;
}
.sgd-free-seo-content__inner h3 {
	margin-top: 1.6rem;
}
.sgd-free-seo-content__inner p,
.sgd-free-seo-content__inner li {
	line-height: 1.8;
}
.sgd-free-faq {
	margin-top: 18px;
}
@media (max-width: 640px) {
	.sgd-free-catalog-hero {
		padding: 34px 0 28px;
	}
	.sgd-free-catalog-copy p,
	.sgd-free-seo-content__inner p,
	.sgd-free-seo-content__inner li {
		font-size: .9rem;
	}
}
.sgd-free-login-modal__actions .sgd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 16px;
	border: 1px solid transparent;
	border-radius: 7px;
	font-size: .9rem;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}
.sgd-free-login-modal__actions .sgd-btn-accent {
	background: var(--color-accent, #1d4ed8);
	color: var(--color-on-accent, #fff);
}
.sgd-free-login-modal__actions .sgd-btn-secondary {
	background: var(--color-surface, #fff);
	border-color: var(--color-border, #e2e8f0);
	color: var(--color-text, #0f172a);
}
.single-product-reference__version-note {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 14px 0 0;
	padding: 11px 12px;
	border: 1px solid var(--color-border, #e2e8f0);
	border-radius: 8px;
	background: var(--color-surface-alt, #f8fafc);
	font-size: .82rem;
	line-height: 1.5;
	color: var(--color-muted, #64748b);
}
.single-product-reference__version-note strong {
	color: var(--color-text, #0f172a);
}
.single-product-reference__free {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	padding: 10px 16px;
	border: 1px solid var(--color-accent, #1d4ed8);
	border-radius: 7px;
	background: transparent;
	color: var(--color-accent, #1d4ed8);
	font-weight: 600;
	text-decoration: none;
	transition: .2s ease;
}
.single-product-reference__free:hover {
	background: color-mix(in srgb, var(--color-accent, #1d4ed8) 8%, transparent);
	color: var(--color-accent, #1d4ed8);
}
