.bhdt-header-actions {
	/* ...existing code... */
}

@media (max-width: 600px) {
	.bhdt-header-actions {
		gap: 0.5rem;
	}
	.bhdt-lang-switcher {
		gap: 0.15rem;
		margin-right: 0;
	}
	.bhdt-lang-link {
		min-width: 1.7rem;
		height: 1.7rem;
		font-size: 0.7rem;
		padding: 0 0.3rem;
	}
}
/*
Theme Name: BHDT Wirecutter Clone
Theme URI: https://banhangdientu.local
Author: Vo Van Tuan & Copilot
Description: Ultra-light editorial WordPress theme inspired by Wirecutter with clean typography and a crisp reading-first layout.
Version: 1.0.0
Text Domain: bhdt-wirecutter
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap');

:root {
	--bhdt-bg: #ffffff;
	--bhdt-text: #222222;
	--bhdt-muted: #666666;
	--bhdt-line: #ececec;
	--bhdt-card: #ffffff;
	--bhdt-accent: #0f766e;
	--bhdt-accent-dark: #0b4f49;
	--bhdt-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

* {
	box-sizing: border-box;
}

html {
	background: var(--bhdt-bg);
}

body {
	margin: 0;
	background: var(--bhdt-bg);
	color: var(--bhdt-text);
	font-family: 'Noto Sans', Arial, sans-serif;
	line-height: 1.7;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

a:hover {
	color: var(--bhdt-accent-dark);
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.bhdt-site-shell {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/* Sticky header search bar */
.bhdt-site-header {
	display: block;
	background: var(--bhdt-bg);
	box-shadow: none;
}
.bhdt-header-inner {
	/* Sticky fix cho admin bar */
	}
	body.admin-bar .bhdt-header-inner {
		top: 32px;
	}
	@media (max-width: 782px) {
		body.admin-bar .bhdt-header-inner {
			top: 46px;
		}
	}
	display: flex;
	align-items: center;
	padding: 1.25rem 2vw 1.25rem 2vw;
	max-width: 1200px;
	margin: 0 auto;
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--bhdt-bg);
	box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.bhdt-header-utility {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	margin-left: 1.25rem;
}
.bhdt-wire-search {
	width: min(100%, 480px);
	flex: 1 1 auto;
	margin-right: 1.5rem;
}

/* Footer basic layout */
.bhdt-site-footer {
	background: var(--bhdt-footer-bg, #181818);
	color: var(--bhdt-footer-text, #fff);
	padding: 2.5rem 0 1.5rem 0;
	margin-top: 3rem;
	border-top: 1px solid var(--bhdt-line);
}
.bhdt-footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2vw;
}
.bhdt-footer-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}
.bhdt-footer-grid p {
	margin: 0 0 0.5rem 0;
	color: var(--bhdt-footer-muted, #eee);
	font-size: 1rem;
}
.bhdt-footer-grid strong {
	font-size: 1.15rem;
	color: var(--bhdt-footer-text, #fff);
}

.bhdt-site-header,
.bhdt-site-footer {
	border-bottom: 1px solid var(--bhdt-line);
}

.bhdt-site-footer {
	border-bottom: 0;
	border-top: 1px solid var(--bhdt-line);
	margin-top: auto;
}

.bhdt-header-inner,
.bhdt-footer-inner,
.bhdt-content-inner {
	width: min(1180px, calc(100% - 4rem));
	margin: 0 auto;
}

.bhdt-site-header .bhdt-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 0;
}

.bhdt-branding {
	font-weight: 700;
	font-size: 2.35rem;
	letter-spacing: -0.03em;
	flex: 0 0 auto;
}

.bhdt-branding a {
	text-decoration: none;
}

.bhdt-nav {
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.92rem;
	color: var(--bhdt-muted);
}

.bhdt-header-utility {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
	min-width: 0;
	flex: 1 1 auto;
	margin-left: 1.25rem;
	flex-wrap: nowrap;
}

.bhdt-header-actions {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.9rem;
	flex-wrap: nowrap;
	white-space: nowrap;
}

.bhdt-lang-switcher {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-right: 0.25rem;
}

.bhdt-lang-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2rem;
	height: 2rem;
	padding: 0 0.5rem;
	border: 1px solid var(--bhdt-line);
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	color: var(--bhdt-muted);
}

.bhdt-lang-link.is-active {
	background: #111111;
	border-color: #111111;
	color: #ffffff;
}

.bhdt-header-actions a {
	text-decoration: none;
	font-weight: 700;
	color: var(--bhdt-text);
}

.bhdt-header-subscribe {
	padding: 0.6rem 0.85rem;
	border-radius: 999px;
	background: #111111;
	color: #ffffff !important;
}

.bhdt-nav-primary {
	border-top: 1px solid var(--bhdt-line);
	border-bottom: 1px solid var(--bhdt-line);
	padding: 0.85rem 0;
	margin-top: 0.1rem;
	text-align: center;
}

.bhdt-nav-primary > ul,
.bhdt-nav-primary .menu {
	width: min(1180px, calc(100% - 4rem));
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
}

.bhdt-nav-primary li {
	margin: 0;
}

.bhdt-nav-primary .menu {
	margin-inline: auto;
}

.bhdt-nav-primary a {
	display: inline-block;
	padding: 0.15rem 0;
	white-space: nowrap;
}

.bhdt-mega-menu-wrap {
	border-bottom: 1px solid var(--bhdt-line);
	background: #fcfcfc;
}

.bhdt-function-menu-wrap {
	border-bottom: 1px solid var(--bhdt-line);
	background: #ffffff;
}

.bhdt-mega-menu {
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 1rem 0;
}

.bhdt-mega-menu-grid {
	position: relative;
}

.bhdt-mega-parent-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.75rem 0.9rem;
}


.bhdt-mega-parent-item {
	position: relative;
	border: 1px solid var(--bhdt-line);
	border-radius: 10px;
	padding: 0.65rem 0.7rem;
	background: #ffffff;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.bhdt-mega-parent-item:hover,
.bhdt-mega-parent-item:focus-within,
.bhdt-mega-parent-item.is-active {
	border-color: #111111;
	box-shadow: 0 4px 18px rgba(17, 17, 17, 0.1);
	z-index: 40;
}

.bhdt-mega-parent-link {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.15;
	font-weight: 800;
	text-decoration: none;
	color: var(--bhdt-text);
}

.bhdt-mega-parent-link.is-active {
	color: var(--bhdt-accent-dark);
}

.bhdt-mega-parent-icon {
	display: inline-grid;
	place-items: center;
	flex: 0 0 1.35rem;
	width: 1.35rem;
	height: 1.35rem;
	border: 1px solid rgba(0, 114, 116, 0.22);
	border-radius: 6px;
	background: #f2fbfa;
	color: var(--bhdt-accent-dark);
	font-size: 0.78rem;
	line-height: 1;
}

.bhdt-mega-parent-item::after {
	content: '';
	display: none;
	position: absolute;
	left: -1px;
	top: 100%;
	width: max(100%, 245px);
	height: 8px;
	z-index: 29;
}

.bhdt-mega-parent-item:hover::after,
.bhdt-mega-parent-item:focus-within::after {
	display: block;
}

.bhdt-mega-child-list {
	list-style: none;
	margin: 0;
	padding: 0.55rem 0.65rem;
	position: absolute;
	left: -1px;
	top: 100%;
	min-width: 245px;
	max-width: 330px;
	border: 1px solid var(--bhdt-line);
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
	z-index: 30;
	display: none;
}

.bhdt-mega-parent-item:hover .bhdt-mega-child-list,
.bhdt-mega-parent-item:focus-within .bhdt-mega-child-list {
	display: block;
}

.bhdt-mega-child-list li + li {
	margin-top: 0.45rem;
}

.bhdt-mega-child-list a {
	display: block;
	padding: 0.38rem 0.5rem;
	border-radius: 8px;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
	color: var(--bhdt-text);
}

.bhdt-mega-child-list a:hover,
.bhdt-mega-child-list a:focus-visible,
.bhdt-mega-child-list a.is-active {
	color: var(--bhdt-accent-dark);
	background: #f2fbfa;
	text-decoration: none;
}

.bhdt-function-menu {
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 0.85rem 0;
}

.bhdt-function-menu-inner {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: nowrap;
	overflow: visible;
}

.bhdt-function-menu-list {
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
}

.bhdt-function-menu-item {
	position: relative;
}

.bhdt-function-menu-item:hover,
.bhdt-function-menu-item:focus-within,
.bhdt-function-menu-item.is-active {
	z-index: 40;
}

.bhdt-function-menu-item::after {
	content: '';
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: max(100%, 220px);
	height: 8px;
	z-index: 29;
}

.bhdt-function-menu-item:hover::after,
.bhdt-function-menu-item:focus-within::after {
	display: block;
}

.bhdt-function-menu-link {
	display: inline-flex;
	padding: 0.45rem 0.7rem;
	border: 1px solid var(--bhdt-line);
	border-radius: 999px;
	background: #fafafa;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
	color: var(--bhdt-text);
	white-space: nowrap;
}

.bhdt-function-menu-link.is-active {
	border-color: #111111;
	background: #ffffff;
}

.bhdt-function-child-list {
	list-style: none;
	margin: 0;
	padding: 0.55rem;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 220px;
	max-width: 320px;
	border: 1px solid var(--bhdt-line);
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
	z-index: 30;
	display: none;
}

.bhdt-function-menu-item:hover .bhdt-function-child-list,
.bhdt-function-menu-item:focus-within .bhdt-function-child-list {
	display: block;
}

.bhdt-function-child-list li + li {
	margin-top: 0.35rem;
}

.bhdt-function-child-list a {
	display: block;
	padding: 0.42rem 0.55rem;
	border-radius: 8px;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
	color: var(--bhdt-text);
}

.bhdt-function-child-list a:hover,
.bhdt-function-child-list a:focus-visible,
.bhdt-function-child-list a.is-active {
	color: var(--bhdt-accent-dark);
	background: #f2fbfa;
}

.bhdt-nav ul {
	list-style: none;
	display: flex;
	gap: 1rem;
	margin: 0;
	padding: 0;
}

.bhdt-nav a {
	text-decoration: none;
	font-weight: 700;
}

.bhdt-content {
	padding: 2rem 0 3rem;
}

.bhdt-wire-search {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	width: min(100%, 860px);
	flex: 1 1 auto;
	padding: 0.72rem 0.9rem;
	border: 1px solid var(--bhdt-line);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: var(--bhdt-shadow);
}

.bhdt-wire-search-icon {
	font-size: 1.05rem;
	color: var(--bhdt-accent);
}

.bhdt-wire-search-input {
	flex: 1;
	border: 0;
	outline: 0;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 1.05rem;
	background: transparent;
}

.bhdt-wire-search-button {
	border: 0;
	border-radius: 12px;
	padding: 0.78rem 1.15rem;
	background: var(--bhdt-text);
	color: #fff;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 0.98rem;
}

.bhdt-front-layout {
	display: grid;
	gap: 1rem;
}

.bhdt-top-strip {
	border-bottom: 1px solid var(--bhdt-line);
	padding-bottom: 0.4rem;
}

.bhdt-top-strip-inner p {
	margin: 0;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.82rem;
	text-align: center;
	color: var(--bhdt-muted);
}

.bhdt-hero-panel-wide {
	margin-top: 0.5rem;
}

.bhdt-wirecutter-rail-layout {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr) 240px;
	gap: 1rem;
	align-items: start;
}

.bhdt-rail-column {
	display: grid;
	gap: 1rem;
}

.bhdt-widget-box {
	padding: 1rem;
	border: 1px solid var(--bhdt-line);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: var(--bhdt-shadow);
}

.bhdt-topics-box {
	padding: 1rem;
	border: 1px solid var(--bhdt-line);
	border-radius: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfbf8 100%);
	box-shadow: var(--bhdt-shadow);
}

.bhdt-topics-box h3 {
	margin: 0 0 0.75rem;
	font-size: 1.15rem;
	line-height: 1.15;
}

.bhdt-topics-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
}

.bhdt-topics-list li {
	margin: 0;
}

.bhdt-topics-list a {
	display: grid;
	gap: 0.15rem;
	padding: 0.7rem 0.75rem;
	border-radius: 12px;
	border: 1px solid var(--bhdt-line);
	background: #ffffff;
	text-decoration: none;
	transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.bhdt-topics-list a:hover {
	transform: translateY(-1px);
	border-color: rgba(15, 118, 110, 0.35);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.bhdt-topics-label {
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--bhdt-text);
}

.bhdt-topics-note {
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.78rem;
	color: var(--bhdt-muted);
}

.bhdt-trending-box {
	padding: 1rem;
	border: 1px solid var(--bhdt-line);
	border-radius: 16px;
	background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
	box-shadow: var(--bhdt-shadow);
}

.bhdt-trending-box h3 {
	margin: 0 0 0.75rem;
	font-size: 1.15rem;
	line-height: 1.15;
}

.bhdt-trending-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
}

.bhdt-trending-list li {
	margin: 0;
}

.bhdt-trending-list a {
	display: grid;
	gap: 0.15rem;
	padding: 0.7rem 0.75rem;
	border-radius: 12px;
	border: 1px solid var(--bhdt-line);
	background: #ffffff;
	text-decoration: none;
	transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.bhdt-trending-list a:hover {
	transform: translateY(-1px);
	border-color: rgba(15, 118, 110, 0.35);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.bhdt-trending-label {
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--bhdt-text);
}

.bhdt-trending-note {
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.78rem;
	color: var(--bhdt-muted);
}

.bhdt-editor-picks-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
}

.bhdt-editor-picks-list li {
	margin: 0;
}

.bhdt-editor-picks-list a {
	display: grid;
	gap: 0.15rem;
	padding: 0.7rem 0.75rem;
	border-radius: 12px;
	border: 1px solid var(--bhdt-line);
	background: #ffffff;
	text-decoration: none;
	transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.bhdt-editor-picks-list a:hover {
	transform: translateY(-1px);
	border-color: rgba(15, 118, 110, 0.35);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.bhdt-editor-picks-label {
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--bhdt-text);
}

.bhdt-editor-picks-note {
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.78rem;
	color: var(--bhdt-muted);
}

.bhdt-widget-box h3 {
	margin: 0 0 0.75rem;
	font-size: 1.3rem;
	line-height: 1.15;
}

.bhdt-widget-subtitle,
.bhdt-widget-box p,
.bhdt-widget-list span {
	font-family: 'Noto Sans', Arial, sans-serif;
	color: var(--bhdt-muted);
}

.bhdt-widget-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bhdt-widget-list li {
	padding: 0.65rem 0;
	border-top: 1px solid var(--bhdt-line);
	display: grid;
	gap: 0.15rem;
}

.bhdt-widget-list li:first-child {
	border-top: 0;
}

.bhdt-widget-list a {
	text-decoration: none;
	font-weight: 700;
}

.bhdt-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.bhdt-chip-list a {
	display: inline-flex;
	padding: 0.4rem 0.75rem;
	border: 1px solid var(--bhdt-line);
	border-radius: 999px;
	text-decoration: none;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.9rem;
}

.bhdt-feature-grid {
	display: grid;
	gap: 1rem;
}

.bhdt-best-of-panel {
	display: grid;
	gap: 1rem;
	padding: 1rem 0 0.25rem;
	border-top: 1px solid var(--bhdt-line);
	margin-bottom: 0.25rem;
	scroll-margin-top: 1.5rem;
}

.bhdt-best-of-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.bhdt-best-of-card {
	padding: 1rem;
	border: 1px solid var(--bhdt-line);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: var(--bhdt-shadow);
}

.bhdt-best-of-card p {
	margin: 0 0 0.75rem;
	font-family: 'Noto Sans', Arial, sans-serif;
	color: var(--bhdt-muted);
}

.bhdt-best-of-card .bhdt-sample-badge {
	margin-bottom: 0.6rem;
	font-size: 0.75rem;
}

.bhdt-widget-box + .bhdt-widget-box {
	margin-top: 0;
}

.bhdt-sample-products {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.bhdt-sample-product,
.bhdt-deal-card {
	padding: 1rem;
	border: 1px solid var(--bhdt-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--bhdt-shadow);
}

.bhdt-sample-badge {
	display: inline-block;
	margin: 0 0 0.45rem;
	padding: 0.25rem 0.5rem;
	border-radius: 999px;
	background: #eaf5f4;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--bhdt-accent-dark);
}

.bhdt-sample-kicker,
.bhdt-sample-price,
.bhdt-deal-card p,
.bhdt-deal-card h4 {
	font-family: 'Noto Sans', Arial, sans-serif;
}

.bhdt-sample-kicker {
	margin: 0 0 0.35rem;
	font-size: 0.82rem;
	color: var(--bhdt-muted);
}

.bhdt-sample-product h3,
.bhdt-deal-card h4 {
	margin: 0 0 0.45rem;
	font-size: 1.2rem;
	line-height: 1.18;
}

.bhdt-sample-product p,
.bhdt-deal-card p {
	margin: 0 0 0.75rem;
	color: var(--bhdt-muted);
}

.bhdt-sample-price {
	font-weight: 700;
	color: var(--bhdt-text);
}

.bhdt-thumb-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans', Arial, sans-serif;
	color: #888;
	background: #f5f5f5;
}

.bhdt-cpt-archive-featured {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bhdt-footer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.bhdt-footer-widget strong {
	display: block;
	margin-bottom: 0.35rem;
}

.bhdt-footer-brand img {
	max-width: 180px;
	max-height: 56px;
	width: auto;
	height: auto;
	margin-bottom: 0.55rem;
}

.bhdt-footer-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 0.7rem;
}

.bhdt-footer-socials a {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	padding: 0.25rem 0.7rem;
	border: 1px solid color-mix(in srgb, var(--bhdt-footer-text, #fff) 24%, transparent);
	border-radius: 999px;
	color: var(--bhdt-footer-text, #fff);
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.85rem;
	font-weight: 700;
	text-decoration: none;
}

.bhdt-footer-socials a:hover,
.bhdt-footer-socials a:focus-visible {
	border-color: var(--bhdt-footer-text, #fff);
	color: var(--bhdt-footer-text, #fff);
}

.bhdt-footer-extra-text {
	margin-top: 0.8rem;
	white-space: pre-line;
}

.bhdt-home-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.bhdt-home-block-archive {
	align-items: start;
	gap: 2rem 1.35rem;
}

.bhdt-home-block-archive .bhdt-archive-hero {
	grid-column: 1 / -1;
	margin-bottom: 0.25rem;
}

.bhdt-block-archive-card {
	display: grid;
	align-content: start;
	gap: 0.85rem;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.bhdt-block-archive-thumb {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10.6;
	overflow: hidden;
	background: #f4f4f4;
	border: 1px solid var(--bhdt-line);
	border-radius: 4px;
}

.bhdt-block-archive-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.bhdt-block-archive-copy {
	display: grid;
	gap: 0.42rem;
}

.bhdt-block-archive-copy .bhdt-card-kicker,
.bhdt-block-archive-copy .bhdt-card-meta {
	margin: 0;
}

.bhdt-block-archive-copy h2 {
	margin: 0;
	font-size: clamp(1.22rem, 1.5vw, 1.62rem);
	line-height: 1.13;
	letter-spacing: 0;
}

.bhdt-block-archive-copy h2 a {
	text-decoration: none;
}

.bhdt-block-archive-excerpt {
	margin: 0;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.96rem;
	line-height: 1.45;
	color: #111111;
}

.bhdt-front-page {
	display: grid;
	gap: 2rem;
}

.bhdt-hero-panel {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
	gap: 1.5rem;
	padding: 1.5rem;
	border: 1px solid var(--bhdt-line);
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
	box-shadow: var(--bhdt-shadow);
}

.bhdt-hero-copy h1 {
	margin: 0 0 0.45rem;
	font-size: clamp(2.4rem, 5vw, 4rem);
	line-height: 1.04;
}

.bhdt-hero-copy p {
	margin: 0 0 1rem;
	max-width: 62ch;
	font-family: 'Noto Sans', Arial, sans-serif;
	color: var(--bhdt-muted);
}

.bhdt-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.bhdt-hero-aside {
	display: grid;
	gap: 0.75rem;
	align-content: start;
}

.bhdt-hero-stat {
	padding: 1rem;
	border: 1px solid var(--bhdt-line);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: var(--bhdt-shadow);
}

.bhdt-hero-stat strong {
	display: block;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: -0.03em;
}

.bhdt-hero-stat span {
	display: block;
	margin-top: 0.35rem;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.9rem;
	color: var(--bhdt-muted);
}

.bhdt-front-section {
	display: grid;
	gap: 1rem;
}

.bhdt-archive-hero {
	grid-column: 1 / -1;
	display: grid;
	gap: 0.35rem;
	padding: 0.25rem 0 1rem;
	border-bottom: 1px solid var(--bhdt-line);
	margin-bottom: 0.25rem;
}

.bhdt-archive-hero p {
	margin: 0;
	max-width: 62ch;
	font-family: 'Noto Sans', Arial, sans-serif;
	color: var(--bhdt-muted);
}

.bhdt-section-header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	border-bottom: 1px solid var(--bhdt-line);
	padding-bottom: 0.75rem;
}

.bhdt-section-header h2 {
	margin: 0;
	font-size: 1.8rem;
	line-height: 1.1;
}

.bhdt-section-header p {
	margin: 0;
	font-family: 'Noto Sans', Arial, sans-serif;
	color: var(--bhdt-muted);
}

.bhdt-home-hero,
.bhdt-archive-hero {
	grid-column: 1 / -1;
	padding: 0.25rem 0 0.75rem;
	border-bottom: 1px solid var(--bhdt-line);
	margin-bottom: 0.25rem;
}

.bhdt-home-hero h1,
.bhdt-archive-hero h1 {
	margin: 0 0 0.4rem;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.08;
}

.bhdt-home-hero p,
.bhdt-archive-hero p {
	margin: 0;
	max-width: 60ch;
	font-family: 'Noto Sans', Arial, sans-serif;
	color: var(--bhdt-muted);
}

.bhdt-card {
	background: var(--bhdt-card);
	border: 1px solid var(--bhdt-line);
	box-shadow: var(--bhdt-shadow);
	border-radius: 16px;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bhdt-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
}

.bhdt-card-thumb {
	aspect-ratio: 16 / 10;
	background: #f5f5f5;
	overflow: hidden;
}

.bhdt-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bhdt-card-body {
	padding: 1.05rem 1.1rem 1.2rem;
}

.bhdt-card-kicker,
.bhdt-cpt-kicker {
	margin: 0 0 0.55rem;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--bhdt-accent-dark);
}

.bhdt-card-title {
	margin: 0 0 0.55rem;
	font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.bhdt-card-title a {
	text-decoration: none;
}

.bhdt-card-excerpt {
	margin: 0;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--bhdt-muted);
}

.bhdt-card-meta,
.bhdt-entry-meta,
.bhdt-cpt-meta {
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.86rem;
	color: var(--bhdt-muted);
}

.bhdt-entry {
	width: min(720px, calc(100% - 2rem));
	margin: 0 auto;
}

.bhdt-entry-content img {
	border-radius: 14px;
}

.bhdt-cpt-archive {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	margin-top: 1rem;
}

.bhdt-cpt-card {
	border: 1px solid var(--bhdt-line);
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	box-shadow: var(--bhdt-shadow);
}

.bhdt-cpt-card-body {
	padding: 1rem 1rem 1.1rem;
}

.bhdt-cpt-card h2,
.bhdt-cpt-card h3 {
	margin: 0.15rem 0 0.5rem;
	font-size: 1.35rem;
	line-height: 1.18;
}

.bhdt-cpt-card p {
	margin: 0;
	font-family: 'Noto Sans', Arial, sans-serif;
	color: var(--bhdt-muted);
}

.bhdt-spec-list,
.bhdt-project-checklist {
	list-style: none;
	padding: 0;
	margin: 1rem 0 0;
}

.bhdt-spec-list li,
.bhdt-project-checklist li {
	padding: 0.55rem 0;
	border-top: 1px solid var(--bhdt-line);
	font-family: 'Noto Sans', Arial, sans-serif;
	color: var(--bhdt-text);
}

.bhdt-spec-list li:first-child,
.bhdt-project-checklist li:first-child {
	border-top: 0;
}

.bhdt-read-more {
	display: inline-flex;
	margin-top: 1rem;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-weight: 700;
	color: var(--bhdt-accent-dark);
}

.bhdt-single-specs {
	margin-top: 1.75rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--bhdt-line);
}

.bhdt-single-specs h2 {
	margin: 0 0 0.75rem;
	font-size: 1.35rem;
}

.bhdt-callout {
	margin: 1.5rem 0;
	padding: 1rem 1.1rem;
	border: 1px solid var(--bhdt-line);
	border-radius: 16px;
	background: #fafafa;
	font-family: 'Noto Sans', Arial, sans-serif;
	color: var(--bhdt-muted);
}

.bhdt-entry {
	width: min(720px, calc(100% - 2rem));
	margin: 0 auto;
}

.bhdt-entry-header {
	margin-bottom: 1.5rem;
}

.bhdt-entry-title {
	margin: 0 0 0.75rem;
	font-size: clamp(2rem, 4vw, 3.3rem);
	line-height: 1.1;
	letter-spacing: -0.04em;
}

.bhdt-entry-meta {
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.88rem;
	color: var(--bhdt-muted);
}

.bhdt-entry-content {
	font-size: 1.08rem;
}

.bhdt-front-edit-button {
	position: fixed;
	left: 1.25rem;
	bottom: 1.25rem;
	z-index: 9999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0.7rem 1rem;
	border: 1px solid #111111;
	border-radius: 999px;
	background: #111111;
	box-shadow: 0 12px 28px rgba(17, 17, 17, 0.18);
	color: #ffffff;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.bhdt-front-edit-button:hover,
.bhdt-front-edit-button:focus-visible {
	background: var(--bhdt-accent-dark);
	border-color: var(--bhdt-accent-dark);
	color: #ffffff;
	text-decoration: none;
}

.bhdt-scroll-top-button {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	z-index: 9999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid #111111;
	border-radius: 999px;
	background: #111111;
	box-shadow: 0 12px 28px rgba(17, 17, 17, 0.18);
	color: #ffffff;
	cursor: pointer;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1;
}

.bhdt-scroll-top-button:hover,
.bhdt-scroll-top-button:focus-visible {
	background: var(--bhdt-accent-dark);
	border-color: var(--bhdt-accent-dark);
	color: #ffffff;
}

.bhdt-entry-content h2,
.bhdt-entry-content h3,
.bhdt-entry-content h4 {
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.bhdt-footer-inner {
	padding: 1.2rem 0 1.5rem;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.92rem;
	color: var(--bhdt-muted);
}

.bhdt-home-intro {
	grid-column: 1 / -1;
	padding: 0.25rem 0 0.5rem;
}

.bhdt-home-intro h1 {
	margin: 0 0 0.4rem;
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.1;
}

.bhdt-home-intro p {
	margin: 0;
	max-width: 58ch;
	font-family: 'Noto Sans', Arial, sans-serif;
	color: var(--bhdt-muted);
}

/* Desktop-first homepage layout for index.php */
.bhdt-wire-home {
	display: grid;
	gap: 1.25rem;
}

.bhdt-wire-home-topics {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0;
	border-top: 1px solid var(--bhdt-line);
	border-bottom: 1px solid var(--bhdt-line);
	padding: 0.85rem 0;
	overflow: hidden;
}

.bhdt-hot-bubble-field {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.55rem 0.65rem;
	min-width: 0;
	padding: 0.18rem 1.3rem;
}

.bhdt-hot-bubble {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.45rem;
	padding: 0.48rem 1rem;
	border: 1px solid #e6e6e6;
	border-radius: 999px;
	background:
		radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.08) 34%),
		linear-gradient(145deg, #ffffff 0%, #fbfbfb 100%);
	box-shadow: 0 7px 18px rgba(17, 17, 17, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.9);
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.15;
	text-decoration: none;
	color: var(--bhdt-text);
	white-space: nowrap;
	will-change: transform;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.bhdt-hot-bubble:hover,
.bhdt-hot-bubble:focus-visible {
	border-color: #111111;
	box-shadow: 0 10px 24px rgba(17, 17, 17, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.95);
	color: var(--bhdt-text);
	outline: none;
}

@media (prefers-reduced-motion: reduce) {
	.bhdt-hot-bubble {
		transform: none !important;
	}
}


.bhdt-hot-key-results {
	list-style: none;
	margin: 1.4rem 0 0;
	padding: 0;
	border-top: 1px solid var(--bhdt-line);
}

.bhdt-hot-key-results li {
	padding: 1rem 0;
	border-bottom: 1px solid var(--bhdt-line);
}

.bhdt-hot-key-results a {
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 1.05rem;
	font-weight: 800;
	text-decoration: none;
	color: var(--bhdt-text);
}

.bhdt-hot-key-results a:hover,
.bhdt-hot-key-results a:focus-visible {
	color: var(--bhdt-accent-dark);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.bhdt-hot-key-results p {
	margin: 0.35rem 0 0;
	color: var(--bhdt-muted);
}

.bhdt-wire-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr) 300px;
	gap: 1.2rem;
	align-items: start;
}

.bhdt-wire-col {
	display: grid;
	gap: 1rem;
}

.bhdt-wire-col-main {
	display: contents;
}

.bhdt-wire-col-left {
	grid-column: 1 / 2;
	grid-row: 1;
	align-self: start;
}

.bhdt-wire-col-right {
	grid-column: 3 / 4;
	grid-row: 1;
	align-self: start;
}

.bhdt-wire-panel {
	padding: 1rem;
	border: 1px solid var(--bhdt-line);
	border-radius: 14px;
	background: #fff;
}

.bhdt-wire-panel h2 {
	margin: 0 0 0.9rem;
	font-size: 1.4rem;
	line-height: 1;
}

.bhdt-wire-latest-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.55rem;
}

.bhdt-wire-latest-list li {
	padding-top: 0.55rem;
	border-top: 1px solid var(--bhdt-line);
	display: grid;
	gap: 0.1rem;
}

.bhdt-wire-latest-list li:first-child {
	padding-top: 0;
	border-top: 0;
}

.bhdt-wire-latest-list a {
	text-decoration: none;
	font-weight: 700;
	font-size: 1.05rem;
	line-height: 1.25;
}

.bhdt-wire-latest-list time {
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.9rem;
	color: var(--bhdt-muted);
}

.bhdt-wire-hero {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--bhdt-line);
	grid-column: 2 / 3;
	grid-row: 1;
}

.bhdt-wire-hero-media {
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--bhdt-line);
	background: #f5f5f5;
	aspect-ratio: 16 / 9;
	width: 100%;
}

.bhdt-wire-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.bhdt-wire-hero-copy {
	display: grid;
	align-content: start;
	gap: 0.7rem;
}

.bhdt-wire-kicker {
	margin: 0;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--bhdt-accent-dark);
}

.bhdt-wire-hero-copy h1 {
	margin: 0;
	font-size: clamp(2rem, 2.8vw, 2.9rem);
	line-height: 1.05;
}

.bhdt-wire-hero-copy h1 a {
	text-decoration: none;
}

.bhdt-wire-hero-copy p {
	margin: 0;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 1rem;
	color: var(--bhdt-muted);
}

.bhdt-wire-curated-links {
	margin: 0;
	padding-left: 1.1rem;
	display: grid;
	gap: 0.35rem;
}

.bhdt-wire-curated-links a {
	font-family: 'Noto Sans', Arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.bhdt-wire-category-block {
	padding-top: 0.95rem;
	border-top: 0;
	display: grid;
	gap: 0.8rem;
	grid-column: 1 / -1;
}

.bhdt-wire-category-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	gap: 0.7rem;
	padding-top: 0.7rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid var(--bhdt-line);
}

.bhdt-wire-category-head::before {
	content: '';
	display: block;
	width: 100%;
	height: 6px;
	background: #111111;
}

.bhdt-wire-category-head h2 {
	margin: 0;
	font-size: clamp(2rem, 2.5vw, 2.7rem);
	line-height: 1.02;
	letter-spacing: -0.02em;
}

.bhdt-wire-category-head h2 a {
	color: inherit;
	text-decoration: none;
	transition: color 0.18s ease;
}

.bhdt-wire-category-head h2 a:hover,
.bhdt-wire-category-head h2 a:focus-visible {
	color: var(--bhdt-accent-dark);
	text-decoration: none;
}

.bhdt-wire-category-subtitle {
	margin: 0;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.95rem;
	line-height: 1.45;
	color: var(--bhdt-muted);
	max-width: 72ch;
}

.bhdt-wire-category-lead {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	gap: 1.1rem;
	padding-bottom: 0.9rem;
	border-bottom: 1px solid var(--bhdt-line);
	margin-bottom: 0.9rem;
}

.bhdt-wire-category-lead:has(.bhdt-wire-older-list) {
	grid-template-columns: minmax(180px, 0.78fr) minmax(160px, 0.7fr) minmax(0, 1.35fr);
}

.bhdt-wire-category-lead-thumb {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--bhdt-line);
	background: #f6f6f6;
	aspect-ratio: 16 / 10;
}

.bhdt-wire-category-lead-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bhdt-wire-older-list {
	border: 1px solid var(--bhdt-line);
	border-radius: 12px;
	background: #fff;
	display: grid;
	align-content: start;
	gap: 0;
	max-height: 360px;
	overflow: auto;
	padding: 0.45rem;
}

.bhdt-wire-older-item {
	display: grid;
	gap: 0.2rem;
	padding: 0.62rem 0.7rem;
	text-decoration: none;
	border-bottom: 1px solid var(--bhdt-line);
	color: var(--bhdt-ink);
}

.bhdt-wire-older-item:last-child {
	border-bottom: 0;
}

.bhdt-wire-older-item strong {
	font-size: 1rem;
	line-height: 1.24;
}

.bhdt-wire-older-item small {
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.76rem;
	text-transform: uppercase;
	color: var(--bhdt-muted);
}

.bhdt-wire-older-item:hover strong,
.bhdt-wire-older-item:focus strong {
	text-decoration: underline;
}

.bhdt-wire-see-all {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin: 0.45rem 0.25rem 0.25rem;
	padding: 0.72rem 0.8rem;
	border: 1px solid #111111;
	border-radius: 8px;
	color: #111111;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.bhdt-wire-see-all span {
	color: var(--bhdt-muted);
	font-size: 0.72rem;
	font-weight: 700;
}

.bhdt-wire-see-all:hover,
.bhdt-wire-see-all:focus {
	background: #111111;
	color: #ffffff;
}

.bhdt-wire-see-all:hover span,
.bhdt-wire-see-all:focus span {
	color: #ffffff;
}

.bhdt-wire-category-lead-copy {
	display: grid;
	align-content: start;
	gap: 0.62rem;
}

.bhdt-wire-category-lead-copy h3 {
	margin: 0;
	font-size: clamp(1.85rem, 2.2vw, 2.55rem);
	line-height: 1.03;
	letter-spacing: -0.015em;
}

.bhdt-wire-category-lead-copy h3 a {
	text-decoration: none;
}

.bhdt-wire-category-lead-copy p {
	margin: 0;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 1.02rem;
	line-height: 1.55;
	color: var(--bhdt-muted);
}

.bhdt-wire-content-type {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 0.2rem 0.55rem;
	border: 1px solid #d9d9d9;
	border-radius: 999px;
	background: #f7f7f7;
	color: #444;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	line-height: 1.2;
}

.bhdt-wire-meta {
	margin: 0;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.35;
	color: #5f5f5f;
}

.bhdt-wire-sub-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.95rem;
}

.bhdt-wire-category-layout {
	display: grid;
	gap: 0.95rem;
}

.bhdt-wire-category-layout-2 {
	grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
	align-items: stretch;
	column-gap: 1.35rem;
	row-gap: 1rem;
	padding-bottom: 0.9rem;
	border-bottom: 1px solid var(--bhdt-line);
}

.bhdt-wire-category-layout-main {
	display: grid;
	gap: 1rem;
}

.bhdt-wire-category-layout-feature {
	display: grid;
	align-content: start;
	gap: 0.55rem;
}

.bhdt-wire-category-layout-2 .bhdt-wire-category-lead-thumb {
	aspect-ratio: 16 / 9;
	border-radius: 8px;
}

.bhdt-wire-category-layout-feature h3 {
	margin: 0;
	font-size: clamp(1.35rem, 1.65vw, 1.85rem);
	line-height: 1.12;
}

.bhdt-wire-category-layout-feature h3 a {
	text-decoration: none;
}

.bhdt-wire-category-layout-feature p {
	margin: 0;
	font-family: 'Noto Sans', Arial, sans-serif;
	color: var(--bhdt-muted);
	font-size: 0.96rem;
	line-height: 1.48;
}

.bhdt-wire-category-layout-2 .bhdt-wire-category-layout-list {
	max-height: none;
	min-height: 190px;
	border-radius: 0;
	border-width: 1px 0 0;
	padding: 0.85rem 0 0;
}

.bhdt-wire-category-media-list {
	display: grid;
	align-content: start;
	gap: 1rem;
}

.bhdt-wire-category-media-item {
	display: grid;
	grid-template-columns: 142px minmax(0, 1fr);
	gap: 0.95rem;
	align-items: start;
	height: 174px;
	min-height: 174px;
	overflow: hidden;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--bhdt-line);
}

.bhdt-wire-category-media-item:last-child {
	border-bottom: 0;
}

.bhdt-wire-category-media-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid var(--bhdt-line);
	background: #f7f7f7;
	aspect-ratio: 4 / 3;
	min-height: 112px;
}

.bhdt-wire-category-media-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bhdt-wire-category-media-copy {
	display: grid;
	gap: 0.28rem;
	align-content: start;
	min-width: 0;
}

.bhdt-wire-category-media-copy h3 {
	margin: 0;
	font-size: clamp(1.08rem, 1.25vw, 1.38rem);
	line-height: 1.12;
}

.bhdt-wire-category-media-copy h3 a {
	text-decoration: none;
}

.bhdt-wire-category-media-copy p {
	margin: 0;
	font-family: 'Noto Sans', Arial, sans-serif;
	color: var(--bhdt-muted);
	font-size: 0.88rem;
	line-height: 1.42;
}

.bhdt-wire-category-media-copy p:not(.bhdt-wire-meta) {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.bhdt-wire-category-layout-3 {
	padding-bottom: 0.9rem;
	border-bottom: 1px solid var(--bhdt-line);
}

.bhdt-wire-category-layout-card-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.95rem;
}

.bhdt-wire-category-layout-3 .bhdt-wire-category-layout-list {
	max-height: none;
	border-radius: 0;
	border-width: 1px 0 0;
	padding: 0.85rem 0 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bhdt-wire-category-layout-3 .bhdt-wire-category-layout-list .bhdt-wire-see-all {
	grid-column: 1 / -1;
}

.bhdt-wire-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.9rem;
}

.bhdt-wire-product-card {
	padding: 0.85rem;
	border: 1px solid var(--bhdt-line);
	border-radius: 14px;
	background: #fff;
	display: grid;
	align-content: start;
	gap: 0.45rem;
}

.bhdt-wire-product-thumb,
.bhdt-card-thumb {
	position: relative;
}

.bhdt-wire-product-thumb {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid var(--bhdt-line);
	background: #f7f7f7;
	aspect-ratio: 4 / 3;
}

.bhdt-wire-product-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bhdt-wire-product-card h3 {
	margin: 0;
	font-size: 1.38rem;
	line-height: 1.14;
}

.bhdt-wire-product-card .bhdt-wire-meta {
	font-size: 0.78rem;
	line-height: 1.3;
}

.bhdt-wire-product-card .bhdt-wire-content-type {
	font-size: 0.68rem;
	padding: 0.18rem 0.48rem;
}

.bhdt-wire-product-card h3 a {
	text-decoration: none;
}

.bhdt-wire-price {
	margin: 0;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.95rem;
	color: var(--bhdt-muted);
}

.bhdt-wire-product-card p {
	margin: 0;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.96rem;
	line-height: 1.5;
	color: var(--bhdt-muted);
}

.bhdt-wire-empty {
	margin: 0;
	font-family: 'Noto Sans', Arial, sans-serif;
	color: var(--bhdt-muted);
}

.bhdt-wire-placeholder-block {
	background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
}

.bhdt-wire-placeholder-block .bhdt-wire-thumb-fallback {
	font-size: 0.86rem;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #8d8d8d;
}

.bhdt-wire-deals-list {
	display: grid;
	gap: 0.7rem;
}

.bhdt-wire-deal-item {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 0.7rem;
	padding-top: 0.7rem;
	border-top: 1px solid var(--bhdt-line);
}

.bhdt-wire-deal-item:first-child {
	padding-top: 0;
	border-top: 0;
}

.bhdt-wire-deal-thumb {
	border: 1px solid var(--bhdt-line);
	border-radius: 10px;
	overflow: hidden;
	background: #f7f7f7;
	aspect-ratio: 1 / 1;
}

.bhdt-wire-deal-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bhdt-wire-deal-copy {
	display: grid;
	align-content: start;
	gap: 0.3rem;
}

.bhdt-wire-deal-copy h3 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.28;
}

.bhdt-wire-deal-copy h3 a {
	text-decoration: none;
}

.bhdt-wire-deal-source {
	margin: 0;
	color: var(--bhdt-accent);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bhdt-wire-deal-price-line {
	margin: 0;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.bhdt-wire-sale-price {
	font-weight: 700;
	color: #b91c1c;
}

.bhdt-wire-deal-price-line del {
	color: var(--bhdt-muted);
}

.bhdt-wire-off {
	margin: 0;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #b91c1c;
}

.bhdt-wire-thumb-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans', Arial, sans-serif;
	color: #8a8a8a;
	background: #f5f5f5;
}

@media (max-width: 1220px) {
	.bhdt-wire-layout {
		grid-template-columns: 230px minmax(0, 1fr) 280px;
	}

	.bhdt-wire-category-lead {
		grid-template-columns: 1fr;
	}

	.bhdt-wire-category-lead:has(.bhdt-wire-older-list) {
		grid-template-columns: 1fr;
	}

	.bhdt-wire-sub-grid,
	.bhdt-wire-product-grid,
	.bhdt-wire-category-layout-card-row,
	.bhdt-wire-category-layout-3 .bhdt-wire-category-layout-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bhdt-wire-category-media-item {
		grid-template-columns: 126px minmax(0, 1fr);
		height: 174px;
		min-height: 174px;
	}
}

@media (max-width: 980px) {
	.bhdt-wire-layout {
		grid-template-columns: 1fr;
	}

	.bhdt-wire-col-main {
		display: grid;
		gap: 1rem;
	}

	.bhdt-wire-col-left,
	.bhdt-wire-col-right {
		grid-column: auto;
		grid-row: auto;
	}

	.bhdt-wire-hero {
		grid-template-columns: 1fr;
		grid-column: auto;
		grid-row: auto;
	}

	.bhdt-wire-category-block {
		grid-column: auto;
	}

	.bhdt-wire-sub-grid,
	.bhdt-wire-product-grid,
	.bhdt-wire-category-layout-2,
	.bhdt-wire-category-layout-card-row,
	.bhdt-wire-category-layout-3 .bhdt-wire-category-layout-list {
		grid-template-columns: 1fr;
	}

	.bhdt-wire-category-layout-2 .bhdt-wire-category-layout-list {
		border-width: 1px 0 0;
		padding: 0.85rem 0 0;
	}

	.bhdt-wire-category-media-item {
		grid-template-columns: 96px minmax(0, 1fr);
		height: auto;
		min-height: 128px;
	}
}

@media (max-width: 980px) {
	.bhdt-home-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bhdt-cpt-archive {
		grid-template-columns: 1fr;
	}

	.bhdt-hero-panel,
	.bhdt-section-header {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: start;
	}

	.bhdt-wirecutter-rail-layout,
	.bhdt-footer-grid {
		grid-template-columns: 1fr;
	}

	.bhdt-sample-products,
	.bhdt-cpt-archive-featured {
		grid-template-columns: 1fr;
	}

	.bhdt-best-of-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 720px) {
	.bhdt-mega-parent-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bhdt-best-of-grid {
		grid-template-columns: 1fr;
	}

	.bhdt-mega-child-list {
		position: static;
		display: block;
		min-width: 0;
		max-width: 100%;
		padding: 0.5rem 0 0;
		border: 0;
		border-top: 1px dashed var(--bhdt-line);
		border-radius: 0;
		box-shadow: none;
	}

	.bhdt-header-utility {
		flex-direction: column;
		align-items: stretch;
	}

	.bhdt-header-actions {
		justify-content: space-between;
	}
}

@media (max-width: 720px) {
	.bhdt-site-header .bhdt-header-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}

	.bhdt-home-grid {
		grid-template-columns: 1fr;
	}

	.bhdt-content {
		padding: 1.5rem 0 2.5rem;
	}

	.bhdt-wirecutter-rail-layout {
		width: min(100%, 360px);
		margin-inline: auto;
		justify-content: center;
	}

	.bhdt-wirecutter-rail-layout > * {
		width: 100%;
		max-width: 360px;
		margin-inline: auto;
	}

	.bhdt-rail-column {
		width: 100%;
		justify-self: stretch;
		margin-inline: 0;
		padding-inline: 0;
	}

	.bhdt-header-inner,
	.bhdt-footer-inner,
	.bhdt-content-inner {
		width: min(100% - 2rem, 1180px);
	}

	.bhdt-nav-primary > ul,
	.bhdt-nav-primary .menu,
	.bhdt-mega-menu,
	.bhdt-function-menu {
		width: min(100% - 2rem, 1180px);
	}
}

@media (min-width: 981px) {
	.bhdt-wire-category-layout.bhdt-wire-category-layout-2 {
		grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
		align-items: stretch;
	}

	.bhdt-wire-category-layout.bhdt-wire-category-layout-2 > .bhdt-wire-category-layout-main,
	.bhdt-wire-category-layout.bhdt-wire-category-layout-2 > .bhdt-wire-category-media-list {
		height: 100%;
		min-height: 560px;
	}

	.bhdt-wire-category-layout.bhdt-wire-category-layout-2 > .bhdt-wire-category-layout-main {
		grid-template-rows: auto minmax(190px, 1fr);
	}

	.bhdt-wire-category-layout.bhdt-wire-category-layout-2 > .bhdt-wire-category-media-list {
		grid-template-rows: repeat(3, minmax(0, 1fr));
		gap: 1rem;
	}

	.bhdt-wire-category-layout.bhdt-wire-category-layout-2 .bhdt-wire-category-media-item {
		height: auto;
		min-height: 0;
		padding-bottom: 1rem;
	}
}

.bhdt-search-results-page {
	display: block;
}

.bhdt-search-results-list {
	display: grid;
	gap: 1rem;
}

.bhdt-search-result {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	padding: 1rem;
	border: 1px solid var(--bhdt-border);
	border-radius: 12px;
	background: var(--bhdt-card);
}

.bhdt-search-result-no-thumb {
	grid-template-columns: 1fr;
}

.bhdt-search-result-thumb {
	display: block;
	width: 112px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 10px;
	background: #f5f5f5;
}

.bhdt-search-result-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bhdt-search-result-body {
	display: grid;
	gap: 0.45rem;
	min-width: 0;
}

.bhdt-search-result-url {
	display: block;
	overflow-wrap: anywhere;
	color: #0a6b65;
	font-size: 0.88rem;
	text-decoration: none;
}

.bhdt-search-result-url:hover,
.bhdt-search-result-url:focus {
	text-decoration: underline;
}

.bhdt-search-result mark {
	padding: 0.05em 0.18em;
	border-radius: 4px;
	background: #fff1a8;
	color: inherit;
}

@media (max-width: 640px) {
	.bhdt-search-result {
		grid-template-columns: 72px minmax(0, 1fr);
		padding: 0.85rem;
	}

	.bhdt-search-result-thumb {
		width: 72px;
		border-radius: 8px;
	}
}

.bhdt-site-header {
	--bhdt-sticky-header-offset: 0px;
	--bhdt-sticky-header-height: 104px;
	padding-top: var(--bhdt-sticky-header-height);
}

body.admin-bar .bhdt-site-header {
	--bhdt-sticky-header-offset: 32px;
}

.bhdt-sticky-header-bar {
	position: fixed;
	top: var(--bhdt-sticky-header-offset);
	left: 0;
	right: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--bhdt-line);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
	backdrop-filter: blur(10px);
	transform: translateY(0);
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 220ms ease;
}

.bhdt-sticky-header-bar .bhdt-header-inner,
.bhdt-site-header .bhdt-sticky-header-bar .bhdt-header-inner {
	position: relative;
	top: auto;
	z-index: auto;
	width: min(1180px, calc(100% - 4rem));
	max-width: none;
	margin: 0 auto;
	padding: 1rem 0;
	background: transparent;
	box-shadow: none;
	transition: padding 180ms ease;
}

.bhdt-sticky-header-bar .bhdt-branding {
	font-size: clamp(1.55rem, 2.4vw, 2.25rem);
	line-height: 1.1;
	transition: font-size 180ms ease, transform 180ms ease;
}

.bhdt-sticky-header-bar .bhdt-header-utility {
	margin-left: clamp(1rem, 2vw, 1.75rem);
	transition: margin-left 180ms ease;
}

.bhdt-sticky-header-bar .bhdt-wire-search {
	width: min(100%, 520px);
	margin-right: clamp(0.75rem, 1.8vw, 1.5rem);
	transition: width 220ms ease, margin-right 180ms ease, transform 180ms ease;
}

.bhdt-sticky-header-bar .bhdt-header-actions {
	display: inline-flex;
	max-width: 360px;
	opacity: 1;
	overflow: hidden;
	transform: translateY(0);
	transition: opacity 160ms ease, max-width 220ms ease, transform 180ms ease, margin 180ms ease;
}

body.bhdt-header-is-scrolled .bhdt-sticky-header-bar .bhdt-header-actions {
	max-width: 0;
	margin-left: 0;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-8px);
	visibility: hidden;
}

body.bhdt-header-is-scrolled .bhdt-sticky-header-bar {
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09);
	transform: translateY(0);
}

body.bhdt-header-is-scrolled .bhdt-sticky-header-bar .bhdt-header-inner,
body.bhdt-header-is-scrolled .bhdt-site-header .bhdt-sticky-header-bar .bhdt-header-inner {
	padding: 0.78rem 0;
}

body.bhdt-header-is-scrolled .bhdt-sticky-header-bar .bhdt-branding {
	transform: translateY(-1px);
}

body.bhdt-header-is-scrolled .bhdt-sticky-header-bar .bhdt-wire-search {
	width: min(100%, 620px);
	margin-right: 0;
}

@media (max-width: 782px) {
	body.admin-bar .bhdt-site-header {
		--bhdt-sticky-header-offset: 46px;
	}
}

@media (max-width: 720px) {
	.bhdt-site-header {
		--bhdt-sticky-header-height: 152px;
	}

	.bhdt-sticky-header-bar .bhdt-header-inner,
	.bhdt-site-header .bhdt-sticky-header-bar .bhdt-header-inner {
		width: min(100% - 2rem, 1180px);
		padding: 0.75rem 0;
		gap: 0.65rem;
	}

	.bhdt-sticky-header-bar .bhdt-header-utility {
		width: 100%;
		margin-left: 0;
		gap: 0.6rem;
	}

	.bhdt-sticky-header-bar .bhdt-wire-search {
		width: 100%;
		margin-right: 0;
	}

	body.bhdt-header-is-scrolled .bhdt-sticky-header-bar .bhdt-header-actions {
		max-width: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bhdt-sticky-header-bar,
	.bhdt-sticky-header-bar .bhdt-header-inner,
	.bhdt-sticky-header-bar .bhdt-branding,
	.bhdt-sticky-header-bar .bhdt-header-utility,
	.bhdt-sticky-header-bar .bhdt-wire-search,
	.bhdt-sticky-header-bar .bhdt-header-actions {
		transition: none;
	}
}

/* Mobile-only layout fixes: keep desktop header/menu behavior unchanged. */
@media (max-width: 720px) {
	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	.bhdt-scroll-top-button {
		display: none;
	}

	.bhdt-site-header {
		--bhdt-sticky-header-height: 0px;
		padding-top: 0;
	}

	.bhdt-sticky-header-bar {
		position: relative;
		top: auto;
		z-index: 20;
		box-shadow: none;
		backdrop-filter: none;
	}

	.bhdt-sticky-header-bar .bhdt-header-inner,
	.bhdt-site-header .bhdt-sticky-header-bar .bhdt-header-inner {
		width: min(100% - 1.5rem, 1180px);
		padding: 0.8rem 0 0.9rem;
	}

	body.bhdt-header-is-scrolled .bhdt-sticky-header-bar .bhdt-header-inner,
	body.bhdt-header-is-scrolled .bhdt-site-header .bhdt-sticky-header-bar .bhdt-header-inner {
		padding: 0.8rem 0 0.9rem;
	}

	.bhdt-sticky-header-bar .bhdt-branding,
	body.bhdt-header-is-scrolled .bhdt-sticky-header-bar .bhdt-branding {
		width: 100%;
		font-size: 2rem;
		line-height: 1.12;
		transform: none;
	}

	.bhdt-sticky-header-bar .bhdt-header-utility {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		margin-left: 0;
		gap: 0.7rem;
	}

	.bhdt-sticky-header-bar .bhdt-wire-search,
	body.bhdt-header-is-scrolled .bhdt-sticky-header-bar .bhdt-wire-search {
		width: 100%;
		min-height: 3.25rem;
		margin-right: 0;
		padding: 0.7rem 0.85rem;
		border-radius: 14px;
		transform: none;
	}

	.bhdt-wire-search-input {
		min-width: 0;
		font-size: 1rem;
	}

	.bhdt-wire-search-button {
		display: none;
	}

	.bhdt-sticky-header-bar .bhdt-header-actions,
	body.bhdt-header-is-scrolled .bhdt-sticky-header-bar .bhdt-header-actions {
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: none;
		margin-left: 0;
		opacity: 1;
		overflow: visible;
		pointer-events: auto;
		transform: none;
		visibility: visible;
	}

	.bhdt-header-actions {
		gap: 0.6rem;
		font-size: 0.95rem;
	}

	.bhdt-lang-switcher {
		flex: 0 0 auto;
	}

	.bhdt-lang-link {
		min-width: 2.05rem;
		height: 2.05rem;
	}

	.bhdt-header-subscribe {
		padding: 0.58rem 0.85rem;
	}

	.bhdt-function-menu-wrap,
	.bhdt-mega-menu-wrap {
		overflow: hidden;
	}

	.bhdt-function-menu,
	.bhdt-mega-menu {
		width: 100%;
		padding: 0.65rem 0;
	}

	.bhdt-function-menu-inner,
	.bhdt-function-menu-list,
	.bhdt-mega-parent-grid {
		display: flex;
		flex-wrap: nowrap;
		gap: 0.55rem;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0 0.75rem 0.2rem;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.bhdt-function-menu-inner::-webkit-scrollbar,
	.bhdt-function-menu-list::-webkit-scrollbar,
	.bhdt-mega-parent-grid::-webkit-scrollbar {
		display: none;
	}

	.bhdt-function-menu-item,
	.bhdt-mega-parent-item {
		flex: 0 0 auto;
		position: static;
	}

	.bhdt-function-menu-item::after,
	.bhdt-mega-parent-item::after,
	.bhdt-function-child-list,
	.bhdt-mega-child-list,
	.bhdt-function-menu-item:hover .bhdt-function-child-list,
	.bhdt-function-menu-item:focus-within .bhdt-function-child-list,
	.bhdt-mega-parent-item:hover .bhdt-mega-child-list,
	.bhdt-mega-parent-item:focus-within .bhdt-mega-child-list {
		display: none;
	}

	.bhdt-function-menu-item.is-touch-open .bhdt-function-child-list,
	.bhdt-mega-parent-item.is-touch-open .bhdt-mega-child-list {
		position: fixed;
		left: 0.75rem;
		right: 0.75rem;
		z-index: 1000;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.45rem;
		width: auto;
		min-width: 0;
		max-width: none;
		max-height: min(420px, 58vh);
		margin: 0;
		padding: 0.75rem;
		overflow: auto;
		border: 1px solid var(--bhdt-line);
		border-radius: 14px;
		background: #ffffff;
		box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
	}

	.bhdt-function-menu-item.is-touch-open .bhdt-function-child-list li,
	.bhdt-mega-parent-item.is-touch-open .bhdt-mega-child-list li {
		margin: 0;
		min-width: 0;
	}

	.bhdt-function-menu-item.is-touch-open .bhdt-function-child-list a,
	.bhdt-mega-parent-item.is-touch-open .bhdt-mega-child-list a {
		display: flex;
		align-items: center;
		min-height: 2.6rem;
		padding: 0.55rem 0.65rem;
		border: 1px solid var(--bhdt-line);
		border-radius: 10px;
		background: #fafafa;
		font-size: 0.86rem;
		line-height: 1.25;
		overflow-wrap: anywhere;
	}

	.bhdt-function-menu-link,
	.bhdt-mega-parent-link {
		min-height: 2.45rem;
		align-items: center;
		white-space: nowrap;
	}

	.bhdt-function-menu-link {
		padding: 0.48rem 0.85rem;
		font-size: 0.86rem;
	}

	.bhdt-mega-parent-item {
		border-radius: 999px;
		padding: 0;
		box-shadow: none;
	}

	.bhdt-mega-parent-item:hover,
	.bhdt-mega-parent-item:focus-within,
	.bhdt-mega-parent-item.is-active {
		box-shadow: none;
	}

	.bhdt-mega-parent-link {
		padding: 0.5rem 0.85rem;
		font-size: 0.86rem;
	}

	.bhdt-mega-parent-icon {
		display: none;
	}

	.bhdt-content {
		padding-top: 1.1rem;
	}

	.bhdt-wire-category-media-item {
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 0.8rem;
		min-height: 0;
		overflow: visible;
	}

	.bhdt-wire-category-media-thumb {
		width: 112px;
		min-width: 0;
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	.bhdt-wire-category-media-copy {
		min-width: 0;
		overflow: hidden;
	}

	.bhdt-wire-category-media-copy h3 {
		font-size: 1.02rem;
		line-height: 1.18;
	}

	.bhdt-wire-category-media-copy p {
		font-size: 0.86rem;
		line-height: 1.42;
	}
}

@media (max-width: 480px) {
	.bhdt-sticky-header-bar .bhdt-branding,
	body.bhdt-header-is-scrolled .bhdt-sticky-header-bar .bhdt-branding {
		font-size: 1.75rem;
	}

	.bhdt-header-actions {
		font-size: 0.88rem;
	}

	.bhdt-header-subscribe {
		padding-inline: 0.75rem;
	}

	.bhdt-function-menu-item.is-touch-open .bhdt-function-child-list,
	.bhdt-mega-parent-item.is-touch-open .bhdt-mega-child-list {
		grid-template-columns: 1fr;
	}

	.bhdt-wire-category-media-item {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 0.7rem;
	}

	.bhdt-wire-category-media-thumb {
		width: 96px;
	}
}
