/* ============================================================
   Haegelsums Bledje — Archief
   Frontend stylesheet (matches brandbook v2 styling)
   ============================================================ */

.hb-archief,
.hb-newest-block {
	--hb-rood: #C8102E;
	--hb-rood-diep: #8E0B20;
	--hb-inkt: #1A1A1A;
	--hb-inkt-zacht: #3A3A3A;
	--hb-papier: #FAF7F2;
	--hb-papier-warm: #F1ECE3;
	--hb-lijn: #E5E1D8;
	--hb-subtiel: #8C8478;
	--hb-shadow: 0 4px 12px rgba(26, 26, 26, 0.06);
	--hb-shadow-lg: 0 10px 30px rgba(26, 26, 26, 0.10);
	--hb-trans: 0.25s cubic-bezier(.4, 0, .2, 1);
	font-family: var(--wp--preset--font-family--sans, 'Inter', system-ui, sans-serif);
	color: var(--hb-inkt);
}

/* ============================================================
   ARCHIVE HEADER (eyebrow + title + rule + intro)
   ============================================================ */
.hb-archief-header {
	margin: 2.5rem 0 1.5rem;
}
.hb-archief-eyebrow {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--hb-rood);
	margin-bottom: 0.75rem;
}
.hb-archief-title {
	font-family: var(--wp--preset--font-family--sans, 'Inter', sans-serif);
	font-weight: 800;
	font-size: clamp(2rem, 5vw, 3.25rem);
	line-height: 1;
	letter-spacing: -0.025em;
	color: var(--hb-inkt);
	margin: 0 0 1rem;
}
.hb-archief-title em {
	font-family: var(--wp--preset--font-family--serif, 'Playfair Display', Georgia, serif);
	font-style: italic;
	color: var(--hb-rood);
	font-weight: 700;
}
.hb-archief-rule {
	width: 40px;
	height: 3px;
	background: var(--hb-rood);
	margin-bottom: 1rem;
}
.hb-archief-intro {
	font-size: 1rem;
	line-height: 1.55;
	color: var(--hb-inkt-zacht);
	max-width: 60ch;
	margin: 0;
}

/* ============================================================
   FILTER ROW
   ============================================================ */
.hb-archief-filter {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-wrap: wrap;
	margin: 1.5rem 0;
	padding: 0.85rem 1rem;
	background: var(--hb-papier-warm);
	border: 1px solid var(--hb-lijn);
}
.hb-archief-filter-label {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--hb-rood);
}
.hb-archief-year-select {
	padding: 0.55em 2.5em 0.55em 0.85em;
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--hb-inkt);
	background: #fff;
	border: 1px solid var(--hb-lijn);
	cursor: pointer;
	min-width: 130px;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231A1A1A' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.9em center;
	transition: border-color var(--hb-trans), box-shadow var(--hb-trans);
}
.hb-archief-year-select:hover,
.hb-archief-year-select:focus {
	border-color: var(--hb-rood);
	outline: 0;
	box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.12);
}
.hb-archief-count {
	margin-left: auto;
	font-size: 0.85rem;
	color: var(--hb-subtiel);
	font-weight: 500;
}

/* ============================================================
   GRID + TILES
   ============================================================ */
.hb-archief-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1.25rem;
	margin-top: 1.5rem;
	transition: opacity var(--hb-trans);
}
.hb-archief-grid[aria-busy="true"] {
	opacity: 0.55;
	pointer-events: none;
}

/* Loading overlay (appears after 250ms for slower fetches) */
.hb-archief {
	position: relative;
}
.hb-archief-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	background: rgba(250, 247, 242, 0.78);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	pointer-events: none;
}
.hb-archief-overlay.is-visible {
	opacity: 1;
	visibility: visible;
}
.hb-archief-spinner {
	width: 40px;
	height: 40px;
	border: 3px solid var(--hb-lijn);
	border-top-color: var(--hb-rood);
	border-radius: 50%;
	animation: hb-spin 0.85s linear infinite;
}
.hb-archief-overlay-text {
	font-family: var(--wp--preset--font-family--serif, Georgia, serif);
	font-style: italic;
	color: var(--hb-inkt-zacht);
	font-size: 0.95rem;
}
@keyframes hb-spin {
	to { transform: rotate(360deg); }
}

/* Skeleton tiles (shimmer placeholders during load) */
.hb-tile-skeleton {
	pointer-events: none;
	border-color: var(--hb-lijn) !important;
}
.hb-tile-skeleton:hover {
	transform: none !important;
	border-color: var(--hb-lijn) !important;
	box-shadow: none !important;
}
.hb-sk-block,
.hb-sk-line {
	background: linear-gradient(90deg, var(--hb-papier-warm) 0%, #ece5d6 50%, var(--hb-papier-warm) 100%);
	background-size: 200% 100%;
	animation: hb-shimmer 1.4s linear infinite;
	border-radius: 2px;
}
.hb-sk-block {
	width: 100%;
	aspect-ratio: 210 / 297;
}
.hb-sk-line {
	height: 12px;
	margin: 0.5rem 0;
}
.hb-sk-line-sm {
	width: 35%;
	height: 9px;
}
@keyframes hb-shimmer {
	0%   { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}

.hb-archief-empty {
	grid-column: 1 / -1;
	padding: 3rem 1rem;
	text-align: center;
	font-family: var(--wp--preset--font-family--serif, Georgia, serif);
	font-style: italic;
	color: var(--hb-subtiel);
	background: var(--hb-papier-warm);
	border: 1px dashed var(--hb-lijn);
}

.hb-tile {
	position: relative;
	background: #fff;
	border: 1px solid var(--hb-lijn);
	overflow: hidden;
	transition: transform var(--hb-trans), border-color var(--hb-trans), box-shadow var(--hb-trans);
}
.hb-tile:hover {
	transform: translateY(-2px);
	border-color: var(--hb-rood);
	box-shadow: var(--hb-shadow);
}
.hb-tile-button {
	display: block;
	width: 100%;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	text-align: left;
	color: inherit;
	font: inherit;
}
.hb-tile-button:disabled {
	cursor: not-allowed;
	opacity: 0.65;
}
.hb-tile-cover {
	position: relative;
	width: 100%;
	aspect-ratio: 210 / 297;  /* A4 */
	background: var(--hb-papier-warm);
	overflow: hidden;
	border-bottom: 1px solid var(--hb-lijn);
}
.hb-tile-cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s cubic-bezier(.4, 0, .2, 1);
}
.hb-tile:hover .hb-tile-cover img {
	transform: scale(1.03);
}

.hb-tile-fallback {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.2rem;
	color: var(--hb-rood);
	background: linear-gradient(180deg, var(--hb-papier) 0%, var(--hb-papier-warm) 100%);
}
.hb-tile-fallback-mark {
	font-family: var(--wp--preset--font-family--serif, 'Playfair Display', serif);
	font-style: italic;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	opacity: 0.6;
}
.hb-tile-fallback-num {
	font-family: var(--wp--preset--font-family--sans, 'Inter', sans-serif);
	font-weight: 800;
	font-size: clamp(2.5rem, 8vw, 4rem);
	line-height: 1;
	letter-spacing: -0.04em;
	color: var(--hb-rood);
}
.hb-tile-fallback-year {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--hb-inkt-zacht);
	margin-top: 0.25rem;
}

.hb-tile-badge {
	position: absolute;
	top: 0.65rem;
	left: 0.65rem;
	background: rgba(255, 255, 255, 0.92);
	color: var(--hb-rood);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 0.3em 0.65em;
	border: 1px solid var(--hb-lijn);
}

.hb-tile-body {
	padding: 0.85rem 1rem 1rem;
}
.hb-tile-label {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--hb-rood);
	margin-bottom: 0.3rem;
}
.hb-tile-title {
	font-family: var(--wp--preset--font-family--sans, 'Inter', sans-serif);
	font-weight: 600;
	font-size: 0.98rem;
	line-height: 1.3;
	letter-spacing: -0.01em;
	color: var(--hb-inkt);
}

.hb-tile-download {
	position: absolute;
	top: 0.55rem;
	right: 0.55rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--hb-inkt);
	border: 1px solid var(--hb-lijn);
	text-decoration: none;
	transition: background var(--hb-trans), color var(--hb-trans);
}
.hb-tile-download:hover {
	background: var(--hb-rood);
	color: #fff;
	border-color: var(--hb-rood);
}

/* ============================================================
   PAGINATION
   ============================================================ */
.hb-archief-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	margin: 2.5rem 0 1rem;
	flex-wrap: wrap;
}
.hb-archief-page-nums {
	display: flex;
	align-items: center;
	gap: 0.35rem;
}
.hb-archief-page-num,
.hb-archief-page-prev,
.hb-archief-page-next {
	min-width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid var(--hb-lijn);
	color: var(--hb-inkt);
	font-family: inherit;
	font-weight: 600;
	font-size: 0.95rem;
	cursor: pointer;
	padding: 0 0.6em;
	transition: background var(--hb-trans), color var(--hb-trans), border-color var(--hb-trans);
}
.hb-archief-page-num:hover,
.hb-archief-page-prev:hover,
.hb-archief-page-next:hover {
	border-color: var(--hb-rood);
	color: var(--hb-rood);
}
.hb-archief-page-num.is-active {
	background: var(--hb-rood);
	color: #fff;
	border-color: var(--hb-rood);
}
.hb-archief-page-num.is-active:hover {
	background: var(--hb-rood-diep);
	color: #fff;
}
.hb-archief-page-prev:disabled,
.hb-archief-page-next:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}
.hb-archief-page-dots {
	color: var(--hb-subtiel);
	padding: 0 0.25em;
}

/* Mobile compact pagination */
.hb-archief-page-indicator {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 70px;
	height: 38px;
	padding: 0 0.85em;
	background: var(--hb-papier-warm);
	border: 1px solid var(--hb-lijn);
	font-family: inherit;
	font-weight: 600;
	font-size: 0.9rem;
	color: var(--hb-inkt);
	letter-spacing: 0.02em;
}
.hb-archief-page-jumper {
	height: 38px;
	padding: 0 2em 0 0.75em;
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--hb-inkt);
	background: #fff;
	border: 1px solid var(--hb-lijn);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%231A1A1A' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.75em center;
	margin-left: 0.35rem;
}
.hb-archief-page-jumper:hover,
.hb-archief-page-jumper:focus {
	border-color: var(--hb-rood);
	outline: 0;
}
.hb-archief-pagination.is-mobile .hb-archief-page-nums {
	gap: 0.4rem;
	flex-wrap: nowrap;
}

/* ============================================================
   NEWEST EDITION HERO CARD
   ============================================================ */
.hb-newest-hero {
	background: var(--hb-papier-warm);
	border: 1px solid var(--hb-lijn);
	border-top: 4px solid var(--hb-rood);
	margin: 1rem 0 2.5rem;
	overflow: hidden;
}
.hb-newest-hero-inner {
	display: grid;
	grid-template-columns: 1fr minmax(180px, 280px);
	gap: 2rem;
	align-items: center;
	padding: clamp(1.5rem, 4vw, 2.5rem);
}
.hb-newest-hero-text {
	min-width: 0;
}
.hb-newest-eyebrow {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--hb-rood);
	margin-bottom: 0.5rem;
}
.hb-newest-title {
	font-family: var(--wp--preset--font-family--sans, 'Inter', sans-serif);
	font-weight: 800;
	font-size: clamp(1.5rem, 3.5vw, 2.25rem);
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: var(--hb-inkt);
	margin: 0 0 0.5rem;
}
.hb-newest-meta {
	font-family: var(--wp--preset--font-family--serif, Georgia, serif);
	font-style: italic;
	font-size: 1.05rem;
	color: var(--hb-subtiel);
	margin: 0 0 1.25rem;
}
.hb-newest-actions {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
	align-items: center;
}
.hb-newest-hero-cover {
	aspect-ratio: 210 / 297;
	background: var(--hb-papier);
	border: 1px solid var(--hb-lijn);
	overflow: hidden;
	box-shadow: var(--hb-shadow);
	max-height: 360px;
	width: 100%;
	position: relative;
}
.hb-newest-hero-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.hb-newest-hero-fallback {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.3rem;
	background: linear-gradient(180deg, var(--hb-papier) 0%, var(--hb-papier-warm) 100%);
}
.hb-newest-hero-fallback .hb-fallback-mark {
	font-family: var(--wp--preset--font-family--serif, serif);
	font-style: italic;
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--hb-subtiel);
}
.hb-newest-hero-fallback .hb-fallback-num {
	font-weight: 800;
	font-size: clamp(3rem, 10vw, 5rem);
	line-height: 1;
	letter-spacing: -0.04em;
	color: var(--hb-rood);
}
.hb-newest-hero-fallback .hb-fallback-year {
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--hb-inkt-zacht);
}

/* Buttons (used in newest hero) */
.hb-btn-primary,
.hb-btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35em;
	padding: 0.72em 1.5em;
	font-family: var(--wp--preset--font-family--sans, 'Inter', sans-serif);
	font-weight: 700;
	font-size: 0.82rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 999px;
	cursor: pointer;
	transition: background var(--hb-trans), color var(--hb-trans), transform var(--hb-trans), box-shadow var(--hb-trans);
	border: 2px solid transparent;
}
.hb-btn-primary {
	background: var(--hb-rood);
	color: #fff;
}
.hb-btn-primary:hover {
	background: var(--hb-rood-diep);
	transform: translateY(-1px);
	box-shadow: 0 4px 14px rgba(200, 16, 46, 0.25);
}
.hb-btn-outline {
	background: transparent;
	color: var(--hb-inkt);
	border-color: var(--hb-inkt);
}
.hb-btn-outline:hover {
	background: var(--hb-inkt);
	color: #fff;
	transform: translateY(-1px);
}

/* ============================================================
   PDF MODAL VIEWER
   ============================================================ */
.hb-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity var(--hb-trans), visibility var(--hb-trans);
	color: var(--hb-inkt);
	font-family: var(--wp--preset--font-family--sans, 'Inter', system-ui, sans-serif);
}
.hb-modal.is-open {
	opacity: 1;
	visibility: visible;
}
.hb-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(26, 26, 26, 0.78);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
.hb-modal-window {
	position: relative;
	z-index: 1;
	width: min(96vw, 1100px);
	height: min(94vh, 900px);
	display: grid;
	grid-template-rows: auto 1fr auto;
	background: var(--hb-papier);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
	overflow: hidden;
	transform: translateY(8px);
	transition: transform 0.32s cubic-bezier(.4, 0, .2, 1);
}
.hb-modal.is-open .hb-modal-window {
	transform: translateY(0);
}
.hb-modal-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.85rem 1.1rem;
	background: var(--hb-inkt);
	color: #fff;
	border-bottom: 3px solid var(--hb-rood);
}
.hb-modal-title {
	margin: 0;
	font-family: var(--wp--preset--font-family--sans, 'Inter', sans-serif);
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: -0.01em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hb-modal-actions {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.hb-modal-download,
.hb-modal-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background: transparent;
	color: #fff;
	border: 0;
	cursor: pointer;
	border-radius: 4px;
	transition: background var(--hb-trans), color var(--hb-trans);
	text-decoration: none;
}
.hb-modal-download:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}
.hb-modal-close:hover {
	background: var(--hb-rood);
	color: #fff;
}
.hb-modal-stage {
	position: relative;
	background: var(--hb-papier-warm);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hb-modal-canvas {
	max-width: 100%;
	max-height: 100%;
	display: block;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
	background: #fff;
	opacity: 0;
	transition: opacity 0.25s ease;
}
.hb-modal-loading {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--wp--preset--font-family--serif, Georgia, serif);
	font-style: italic;
	color: var(--hb-inkt-zacht);
	background: var(--hb-papier-warm);
}
.hb-modal-foot {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	padding: 0.85rem 1rem;
	background: var(--hb-papier);
	border-top: 1px solid var(--hb-lijn);
}
.hb-modal-prev,
.hb-modal-next {
	width: 42px;
	height: 42px;
	border: 1px solid var(--hb-lijn);
	background: #fff;
	color: var(--hb-inkt);
	font-size: 1.3rem;
	cursor: pointer;
	transition: background var(--hb-trans), color var(--hb-trans), border-color var(--hb-trans);
}
.hb-modal-prev:hover:not(:disabled),
.hb-modal-next:hover:not(:disabled) {
	background: var(--hb-rood);
	color: #fff;
	border-color: var(--hb-rood);
}
.hb-modal-prev:disabled,
.hb-modal-next:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}
.hb-modal-pagenum {
	min-width: 110px;
	text-align: center;
	font-weight: 600;
	font-size: 0.9rem;
	color: var(--hb-inkt-zacht);
}
body.hb-modal-open {
	overflow: hidden;
}

/* ============================================================
   MOBILE BREAKPOINTS
   ============================================================ */
@media (max-width: 700px) {
	.hb-archief-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.85rem;
	}
	.hb-tile-body { padding: 0.7rem 0.75rem 0.85rem; }
	.hb-tile-title { font-size: 0.88rem; }
	.hb-tile-label { font-size: 0.6rem; }

	.hb-archief-filter {
		flex-direction: column;
		align-items: stretch;
	}
	.hb-archief-year-select { width: 100%; }
	.hb-archief-count {
		margin-left: 0;
		text-align: right;
	}

	/* Newest hero stacks */
	.hb-newest-hero-inner {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
	.hb-newest-hero-cover {
		max-height: 240px;
		width: min(220px, 60%);
		margin-right: auto;
	}
	.hb-newest-actions {
		flex-direction: column;
		align-items: stretch;
	}
	.hb-btn-primary,
	.hb-btn-outline {
		justify-content: center;
		text-align: center;
	}

	/* Modal goes full-screen on phones */
	.hb-modal-window {
		width: 100vw;
		height: 100vh;
		max-width: 100%;
		max-height: 100%;
	}
	.hb-modal-bar { padding: 0.7rem 0.85rem; }
	.hb-modal-title { font-size: 0.88rem; }
	.hb-modal-prev,
	.hb-modal-next {
		width: 44px;
		height: 44px;
	}

	/* Pagination: compress */
	.hb-archief-page-num,
	.hb-archief-page-prev,
	.hb-archief-page-next {
		min-width: 38px;
		height: 38px;
		font-size: 0.88rem;
	}
	.hb-archief-pagination {
		gap: 0.4rem;
	}
	.hb-archief-page-nums {
		flex: 1 1 auto;
		justify-content: center;
		flex-wrap: nowrap;
		max-width: calc(100% - 100px);
	}
}

@media (max-width: 440px) {
	.hb-archief-grid {
		grid-template-columns: 1fr;
	}
	.hb-tile-cover {
		aspect-ratio: 16 / 11;
	}
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
	.hb-tile:hover { transform: none; }
	.hb-tile:hover .hb-tile-cover img { transform: none; }
	.hb-btn-primary:hover,
	.hb-btn-outline:hover { transform: none; }
	.hb-modal,
	.hb-modal-window,
	.hb-modal-canvas { transition: none; }
}
