/**
 * WoodMart chrome — dark premium skin (scoped under body.beastro-theme).
 * Does not edit parent theme files. Header Builder structure is preserved.
 */

/* --------------------------------------------------------------------------
   Sticky footer without position:fixed — short pages pin footer to bottom
   -------------------------------------------------------------------------- */
html {
	height: 100%;
}

body.beastro-theme {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

body.beastro-theme .website-wrapper {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	min-height: 100vh;
	width: 100%;
}

body.beastro-theme .main-page-wrapper {
	flex: 1 0 auto;
}

/* WoodMart + beastro containers — 1280px band */
body.beastro-theme {
	--wd-container-w: 1280px;
}

body.beastro-theme .container,
body.beastro-theme .wd-content-area > .container,
body.beastro-theme .whb-row > .container,
body.beastro-theme .whb-flex-row > .container {
	max-width: var(--astro-container);
	width: min(100%, var(--astro-container));
	padding-inline: var(--astro-container-pad);
	box-sizing: border-box;
}

/* Page content shell: no WD gutters (Beastro containers provide them) */
body.beastro-theme .wd-content-layout.container,
body.beastro-theme .content-layout-wrapper.container,
body.beastro-theme main.wd-content-layout.container {
	max-width: none;
	width: 100%;
	padding: 0;
}

/* --------------------------------------------------------------------------
   Header builder — height, logo, nav (single-line, no wrap overflow)
   -------------------------------------------------------------------------- */
body.beastro-theme .whb-header,
body.beastro-theme .whb-main-header,
body.beastro-theme .whb-row {
	background-color: color-mix(in srgb, var(--astro-bg-primary) 92%, transparent);
	color: var(--astro-text-primary);
	border-color: var(--astro-divider);
}

body.beastro-theme .whb-general-header .whb-flex-row,
body.beastro-theme .whb-general-header .whb-row {
	min-height: var(--astro-header-height);
	align-items: center;
	flex-wrap: nowrap;
	gap: 0.75rem 1.25rem;
	padding-block: 0.65rem;
}

/* Column balance: logo compact, nav grows, tools fixed */
body.beastro-theme .whb-general-header .whb-column {
	flex-shrink: 1;
	min-width: 0;
}

body.beastro-theme .whb-general-header .whb-col-left {
	flex: 0 1 auto;
	max-width: calc(var(--astro-logo-max) + 1.5rem);
}

body.beastro-theme .whb-general-header .whb-col-center,
body.beastro-theme .whb-general-header .whb-column.whb-visible-lg {
	flex: 1 1 auto;
	min-width: 0;
}

body.beastro-theme .whb-general-header .whb-col-right {
	flex: 0 0 auto;
	flex-shrink: 0;
}

body.beastro-theme .whb-header .site-logo,
body.beastro-theme .whb-header .wd-logo,
body.beastro-theme .whb-header .woodmart-logo-wrap {
	max-width: var(--astro-logo-max);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.beastro-theme .whb-header .site-logo img,
body.beastro-theme .whb-header .wd-logo img,
body.beastro-theme .whb-header .woodmart-logo-wrap img {
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: var(--astro-logo-height, 96px);
	object-fit: contain;
}

/* Top / centered logo row — larger brand mark */
body.beastro-theme .whb-top-bar .site-logo,
body.beastro-theme .whb-top-bar .wd-logo,
body.beastro-theme .whb-header .whb-row:first-child .site-logo,
body.beastro-theme .whb-header .whb-row:first-child .wd-logo {
	max-width: min(100%, calc(var(--astro-logo-max) + 40px));
}

body.beastro-theme .whb-top-bar .site-logo img,
body.beastro-theme .whb-top-bar .wd-logo img,
body.beastro-theme .whb-header .whb-row:first-child .site-logo img,
body.beastro-theme .whb-header .whb-row:first-child .wd-logo img,
body.beastro-theme .whb-header .whb-col-center .site-logo img,
body.beastro-theme .whb-header .whb-col-center .wd-logo img {
	max-height: var(--astro-logo-height, 96px);
}

body.beastro-theme .whb-header .wd-header-nav,
body.beastro-theme .whb-header .wd-nav-wrapper {
	min-width: 0;
	max-width: 100%;
}

body.beastro-theme .whb-header .wd-nav.wd-nav-main,
body.beastro-theme .whb-header .wd-nav {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

body.beastro-theme .whb-header .wd-nav > li {
	margin: 0;
	flex: 0 0 auto;
	white-space: nowrap;
}

body.beastro-theme .whb-header a,
body.beastro-theme .whb-header .wd-nav > li > a,
body.beastro-theme .whb-header .woodmart-nav-link {
	color: var(--astro-text-secondary);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-transform: uppercase;
}

body.beastro-theme .whb-header .wd-nav > li > a {
	position: relative;
	padding: 0.7rem 0.65rem;
	display: inline-flex;
	align-items: center;
	min-height: 2.75rem;
	white-space: nowrap;
	line-height: 1.2;
}

body.beastro-theme .whb-header .wd-nav > li > a:hover,
body.beastro-theme .whb-header .wd-nav > li.current-menu-item > a,
body.beastro-theme .whb-header .wd-nav > li.current-menu-ancestor > a,
body.beastro-theme .whb-header .wd-nav > li.current-menu-parent > a {
	color: var(--astro-text-primary);
}

body.beastro-theme .whb-header .wd-nav > li > a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0.1rem;
	width: 0;
	height: 2px;
	border-radius: 1px;
	background: var(--astro-gold);
	transform: translateX(-50%);
	transition: width var(--astro-duration) var(--astro-ease);
}

body.beastro-theme .whb-header .wd-nav > li > a:hover::after,
body.beastro-theme .whb-header .wd-nav > li.current-menu-item > a::after,
body.beastro-theme .whb-header .wd-nav > li.current-menu-ancestor > a::after {
	width: 1.1rem;
}

/* Mid-desktop: slightly tighter links so all items stay on one row */
@media (max-width: 1280px) and (min-width: 1025px) {
	body.beastro-theme .whb-header .wd-nav > li > a {
		padding-inline: 0.4rem;
		font-size: 0.75rem;
	}
}

/* Dropdown — left-aligned items, full-width hover */
body.beastro-theme .whb-header .wd-dropdown-menu,
body.beastro-theme .whb-header .wd-dropdown,
body.beastro-theme .whb-header .sub-menu {
	background-color: var(--astro-surface-elevated);
	border: 1px solid var(--astro-divider);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38);
	margin-top: 0.25rem;
	padding: 0.45rem 0;
	z-index: 120;
	min-width: 12.5rem;
	width: max-content;
	max-width: min(18.5rem, calc(100vw - 2rem));
	text-align: left;
	white-space: normal;
}

body.beastro-theme .whb-header .wd-nav > li.menu-item-has-children {
	position: relative;
}

body.beastro-theme .whb-header .wd-dropdown-menu li,
body.beastro-theme .whb-header .sub-menu li {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}

body.beastro-theme .whb-header .wd-dropdown-menu a,
body.beastro-theme .whb-header .sub-menu a {
	color: var(--astro-text-secondary);
	font-size: 0.875rem;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	padding: 0.55rem 1rem;
	display: block;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.4;
	text-align: left;
	white-space: normal;
	justify-content: flex-start;
}

body.beastro-theme .whb-header .wd-dropdown-menu a:hover,
body.beastro-theme .whb-header .sub-menu a:hover {
	color: var(--astro-gold-light);
	background-color: color-mix(in srgb, var(--astro-lavender) 12%, transparent);
}

body.beastro-theme .whb-header .wd-header-cart a,
body.beastro-theme .whb-header .wd-header-my-account a,
body.beastro-theme .whb-header .wd-header-search a,
body.beastro-theme .whb-header .wd-tools-element a {
	color: var(--astro-text-primary);
	min-width: var(--astro-touch-min);
	min-height: var(--astro-touch-min);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	font-size: 0.8125rem;
	gap: 0.35rem;
}

body.beastro-theme .whb-header .wd-header-cart .wd-tools-icon,
body.beastro-theme .whb-header .wd-header-cart .wd-cart-icon {
	font-size: 1.15rem;
}

body.beastro-theme .whb-header .wd-tools-element .wd-tools-count,
body.beastro-theme .whb-header .wd-cart-number {
	background-color: var(--astro-gold);
	color: var(--astro-bg-primary);
	font-size: 0.7rem;
	font-weight: 700;
	min-width: 1.15rem;
	height: 1.15rem;
	line-height: 1.15rem;
	border-radius: 999px;
}

/* Count badge stays; hide verbose cart total in header */
body.beastro-theme .whb-header .wd-cart-subtotal {
	display: none;
}

body.beastro-theme .whb-header .btn,
body.beastro-theme .whb-header .button,
body.beastro-theme .whb-header .wd-button {
	background-color: var(--astro-gold);
	border-color: var(--astro-gold);
	color: var(--astro-bg-primary);
}

body.beastro-theme .whb-header .btn:hover,
body.beastro-theme .whb-header .button:hover {
	background-color: var(--astro-gold-light);
	border-color: var(--astro-gold-light);
	color: var(--astro-bg-primary);
}

body.beastro-theme .whb-clone,
body.beastro-theme .whb-sticked {
	background-color: color-mix(in srgb, var(--astro-bg-primary) 96%, #000);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

body.beastro-theme .mobile-nav,
body.beastro-theme .wd-side-hidden,
body.beastro-theme .wd-side-hidden-nav,
body.beastro-theme .wd-nav-mobile {
	background-color: var(--astro-bg-primary);
	color: var(--astro-text-secondary);
	font-family: var(--astro-font-body);
}

body.beastro-theme .mobile-nav .wd-heading,
body.beastro-theme .mobile-nav .close-side-widget,
body.beastro-theme .mobile-nav .wd-close-side-icon,
body.beastro-theme .mobile-nav .mobile-nav-close {
	color: var(--astro-text-muted);
	font-family: var(--astro-font-body);
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: none;
}

body.beastro-theme .mobile-nav .searchform,
body.beastro-theme .mobile-nav .wd-search-form,
body.beastro-theme .mobile-nav .searchform input[type="text"],
body.beastro-theme .mobile-nav .searchform input[type="search"] {
	background-color: var(--astro-surface) !important;
	border-color: var(--astro-divider) !important;
	color: var(--astro-text-primary) !important;
	font-family: var(--astro-font-body);
	font-size: 0.875rem;
	border-radius: var(--astro-radius-md);
}

body.beastro-theme .mobile-nav .searchform input::placeholder {
	color: var(--astro-text-muted);
	opacity: 1;
}

body.beastro-theme .mobile-nav .searchform .searchsubmit,
body.beastro-theme .mobile-nav .searchform button {
	color: var(--astro-gold);
}

body.beastro-theme .mobile-nav .wd-nav-mobile,
body.beastro-theme .mobile-nav ul.menu {
	border-color: var(--astro-divider);
}

body.beastro-theme .mobile-nav .wd-nav-mobile > li,
body.beastro-theme .mobile-nav .wd-nav-mobile li {
	border-color: color-mix(in srgb, var(--astro-divider) 80%, transparent);
}

body.beastro-theme .mobile-nav a,
body.beastro-theme .wd-nav-mobile a {
	color: var(--astro-text-secondary);
	font-family: var(--astro-font-body);
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.35;
	text-transform: none;
	min-height: 2.75rem;
	padding-block: 0.7rem;
}

body.beastro-theme .mobile-nav .wd-nav-mobile > li > a,
body.beastro-theme .wd-nav-mobile > li > a {
	font-size: 0.875rem;
	color: var(--astro-text-primary);
}

body.beastro-theme .mobile-nav a:hover,
body.beastro-theme .wd-nav-mobile a:hover {
	color: var(--astro-gold-light);
}

body.beastro-theme .mobile-nav .sub-menu a,
body.beastro-theme .wd-nav-mobile .sub-menu a {
	padding-inline-start: 1.15rem;
	font-size: 0.8125rem;
	font-weight: 500;
	color: var(--astro-text-muted);
	letter-spacing: 0.02em;
}

body.beastro-theme .mobile-nav .current-menu-item > a,
body.beastro-theme .wd-nav-mobile .current-menu-item > a,
body.beastro-theme .mobile-nav .current-menu-ancestor > a,
body.beastro-theme .wd-nav-mobile .current-menu-ancestor > a {
	color: var(--astro-gold-light);
}

body.beastro-theme .mobile-nav .wd-nav-opener,
body.beastro-theme .wd-nav-mobile .wd-nav-opener {
	color: var(--astro-gold);
	border-color: var(--astro-divider);
	background: transparent;
}

body.beastro-theme .mobile-nav .wd-nav-opener:hover,
body.beastro-theme .mobile-nav .wd-nav-opener.wd-active {
	background-color: color-mix(in srgb, var(--astro-gold) 18%, transparent);
	color: var(--astro-gold-light);
}

body.beastro-theme .mobile-nav .widget,
body.beastro-theme .mobile-nav .widget_media_image,
body.beastro-theme .mobile-nav .woodmart-images-widget,
body.beastro-theme .mobile-nav .wd-widget {
	background: transparent;
	border-top: 1px solid var(--astro-divider);
	margin-top: 0.75rem;
	padding-top: 1.1rem;
	padding-bottom: 0.5rem;
}

body.beastro-theme .mobile-nav .widget img,
body.beastro-theme .mobile-nav .widget_media_image img {
	max-width: min(100%, 220px);
	max-height: 72px;
	width: auto;
	height: auto;
	margin-inline: auto;
	display: block;
	opacity: 0.92;
}

/* --------------------------------------------------------------------------
   Page title / breadcrumbs — reduce wasteful height
   -------------------------------------------------------------------------- */
body.beastro-theme .page-title,
body.beastro-theme .wd-page-title,
body.beastro-theme .title-size-default {
	background-color: var(--astro-bg-secondary) !important;
	color: var(--astro-text-primary);
	border-bottom: 1px solid var(--astro-divider);
	padding-block: clamp(1.5rem, 2.5vw, 2.15rem) !important;
	margin-bottom: 0 !important;
}

body.beastro-theme .page-title .entry-title,
body.beastro-theme .page-title h1,
body.beastro-theme .wd-page-title .title {
	color: var(--astro-text-primary);
	font-family: var(--astro-font-heading);
	font-size: var(--astro-fs-h1-page);
	margin: 0;
}

body.beastro-theme .woocommerce-breadcrumb,
body.beastro-theme .wd-breadcrumbs,
body.beastro-theme .yoast-breadcrumb {
	color: var(--astro-text-muted);
	margin-bottom: 0.5rem;
}

body.beastro-theme .woocommerce-breadcrumb a,
body.beastro-theme .wd-breadcrumbs a {
	color: var(--astro-text-secondary);
}

body.beastro-theme.beastro-front-page .page-title,
body.beastro-theme.beastro-front-page .wd-page-title,
body.beastro-theme.woocommerce-account .page-title,
body.beastro-theme.woocommerce-account .wd-page-title,
body.beastro-theme .page-title,
body.beastro-theme .wd-page-title {
	display: none !important;
}

body.beastro-theme .main-page-wrapper,
body.beastro-theme .wd-page-content {
	padding-bottom: 0;
}

body.beastro-theme .content-layout-wrapper {
	margin-bottom: 0;
}

/* Short archives — no huge leftover bottom void */
body.beastro-theme .beastro-main {
	padding-bottom: 0;
}

body.beastro-theme .beastro-main > .beastro-section:last-child {
	padding-bottom: var(--astro-space-page);
}

/* --------------------------------------------------------------------------
   WooCommerce prices — ivory / antique gold (never bright green)
   -------------------------------------------------------------------------- */
body.beastro-theme .price,
body.beastro-theme .amount,
body.beastro-theme .woocommerce-Price-amount,
body.beastro-theme .woocommerce-Price-amount.amount,
body.beastro-theme .product .price,
body.beastro-theme .summary .price,
body.beastro-theme .cart .amount,
body.beastro-theme .widget_shopping_cart .amount,
body.beastro-theme .order-total .amount,
body.beastro-theme .beastro-consultation-card__price,
body.beastro-theme .beastro-consultation-card__price .amount {
	color: var(--astro-price) !important;
}

/* Mini sepet: "Sepetim" (View cart) gizle; ödeme butonu kalsın */
body.beastro-theme .widget_shopping_cart .buttons a.btn-cart.wc-forward,
body.beastro-theme .woocommerce-mini-cart__buttons a.btn-cart.wc-forward,
body.beastro-theme .woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout) {
	display: none !important;
}

body.beastro-theme .price del,
body.beastro-theme .price del .amount,
body.beastro-theme del .woocommerce-Price-amount {
	color: var(--astro-text-muted) !important;
	opacity: 0.85;
}

body.beastro-theme .price ins,
body.beastro-theme .price ins .amount,
body.beastro-theme ins .woocommerce-Price-amount {
	color: var(--astro-price-sale) !important;
	text-decoration: none;
}

/* --------------------------------------------------------------------------
   Footer (WoodMart + beastro supplemental)
   -------------------------------------------------------------------------- */
body.beastro-theme .wd-footer,
body.beastro-theme .footer-container,
body.beastro-theme .wd-copyrights,
body.beastro-theme .wd-prefooter {
	background-color: var(--astro-bg-secondary);
	color: var(--astro-text-secondary);
	border-color: var(--astro-divider);
}

body.beastro-theme .wd-footer a,
body.beastro-theme .wd-copyrights a {
	color: var(--astro-text-secondary);
}

body.beastro-theme .wd-footer a:hover,
body.beastro-theme .wd-copyrights a:hover {
	color: var(--astro-gold-light);
}

body.beastro-theme .wd-footer .widget-title,
body.beastro-theme .wd-footer h5 {
	color: var(--astro-text-primary);
	font-family: var(--astro-font-heading);
}

body.beastro-theme .wd-copyrights {
	border-top: 1px solid var(--astro-divider);
}

.beastro-site-footer {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--astro-bg-primary);
	border-top: 1px solid var(--astro-divider);
	padding-block: clamp(3rem, 5.5vw, 4.5rem);
	color: var(--astro-text-secondary);
	margin-top: auto;
}

.beastro-site-footer--stars::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image:
		var(--beastro-stars-fine),
		radial-gradient(ellipse 55% 45% at 12% 8%, rgba(136, 124, 168, 0.2), transparent 65%),
		radial-gradient(ellipse 50% 40% at 88% 92%, rgba(197, 166, 107, 0.14), transparent 60%);
	background-size: 240px 240px, auto, auto;
	opacity: 0.85;
}

.beastro-site-footer > .beastro-container {
	position: relative;
	z-index: 1;
}

.beastro-site-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: start;
}

.beastro-site-footer__logo {
	margin: 0 0 0.85rem;
}

.beastro-site-footer__logo .custom-logo-link,
.beastro-site-footer__logo a {
	display: inline-block;
	line-height: 0;
	text-decoration: none;
}

.beastro-site-footer__logo img {
	display: block;
	max-height: var(--astro-logo-height, 96px);
	max-width: min(100%, var(--astro-logo-max, 300px));
	width: auto;
	height: auto;
}

.beastro-site-footer__brand-name {
	font-family: var(--astro-font-heading);
	font-size: clamp(1.45rem, 2.2vw, 1.75rem);
	font-weight: 500;
	color: var(--astro-gold-light);
	margin: 0 0 0.75rem;
}

.beastro-site-footer__tagline {
	margin: 0 0 1.1rem;
	max-width: 26rem;
	font-size: 0.98rem;
	line-height: 1.65;
	color: var(--astro-text-secondary);
}

.beastro-site-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.beastro-site-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	min-height: 2rem;
	padding: 0.2rem 0;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid transparent;
	color: var(--astro-text-secondary);
	opacity: 0.88;
	text-decoration: none;
	background: transparent;
}

.beastro-site-footer__social a:hover,
.beastro-site-footer__social a:focus-visible {
	border-bottom-color: var(--astro-gold);
	color: var(--astro-gold-light);
	background: transparent;
	opacity: 1;
}

.beastro-site-footer__social svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.beastro-site-footer__heading {
	font-family: var(--astro-font-heading);
	font-size: 1.18rem;
	font-weight: 500;
	color: var(--astro-text-primary);
	margin: 0 0 0.9rem;
}

.beastro-site-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.beastro-site-footer__menu li {
	margin-bottom: 0.45rem;
}

.beastro-site-footer__menu a {
	color: var(--astro-text-secondary);
	text-decoration: none;
	font-size: 0.9375rem;
}

.beastro-site-footer__menu a:hover,
.beastro-site-footer__menu a:focus-visible {
	color: var(--astro-gold-light);
}

.beastro-site-footer__contact p {
	margin: 0 0 0.4rem;
	font-size: 0.9375rem;
}

.beastro-site-footer__legal {
	margin-top: 2.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--astro-divider);
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	justify-content: space-between;
	align-items: center;
	font-size: var(--astro-fs-small);
	color: var(--astro-text-muted);
}

.beastro-site-footer__legal-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.beastro-site-footer__legal-links a {
	color: var(--astro-text-muted);
	text-decoration: none;
}

.beastro-site-footer__legal-links a:hover {
	color: var(--astro-gold-light);
}

.beastro-site-footer__credit {
	margin: 1rem 0 0;
	padding-top: 0.85rem;
	border-top: 1px solid color-mix(in srgb, var(--astro-divider, #2a3a48) 70%, transparent);
	text-align: center;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: var(--astro-text-muted);
}

.beastro-site-footer__credit a {
	color: inherit;
	text-decoration: none;
}

.beastro-site-footer__credit a:hover,
.beastro-site-footer__credit a:focus-visible {
	color: var(--astro-gold-light);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

@media (min-width: 768px) {
	.beastro-site-footer__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.25rem;
	}
}

@media (min-width: 1024px) {
	.beastro-site-footer__grid {
		grid-template-columns: 1.45fr 1fr 1fr 1fr 1fr;
		gap: 2rem;
	}
}

/* --------------------------------------------------------------------------
   Content area
   -------------------------------------------------------------------------- */
body.beastro-theme .main-page-wrapper,
body.beastro-theme .content-layout-wrapper,
body.beastro-theme .wd-content-area {
	background: transparent;
	color: var(--astro-text-secondary);
}

body.beastro-theme .entry-content,
body.beastro-theme .wd-entry-content {
	color: var(--astro-text-secondary);
	font-size: var(--astro-fs-body);
	line-height: var(--astro-lh-body);
}

body.beastro-theme input[type="text"],
body.beastro-theme input[type="email"],
body.beastro-theme input[type="password"],
body.beastro-theme input[type="search"],
body.beastro-theme input[type="tel"],
body.beastro-theme input[type="number"],
body.beastro-theme select,
body.beastro-theme textarea {
	background-color: var(--astro-surface);
	border-color: var(--astro-divider);
	color: var(--astro-text-primary);
	min-height: var(--astro-input-height, 52px);
	font-size: 1rem;
}

body.beastro-theme .button,
body.beastro-theme button.button,
body.beastro-theme .btn,
body.beastro-theme .wd-buy-now-btn,
body.beastro-theme .single_add_to_cart_button {
	background-color: var(--astro-gold);
	border-color: var(--astro-gold);
	color: var(--astro-bg-primary);
	min-height: var(--astro-input-height, 52px);
}

body.beastro-theme .button:hover,
body.beastro-theme button.button:hover,
body.beastro-theme .btn:hover {
	background-color: var(--astro-gold-light);
	border-color: var(--astro-gold-light);
	color: var(--astro-bg-primary);
}

/* Eğitim accordion: theme button:hover must not bleach headers */
body.beastro-theme .beastro-egitim-acc__trigger {
	background: transparent !important;
	background-color: transparent !important;
	border-color: transparent !important;
	color: var(--astro-text-primary) !important;
	box-shadow: none !important;
	text-align: left !important;
	justify-content: flex-start !important;
	justify-items: start !important;
	align-items: flex-start !important;
}

body.beastro-theme .beastro-egitim-acc__trigger:hover,
body.beastro-theme .beastro-egitim-acc__trigger:focus,
body.beastro-theme .beastro-egitim-acc__trigger:focus-visible,
body.beastro-theme .beastro-egitim-acc__trigger:active,
body.beastro-theme .beastro-egitim-acc__item.is-open .beastro-egitim-acc__trigger {
	background: color-mix(in srgb, var(--astro-gold) 10%, var(--astro-surface)) !important;
	background-color: color-mix(in srgb, var(--astro-gold) 10%, var(--astro-surface)) !important;
	color: var(--astro-text-primary) !important;
	box-shadow: none !important;
}

body.beastro-theme .beastro-egitim-acc__trigger:hover .beastro-egitim-acc__title,
body.beastro-theme .beastro-egitim-acc__trigger:focus .beastro-egitim-acc__title,
body.beastro-theme .beastro-egitim-acc__item.is-open .beastro-egitim-acc__title {
	color: var(--astro-text-primary) !important;
}

body.beastro-theme .beastro-egitim-acc__title,
body.beastro-theme .beastro-egitim-acc__index,
body.beastro-theme .beastro-egitim-acc__meta {
	text-align: left !important;
}

body.beastro-theme .beastro-egitim-acc__trigger:hover .beastro-egitim-acc__index,
body.beastro-theme .beastro-egitim-acc__item.is-open .beastro-egitim-acc__index {
	color: var(--astro-gold-light) !important;
}

/* Single post / comments — keep gold palette (no theme lime greens) */
body.beastro-theme.single-post .comment-form .form-submit .submit,
body.beastro-theme.single-post #respond .submit,
body.beastro-theme .beastro-article__comments .submit {
	background-color: var(--astro-gold) !important;
	border-color: var(--astro-gold) !important;
	color: var(--astro-bg-primary) !important;
	min-height: 48px;
	border-radius: var(--astro-radius-sm);
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
}

body.beastro-theme.single-post .wd-social-icons a,
body.beastro-theme.single-post .wd-post-share a {
	border-radius: var(--astro-radius-sm);
}
