/*
Theme Name: Frederiksberg 2026
Theme URI: https://www.frederiksbergshistorie.dk/
Author: Deluxe Media
Description: Redaktionelt tema til Historisk-topografisk Selskab for Frederiksberg.
Version: 1.2.1
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: frederiksberg-2026
*/

:root {
	--ink: #24241f;
	--muted: #66675f;
	--cream: #f6f2e8;
	--paper: #fffdf7;
	--paper-dark: #eee8da;
	--forest: #152315;
	--forest-soft: #213321;
	--olive: #7e9235;
	--olive-dark: #607126;
	--lime-pale: #e6ebc8;
	--line: rgba(36, 36, 31, .16);
	--line-light: rgba(255, 255, 255, .18);
	--shadow: 0 24px 70px rgba(34, 37, 25, .16);
	--serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
	--sans: Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
	--wrap: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--sans);
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}
body.admin-bar .site-nav { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: var(--olive-dark); }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }
::selection { background: var(--lime-pale); color: var(--forest); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed !important; left: 1rem; top: 1rem; z-index: 1000; width: auto; height: auto; padding: .8rem 1rem; clip: auto; background: #fff; color: #000; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -10rem; z-index: 1000; background: #fff; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-topbar { background: var(--forest); color: rgba(255,255,255,.72); font-size: .72rem; letter-spacing: .02em; }
.site-topbar .wrap { min-height: 28px; display: flex; justify-content: space-between; align-items: center; }
.site-topbar a { text-decoration: none; }
.site-topbar nav { display: flex; gap: 1.5rem; }
.site-masthead { background: var(--paper); border-bottom: 1px solid var(--line); }
.site-masthead .wrap { min-height: 132px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: 1rem; text-decoration: none; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand-mark { width: 62px; height: 72px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy small { font-family: var(--serif); font-size: .9rem; font-weight: 400; margin-bottom: .15rem; }
.brand-copy strong { font-family: var(--serif); font-size: 2rem; font-weight: 500; letter-spacing: -.045em; }
.brand-copy em { color: var(--olive-dark); font-family: var(--serif); font-size: 1rem; font-weight: 500; }
.masthead-actions { display: flex; align-items: center; gap: 1.6rem; }
.site-search-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; width: min(310px, 32vw); align-items: center; border-bottom: 1px solid rgba(36,36,31,.28); transition: border-color .18s ease, box-shadow .18s ease; }
.site-search-form:focus-within { border-color: var(--olive); box-shadow: 0 2px 0 rgba(126,146,53,.18); }
.site-search-form label { display: flex; min-width: 0; align-items: center; gap: .55rem; }
.site-search-form svg { flex: 0 0 auto; width: 18px; color: var(--muted); }
.site-search-form input { width: 100%; min-width: 0; padding: .72rem .25rem; border: 0; outline: 0; background: transparent; color: var(--ink); font-family: var(--serif); font-size: .9rem; }
.site-search-form input::placeholder { color: rgba(36,36,31,.48); }
.site-search-form button { display: inline-flex; min-height: 38px; align-items: center; gap: .55rem; padding: 0 .35rem 0 .8rem; border: 0; background: transparent; color: var(--olive-dark); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.site-search-form button:hover { color: var(--forest); }
.mobile-nav-search { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 50px; padding: .75rem 1.45rem; border: 0; background: var(--olive); color: #fff; text-decoration: none; font-size: .82rem; font-weight: 750; }
.button:hover { background: var(--olive-dark); color: #fff; }
.button-light { background: var(--paper); color: var(--forest); }
.button-light:hover { background: var(--lime-pale); color: var(--forest); }
.button-dark { background: var(--forest); color: #fff; }
.button-dark:hover { background: var(--forest-soft); color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: .7rem; padding-block: .5rem; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 750; text-decoration: none; }

.site-nav { position: sticky; top: 0; z-index: 100; background: rgba(255,253,247,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); box-shadow: 0 8px 30px rgba(21,35,21,.05); }
.site-nav .wrap { display: flex; align-items: stretch; justify-content: space-between; }
.site-nav .menu { list-style: none; padding: 0; margin: 0; display: flex; justify-content: space-between; width: 100%; }
.site-nav li { display: flex; }
.site-nav a { position: relative; display: flex; align-items: center; min-height: 66px; padding: 0 .7rem; color: var(--ink); text-decoration: none; font-size: .82rem; font-weight: 650; white-space: nowrap; }
.site-nav a::after { position: absolute; left: .7rem; right: .7rem; bottom: 0; height: 3px; background: var(--olive); content: ""; transform: scaleX(0); transform-origin: center; transition: transform .18s ease; }
.site-nav a:hover::after, .site-nav .current-menu-item > a::after, .site-nav .current_page_item > a::after { transform: scaleX(1); }
.site-nav .current-menu-item > a, .site-nav .current_page_item > a { color: var(--olive-dark); }
.menu-toggle { display: none; min-height: 54px; padding: 0; border: 0; background: transparent; color: var(--forest); font-weight: 700; }

.kicker { display: flex; align-items: center; gap: .75rem; margin: 0 0 1.15rem; color: var(--olive-dark); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.kicker::before { width: 28px; height: 1px; background: currentColor; content: ""; }
.display { margin: 0; font-family: var(--serif); font-size: clamp(3.8rem, 5vw, 5.5rem); font-weight: 400; letter-spacing: -.065em; line-height: .87; }
.display em { color: var(--olive); font-weight: 400; }
.section-title { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 400; letter-spacing: -.06em; line-height: .94; }
.section-title em { color: var(--olive); font-weight: 400; }
.lead { max-width: 650px; color: var(--muted); font-family: var(--serif); font-size: clamp(1.1rem, 1.4vw, 1.35rem); line-height: 1.55; }

.home-hero { position: relative; overflow: hidden; background: var(--cream); border-bottom: 5px solid var(--olive); }
.home-hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 84% 18%, rgba(126,146,53,.15), transparent 31%), linear-gradient(115deg, rgba(255,255,255,.55), transparent 52%); content: ""; }
.home-hero::after { position: absolute; left: 0; bottom: -5%; width: 48%; height: 72%; background: url("assets/images/manhattan-plan.jpg") left bottom/72% auto no-repeat, url("assets/images/crest.png") 83% 114%/32% auto no-repeat; opacity: .035; filter: grayscale(1); content: ""; }
.home-hero .wrap { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3.5rem, 5vw, 5rem); align-items: center; min-height: 800px; padding-block: 4.5rem; }
.hero-copy { position: relative; z-index: 3; }
.hero-copy .lead { margin: 2.1rem 0 2rem; }
.hero-actions { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.purpose-note { max-width: 590px; margin-top: 2.5rem; padding: 1.15rem 1.5rem; border: 1px solid var(--line); border-left: 3px solid var(--olive); background: rgba(255,253,247,.58); font-family: var(--serif); }
.purpose-note small { display: block; color: var(--olive-dark); font-family: var(--sans); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.purpose-note p { margin: .35rem 0 0; }
.purpose-meta { display: block; margin-top: 1rem; color: var(--muted); font-family: var(--sans); font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-collage { position: relative; min-height: 540px; }
.hero-photo { position: absolute; overflow: hidden; border: 10px solid var(--paper); background: #dcd4c1; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { inset: 1rem 1rem 5.5rem 1.8rem; transform: rotate(.4deg); }
.hero-photo-secondary { right: 0; bottom: 0; width: 44%; height: 42%; transform: rotate(1.8deg); }
.archive-card { position: absolute; left: -1rem; bottom: .4rem; z-index: 4; width: 54%; padding: 1.3rem 1.5rem; border: 1px solid rgba(36,36,31,.2); background: var(--cream); box-shadow: 0 16px 40px rgba(21,35,21,.16); transform: rotate(-2deg); }
.archive-card small { color: var(--olive-dark); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.archive-card strong { display: block; margin: .35rem 0 .25rem; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; line-height: 1.05; }
.archive-card span { color: var(--muted); font-family: var(--serif); font-size: .85rem; }
.archive-card b { display: block; margin-top: .65rem; color: var(--olive-dark); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.history-search { position: relative; overflow: hidden; background: linear-gradient(105deg, var(--forest) 0%, #172817 62%, #31451f 140%); color: #fff; }
.history-search::after { position: absolute; right: -2rem; bottom: -5.8rem; color: rgba(255,255,255,.026); content: "ARKIV"; font-family: var(--serif); font-size: 15rem; line-height: 1; }
.history-search .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; min-height: 350px; padding-block: 4rem; }
.history-search .kicker { margin-bottom: .9rem; color: var(--lime-pale); }
.history-search h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 4.5vw, 4.8rem); font-weight: 400; letter-spacing: -.055em; line-height: .9; }
.history-search h2 em { color: #9bae50; font-weight: 400; }
.history-search-copy > p:last-child { max-width: 470px; margin: 1.35rem 0 0; color: rgba(255,255,255,.66); font-family: var(--serif); }
.history-search-panel { padding: 2rem 2.1rem 1.5rem; background: var(--paper); color: var(--ink); box-shadow: 0 28px 75px rgba(0,0,0,.22); }
.search-panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: .35rem; }
.search-panel-head small { color: var(--olive-dark); font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.search-panel-head span { color: rgba(36,36,31,.2); font-family: var(--serif); }
.history-search form { display: grid; grid-template-columns: 1fr auto; align-items: center; border-bottom: 1px solid var(--line); }
.history-search input { min-width: 0; padding: 1rem 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-family: var(--serif); font-size: 1.12rem; }
.history-search input::placeholder { color: rgba(36,36,31,.48); }
.history-search button { min-height: 42px; padding: .55rem 1rem; border: 0; background: var(--olive); color: #fff; font-size: .7rem; font-weight: 800; }
.search-suggestions { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; padding-top: .9rem; color: var(--muted); font-size: .62rem; }
.search-suggestions a { padding: .2rem .45rem; border: 1px solid var(--line); color: var(--olive-dark); text-decoration: none; }

.section { padding-block: clamp(5rem, 9vw, 9rem); }
.section-cream { background: var(--cream); }
.section-paper { background: var(--paper); }
.section-experience { position: relative; overflow: hidden; background: radial-gradient(circle at 91% 38%, rgba(126,146,53,.12), transparent 29%), var(--cream); }
.section-experience::after { position: absolute; right: -7rem; top: 5rem; width: 36rem; aspect-ratio: 1; background: url("assets/images/crest.png") center/72% no-repeat; opacity: .028; filter: grayscale(1); content: ""; }
.section-experience > .wrap { position: relative; z-index: 2; }
.section-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 4rem; align-items: end; margin-bottom: 3.6rem; }
.section-intro { padding-left: 2rem; border-left: 2px solid var(--olive); color: var(--muted); }
.section-intro strong { display: block; margin-bottom: .8rem; color: var(--olive-dark); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }

.feature-grid { display: grid; grid-template-columns: 1.25fr .88fr .88fr; box-shadow: var(--shadow); }
.feature-card { min-height: 420px; display: flex; flex-direction: column; padding: 2.5rem; border: 1px solid var(--line); background: var(--paper); }
.feature-card + .feature-card { border-left: 0; }
.feature-card-accent { background: var(--olive); color: #fff; }
.feature-card .number { margin-bottom: auto; color: rgba(36,36,31,.22); font-family: var(--serif); font-size: 1rem; }
.feature-card-accent .number { color: rgba(255,255,255,.55); }
.feature-card small { color: var(--olive-dark); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.feature-card-accent small { color: var(--lime-pale); }
.feature-card h3 { margin: 1.2rem 0 .8rem; font-family: var(--serif); font-size: clamp(2rem, 2.8vw, 3rem); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.feature-price { font-size: 1.7em; }
.feature-price-unit { font-family: var(--sans); font-size: .38em; font-weight: 750; letter-spacing: .03em; text-transform: uppercase; }
.feature-card p { color: var(--muted); }
.feature-card-accent p { color: rgba(255,255,255,.78); }
.feature-card .text-link { margin-top: auto; align-self: flex-start; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.story-card { min-height: 520px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--cream); transition: transform .2s ease, box-shadow .2s ease; }
.story-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.story-card-image { position: relative; aspect-ratio: 4/2.25; overflow: hidden; background: var(--paper-dark); }
.story-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.story-card-image::after { position: absolute; right: .75rem; bottom: .65rem; max-width: calc(100% - 1.5rem); padding: .25rem .45rem; background: rgba(255,253,247,.88); color: var(--ink); content: attr(data-caption); font-size: .54rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.story-card:hover .story-card-image img { transform: scale(1.025); }
.story-card-body { flex: 1; display: flex; flex-direction: column; padding: 2rem; }
.story-card small { color: var(--olive-dark); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.story-card h3 { margin: 1.2rem 0 1rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: -.04em; line-height: 1.05; }
.story-card p { color: var(--muted); font-size: .9rem; }
.story-card .text-link { align-self: flex-start; margin-top: auto; }
.story-card-featured { background: var(--forest-soft); color: #fff; }
.story-card-featured p { color: rgba(255,255,255,.7); }
.story-card-featured .story-card-image { border-bottom: 1px solid rgba(255,255,255,.12); }

.yearbook-band { position: relative; overflow: hidden; background: var(--forest); color: #fff; }
.yearbook-band::after { position: absolute; right: -3rem; top: -6rem; color: rgba(255,255,255,.035); content: "1946"; font-family: var(--serif); font-size: 24rem; line-height: 1; }
.yearbook-band .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; align-items: center; min-height: 650px; padding-block: 6rem; }
.book-stage { position: relative; min-height: 470px; background: radial-gradient(circle, rgba(126,146,53,.42) 0, rgba(126,146,53,.12) 35%, transparent 69%); }
.book-stage img { position: absolute; left: 50%; top: 50%; width: 245px; box-shadow: 0 30px 55px rgba(0,0,0,.4); transform: translate(-50%,-50%) rotate(-5deg); }
.book-stage span { position: absolute; right: 12%; bottom: 19%; display: grid; place-items: center; width: 112px; aspect-ratio: 1; border-radius: 50%; background: var(--lime-pale); color: var(--forest); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.yearbook-copy .section-title { max-width: 720px; }
.yearbook-copy > p { max-width: 650px; color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 1.15rem; }
.yearbook-copy ul { list-style: none; padding: 0; margin: 2rem 0; border-top: 1px solid var(--line-light); }
.yearbook-copy li { padding: .8rem 0; border-bottom: 1px solid var(--line-light); font-size: .86rem; }
.yearbook-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem; }

.timeline { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; }
.timeline-list { border-left: 1px solid var(--line); }
.timeline-row { position: relative; display: grid; grid-template-columns: 90px 1fr; gap: 1.4rem; padding: 0 0 2rem 2rem; }
.timeline-row::before { position: absolute; left: -5px; top: .5rem; width: 9px; height: 9px; border-radius: 50%; background: var(--olive); content: ""; }
.timeline-row time { color: var(--olive-dark); font-family: var(--serif); }
.timeline-row strong { display: block; font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.timeline-row small { color: var(--muted); }

.page-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 71% 43%, rgba(126,146,53,.16), transparent 31%), linear-gradient(108deg, #102012 0%, var(--forest) 58%, #1d311c 100%); color: #fff; border-bottom: 5px solid var(--olive); }
.page-hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.12), transparent 48%), radial-gradient(circle at 12% 110%, rgba(126,146,53,.09), transparent 32%); content: ""; }
.page-hero::after { position: absolute; right: -2rem; bottom: -6rem; color: rgba(255,255,255,.035); content: attr(data-year); font-family: var(--serif); font-size: 20rem; line-height: 1; }
.page-hero .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; gap: 5.5rem; align-items: center; min-height: 575px; padding-block: 4.8rem; }
.page-hero-copy { position: relative; z-index: 2; }
.page-hero .kicker { color: var(--lime-pale); }
.page-hero h1 { margin: 0; max-width: 760px; font-family: var(--serif); font-size: clamp(4rem, 5.55vw, 6.15rem); font-weight: 400; letter-spacing: -.065em; line-height: .88; }
.page-hero h1 em { color: var(--lime-pale); }
.page-hero .lead { max-width: 520px; margin: 2rem 0 0; color: rgba(255,255,255,.72); }
.page-visual { position: relative; min-height: 390px; margin-left: 1rem; }
.page-visual > img { position: absolute; inset: 0 2.2rem 1.4rem .7rem; width: calc(100% - 2.9rem); height: calc(100% - 1.4rem); object-fit: cover; border: 9px solid var(--paper); box-shadow: 0 25px 55px rgba(0,0,0,.35); }
.visual-note { position: absolute; right: 0; bottom: 0; width: min(240px, 54%); padding: 1.35rem 1.5rem; background: var(--cream); color: var(--ink); box-shadow: 0 20px 45px rgba(0,0,0,.23); transform: rotate(-1deg); }
.visual-note small { color: var(--olive-dark); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.visual-note strong { display: block; margin-top: .5rem; font-family: var(--serif); font-size: 1.6rem; font-weight: 500; line-height: 1; }
.visual-note > span:not(:first-child), .visual-note > strong + span { display: block; margin-top: .65rem; padding-top: .65rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.visual-note--brand { right: 0; bottom: .2rem; display: flex; width: min(330px, 92%); max-width: none; align-items: center; gap: 1rem; padding: 1.2rem 1.5rem; transform: rotate(-1deg); }
.visual-note--brand > img { position: static; width: 68px; height: 74px; border: 0; object-fit: contain; box-shadow: none; }
.visual-note--brand > span { display: grid; min-width: 0; margin: 0 !important; padding: 0 !important; border: 0 !important; color: var(--ink) !important; text-transform: none !important; }
.visual-note--brand small { color: var(--muted); font-family: var(--serif); font-size: .78rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.visual-note--brand strong { margin: .05rem 0; font-size: 1.8rem; }
.visual-note--brand em { color: var(--olive-dark); font-family: var(--serif); font-size: .9rem; line-height: 1; }
.visual-note--program strong { font-size: 2rem; }
.visual-note--membership strong { color: var(--olive); font-size: 2.6rem; }
.page-hero--books .page-visual { min-height: 430px; }
.book-hero-stack { position: absolute; inset: 0; border-bottom: 5px solid rgba(255,255,255,.24); }
.book-hero-stack::before { position: absolute; left: 10%; right: 5%; bottom: 0; height: 70%; background: radial-gradient(ellipse at center bottom, rgba(126,146,53,.32), transparent 67%); content: ""; }
.book-hero-cover { position: absolute; bottom: 1.35rem; width: 34%; max-height: 330px; object-fit: contain; filter: drop-shadow(0 24px 25px rgba(0,0,0,.34)); }
.book-hero-cover--left { left: 4%; z-index: 1; transform: rotate(-7deg); }
.book-hero-cover--center { left: 34%; z-index: 3; width: 36%; transform: translateY(-1.8rem) rotate(1deg); }
.book-hero-cover--right { right: 3%; z-index: 2; width: 33%; transform: rotate(8deg); }

.content-section { padding-block: clamp(4rem, 8vw, 8rem); background: var(--paper); }
.content-section--book-order { background: radial-gradient(circle at 88% 20%, rgba(126,146,53,.08), transparent 28%), var(--cream); }
.entry-shell { width: min(900px, calc(100vw - 48px)); margin-inline: auto; }
.entry-shell-wide { width: var(--wrap); }
.entry-content { font-family: var(--serif); font-size: 1.08rem; }
.entry-content > * + * { margin-top: 1.35em; }
.entry-content h2, .entry-content h3 { margin-top: 1.8em; font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.1; }
.entry-content h2 { font-size: 2.6rem; }
.entry-content h3 { font-size: 1.8rem; }
.entry-content a { color: var(--olive-dark); }
.entry-content img { margin-block: 2rem; }
.entry-content::after { display: table; clear: both; content: ""; }
.entry-content .alignleft { float: left; margin: .4rem 2rem 1.4rem 0; }
.entry-content .alignright { float: right; margin: .4rem 0 1.4rem 2rem; }
.entry-content .aligncenter { margin-inline: auto; }
.entry-content blockquote { margin-inline: 0; padding-left: 2rem; border-left: 3px solid var(--olive); color: var(--muted); font-size: 1.3rem; }
.entry-content table { width: 100%; border-collapse: collapse; font-family: var(--sans); font-size: .9rem; }
.entry-content th, .entry-content td { padding: .8rem; border-bottom: 1px solid var(--line); text-align: left; }
.book-order-intro { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 clamp(4rem, 7vw, 7rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.book-order-intro > div { min-width: 0; padding: 2rem 2.1rem 2.2rem; }
.book-order-intro > div + div { border-left: 1px solid var(--line); }
.book-order-intro small { display: block; margin-bottom: .75rem; color: var(--olive-dark); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.book-order-intro strong { display: block; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; letter-spacing: -.025em; line-height: 1.15; }
.book-order-intro p { margin: .8rem 0 0; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.content-section--book-order .entry-content > p:first-child { max-width: 760px; margin: 0 0 3.5rem; color: var(--muted); font-family: var(--serif); font-size: 1.15rem; }
.content-section--aarboeger { background: var(--cream); }
.yearbook-archive-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 5rem; align-items: end; margin-bottom: 3.5rem; }
.yearbook-archive-intro .kicker { grid-column: 1 / -1; margin-bottom: -3.8rem; }
.yearbook-archive-intro h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.2rem); }
.yearbook-archive-intro h2 em { color: var(--olive); font-weight: 400; }
.yearbook-archive-intro > p:last-child { margin: 0; padding-left: 1.8rem; border-left: 2px solid var(--olive); color: var(--muted); font-family: var(--serif); }
.yearbook-archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.yearbook-archive-card { display: grid; grid-template-columns: 155px 1fr; min-width: 0; border: 1px solid var(--line); background: var(--paper); }
.yearbook-archive-cover { position: relative; display: grid; min-height: 310px; padding: 1.5rem 1.2rem; background: var(--paper-dark); place-items: start center; }
.yearbook-archive-cover img { width: auto; height: 240px; margin: 0; object-fit: contain; box-shadow: 0 12px 25px rgba(36,36,31,.14); }
.yearbook-archive-cover span { position: absolute; right: .8rem; bottom: .7rem; color: rgba(36,36,31,.22); font-family: var(--serif); font-size: 2rem; }
.yearbook-archive-copy { min-width: 0; padding: 1.8rem 1.8rem 1.5rem; }
.yearbook-archive-copy > small { color: var(--olive-dark); font-family: var(--sans); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.yearbook-archive-copy h3 { margin: .65rem 0 1.2rem; font-size: 1.6rem; }
.yearbook-archive-copy ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.yearbook-archive-copy li { padding: .65rem 0; border-bottom: 1px solid var(--line); color: var(--muted); font-family: var(--sans); font-size: .72rem; line-height: 1.45; }
.yearbook-archive-copy a { color: inherit; text-decoration: none; }
.yearbook-archive-copy a:hover { color: var(--olive-dark); }
.content-section--links .entry-content { counter-reset: link-row; }
.content-section--links .entry-content > p { position: relative; min-height: 160px; margin: 0; padding: 2.1rem 5rem 2.1rem 6rem; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--sans); font-size: .82rem; line-height: 1.65; counter-increment: link-row; }
.content-section--links .entry-content > p:last-child { border-bottom: 1px solid var(--line); }
.content-section--links .entry-content > p::before { position: absolute; left: 0; top: 2.05rem; color: var(--olive); content: counter(link-row, decimal-leading-zero); font-family: var(--serif); font-size: 1.35rem; }
.content-section--links .entry-content > p::after { position: absolute; right: .5rem; top: 2.1rem; color: var(--ink); content: "→"; font-family: var(--serif); font-size: 1.7rem; }
.content-section--links .entry-content > p::first-line { color: var(--ink); font-family: var(--serif); font-size: 1.55rem; }
.content-section--links .entry-content > p > a:first-child { display: inline-block; margin: 0 0 .45rem; color: var(--ink); font-family: var(--serif); font-size: 1.65rem; font-weight: 500; letter-spacing: -.025em; text-decoration: none; }
.content-section--om-selskabet .entry-content { columns: 2; column-gap: 5rem; }
.content-section--om-selskabet .entry-content > p { break-inside: avoid; margin: 0 0 1.5rem; }
.content-section--om-selskabet .entry-content > p:nth-child(-n+2) { color: var(--ink); font-size: 1.25rem; }
.content-section--kontakt .entry-content { display: grid; grid-template-columns: .82fr 1.18fr; gap: 3rem 4rem; align-items: start; }
.content-section--kontakt .entry-content > p:first-child { grid-column: 1 / -1; max-width: 760px; margin: 0; color: var(--muted); font-size: 1.2rem; }
.content-section--kontakt .entry-content > table { grid-column: 1; margin: 0; border: 1px solid var(--line); background: var(--cream); }
.content-section--kontakt .entry-content > table td { padding: 1rem 1.2rem; }
.content-section--kontakt .entry-content > .frbg-form { grid-column: 2; margin: 0; padding: 2.3rem; border-top: 5px solid var(--olive); background: var(--cream); box-shadow: var(--shadow); }
.content-section--bliv-medlem .entry-content { display: grid; grid-template-columns: .78fr 1.22fr; gap: 1.4rem 5rem; align-items: start; }
.content-section--bliv-medlem .entry-content > p { grid-column: 1; margin: 0; }
.content-section--bliv-medlem .entry-content > p:first-child { color: var(--ink); font-size: 1.3rem; }
.content-section--bliv-medlem .entry-content > .frbg-form { grid-column: 2; grid-row: 1 / span 5; margin: 0; padding: 2.5rem; border-top: 5px solid var(--olive); background: var(--cream); box-shadow: var(--shadow); }
.content-section--arrangementer .entry-content > p:first-child, .content-section--frederiksbergeren .entry-content > p:first-child { max-width: 760px; margin: 0 0 3.5rem; color: var(--muted); font-size: 1.15rem; }

.single-meta { display: flex; gap: 1rem; flex-wrap: wrap; margin: 1.5rem 0 0; color: rgba(255,255,255,.72); font-size: .8rem; }
.single-meta span + span::before { margin-right: 1rem; content: "·"; }
.event-fact-panel { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 4rem; border: 1px solid var(--line); }
.event-fact { padding: 1.5rem; }
.event-fact + .event-fact { border-left: 1px solid var(--line); }
.event-fact small { display: block; color: var(--olive-dark); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.event-fact strong { display: block; margin-top: .35rem; font-family: var(--serif); font-size: 1.3rem; font-weight: 500; }
.book-single-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 5rem; align-items: start; }
.book-cover { padding: 2rem; background: var(--cream); box-shadow: var(--shadow); }

.frbg-event-list, .frbg-article-list { font-family: var(--sans); }
.frbg-event-item { display: grid; grid-template-columns: 100px 1fr 250px; gap: 2rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.frbg-event-item.is-past { opacity: .5; }
.frbg-event-item time { display: grid; align-content: center; justify-items: center; min-height: 100px; border-top: 4px solid var(--olive); background: var(--cream); }
.frbg-event-item time strong { font-family: var(--serif); font-size: 2.4rem; font-weight: 400; line-height: 1; }
.frbg-event-item time span { color: var(--olive-dark); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.frbg-event-item h3, .frbg-article-item h3 { margin: .4rem 0; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; line-height: 1.1; }
.frbg-event-item h3 a, .frbg-article-item h3 a { text-decoration: none; }
.frbg-event-state { margin: 0; color: var(--olive-dark); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.frbg-event-facts { display: flex; flex-direction: column; justify-content: center; padding-left: 2rem; border-left: 1px solid var(--line); font-size: .8rem; }
.frbg-event-facts a { margin-top: .7rem; color: var(--olive-dark); font-weight: 750; text-decoration: none; }
.frbg-article-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.frbg-article-item { min-height: 280px; display: flex; flex-direction: column; padding: 2rem; border: 1px solid var(--line); background: var(--cream); }
.frbg-article-item > p:first-child { color: var(--olive-dark); font-size: .7rem; font-weight: 750; }
.frbg-article-item > p:last-child { color: var(--muted); font-size: .88rem; }

.member-cta { position: relative; overflow: hidden; background: radial-gradient(circle at 8% 0%, rgba(255,255,255,.12), transparent 34%), linear-gradient(112deg, #8ba03b 0%, var(--olive) 45%, #65772a 100%); color: #fff; }
.member-cta::after { position: absolute; right: -1rem; bottom: -5rem; color: rgba(255,255,255,.045); content: "MEDLEM"; font-family: var(--serif); font-size: 13rem; line-height: 1; }
.member-cta .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(5rem, 6.25vw, 7.5rem); align-items: center; min-height: 620px; padding-block: 5.5rem; }
.member-cta .kicker { color: var(--lime-pale); }
.member-cta h2 { margin: 0; max-width: 680px; font-family: var(--serif); font-size: clamp(3.2rem, 4.7vw, 5rem); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
.member-cta-copy > p:last-child { max-width: 570px; margin: 1.4rem 0 0; color: rgba(255,255,255,.76); font-family: var(--serif); font-size: 1rem; }
.membership-ticket { position: relative; min-height: 380px; padding: 2.5rem 2.6rem 2.4rem; border-top: 6px solid var(--forest); background: var(--paper); color: var(--ink); box-shadow: 0 26px 60px rgba(21,35,21,.23); transform: rotate(.25deg); }
.membership-ticket::after { position: absolute; top: 0; right: 1.8rem; bottom: 0; border-right: 1px dashed rgba(36,36,31,.2); content: ""; }
.membership-ticket-head { display: flex; justify-content: space-between; gap: 1rem; color: var(--olive-dark); font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.membership-ticket-head span { color: var(--muted); font-weight: 500; }
.membership-price { display: flex; align-items: center; gap: .7rem; margin: 1.1rem 0 .35rem; color: var(--olive); }
.membership-price > strong { font-family: var(--serif); font-size: clamp(4.6rem, 6vw, 6.3rem); font-weight: 400; letter-spacing: -.07em; line-height: .8; }
.membership-price > span { display: grid; color: var(--ink); font-size: .8rem; text-transform: uppercase; }
.membership-price > span b { color: var(--olive-dark); font-size: 1.15rem; }
.membership-price > span small { font-size: .55rem; font-weight: 800; letter-spacing: .08em; }
.membership-ticket > p { max-width: 440px; margin: 1.2rem 3rem 1.5rem 0; color: var(--muted); font-family: var(--serif); font-size: .92rem; }
.membership-ticket .button { min-height: 44px; padding: .65rem 1.15rem; }

.site-footer { position: relative; background: var(--paper); }
.footer-intro { position: relative; overflow: hidden; background: radial-gradient(circle at 12% 20%, rgba(126,146,53,.15), transparent 31%), linear-gradient(108deg, #102012 0%, var(--forest) 58%, #1d311c 100%); color: #fff; }
.footer-intro::before { position: absolute; right: -3rem; bottom: -7.5rem; color: rgba(255,255,255,.035); content: "1944"; font-family: var(--serif); font-size: 16rem; line-height: 1; }
.footer-intro::after { position: absolute; left: 42%; top: 0; bottom: 0; width: 1px; background: rgba(255,255,255,.1); content: ""; }
.footer-story { position: relative; z-index: 2; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(5rem, 8vw, 9rem); align-items: center; min-height: 390px; padding-block: 4.5rem; }
.footer-story h2 { max-width: 690px; margin: 0; font-family: var(--serif); font-size: clamp(3.1rem, 4.2vw, 4.7rem); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
.footer-story h2 em { color: #a9ba5a; font-weight: 400; }
.footer-brand .brand { color: #fff; }
.footer-brand .brand:hover { color: #fff; }
.footer-brand .brand-mark { width: 58px; height: 68px; }
.footer-brand .brand-copy strong { font-size: 1.75rem; }
.footer-brand .brand-copy em { color: var(--lime-pale); }
.footer-brand > p { max-width: 380px; margin: 1.6rem 0 0; color: rgba(255,255,255,.66); font-family: var(--serif); font-size: .98rem; line-height: 1.55; }
.footer-manifesto .kicker { margin-bottom: 1rem; color: var(--lime-pale); }
.footer-manifesto .text-link { margin-top: 1.6rem; color: #fff; }
.footer-directory { background: radial-gradient(circle at 90% 10%, rgba(126,146,53,.08), transparent 26%), var(--cream); }
.footer-main { display: grid; grid-template-columns: .9fr .8fr 1.15fr 1fr; gap: clamp(2.5rem, 5vw, 5.5rem); padding-block: 3.7rem 3.4rem; }
.footer-col h3 { margin: 0 0 1.15rem; color: var(--olive-dark); font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li, .footer-col > div { margin-bottom: .45rem; color: var(--muted); font-size: .8rem; line-height: 1.65; }
.footer-col a { text-decoration: none; }
.footer-col li a { display: inline-flex; align-items: center; gap: .45rem; }
.footer-col li a::after { color: var(--olive); content: "›"; opacity: 0; transform: translateX(-5px); transition: opacity .15s ease, transform .15s ease; }
.footer-col li a:hover::after { opacity: 1; transform: translateX(0); }
.footer-small-link { display: inline-flex; margin-top: .8rem; padding-bottom: .15rem; border-bottom: 1px solid currentColor; color: var(--olive-dark); font-size: .72rem; font-weight: 750; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-block: 1.25rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .68rem; }
.footer-bottom nav { display: flex; gap: 1.5rem; }

.search-page-header { padding: 5rem 0 3rem; background: var(--cream); }
.search-page-header h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.5rem, 6vw, 6rem); font-weight: 400; letter-spacing: -.06em; }
.search-results { padding-block: 5rem; }
.search-results > .wrap > .site-search-form { width: min(720px, 100%); margin-bottom: 3rem; padding: .25rem .75rem .25rem 1rem; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 15px 40px rgba(21,35,21,.08); }
.search-results > .wrap > .site-search-form input { padding-block: .95rem; font-size: 1.08rem; }
.search-results > .wrap > .site-search-form button { min-height: 44px; padding-inline: 1rem; background: var(--olive); color: #fff; }
.search-result { display: grid; grid-template-columns: 170px 1fr; gap: 2rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.search-result h2 { margin: .3rem 0; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.search-result h2 a { text-decoration: none; }
.search-result small { color: var(--olive-dark); font-weight: 750; text-transform: uppercase; }
.pagination { margin-top: 3rem; }

@media (max-width: 1050px) {
	:root { --wrap: min(100% - 36px, 920px); }
	.home-hero .wrap, .page-hero .wrap { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
	.site-nav a { padding-inline: .35rem; font-size: .72rem; }
	.site-nav a::after { left: .35rem; right: .35rem; }
	.site-search-form { width: min(240px, 27vw); }
	.feature-grid { grid-template-columns: 1fr 1fr; }
	.feature-card:first-child { grid-column: 1 / -1; }
	.feature-card:nth-child(2) { border-left: 1px solid var(--line); }
	.article-grid, .frbg-article-list { grid-template-columns: repeat(2, 1fr); }
	.book-order-intro > div { padding-inline: 1.4rem; }
	.yearbook-archive-intro { gap: 3rem; }
	.yearbook-archive-grid { grid-template-columns: 1fr; }
	.footer-story { gap: 4rem; }
	.footer-main { grid-template-columns: repeat(2, 1fr); gap: 3rem 4rem; }
}

@media (max-width: 780px) {
	body.admin-bar .site-nav { top: 46px; }
	:root { --wrap: min(100% - 28px, 680px); }
	.site-topbar { display: none; }
	.site-masthead .wrap { min-height: 94px; }
	.brand-mark { width: 48px; height: 58px; }
	.brand-copy small { font-size: .72rem; }
	.brand-copy strong { font-size: 1.55rem; }
	.brand-copy em { font-size: .8rem; }
	.masthead-actions .site-search-form { display: none; }
	.masthead-actions .button { min-height: 44px; padding: .65rem .9rem; }
	.menu-toggle { display: flex; align-items: center; gap: .6rem; }
	.site-nav .wrap { display: block; }
	.site-nav .menu { display: none; flex-direction: column; padding-bottom: 1rem; }
	.site-nav.is-open .menu { display: flex; }
	.site-nav.is-open .mobile-nav-search { display: block; padding: .2rem 0 1.1rem; }
	.mobile-nav-search .site-search-form { width: 100%; }
	.site-nav li { display: block; }
	.site-nav a { min-height: 44px; padding-inline: 0; font-size: .86rem; }
	.site-nav a::after { left: 0; right: auto; width: 42px; }
	.home-hero .wrap, .page-hero .wrap, .history-search .wrap, .section-head, .yearbook-band .wrap, .timeline, .member-cta .wrap, .footer-story, .book-single-grid { grid-template-columns: 1fr; }
	.home-hero .wrap { padding-block: 4rem; }
	.hero-collage { min-height: 440px; }
	.page-hero .wrap { gap: 2.5rem; min-height: 0; }
	.page-hero h1 { font-size: clamp(3.5rem, 14vw, 5.5rem); }
	.page-visual { min-height: 340px; margin-left: 0; }
	.page-hero--books .page-visual { min-height: 380px; }
	.yearbook-archive-intro { grid-template-columns: 1fr; gap: 1.5rem; }
	.yearbook-archive-intro .kicker { grid-column: auto; margin-bottom: 0; }
	.yearbook-archive-intro > p:last-child { padding-left: 1.2rem; }
	.content-section--om-selskabet .entry-content { columns: 1; }
	.content-section--kontakt .entry-content, .content-section--bliv-medlem .entry-content { grid-template-columns: 1fr; gap: 2.5rem; }
	.content-section--kontakt .entry-content > p:first-child, .content-section--kontakt .entry-content > table, .content-section--kontakt .entry-content > .frbg-form, .content-section--bliv-medlem .entry-content > p, .content-section--bliv-medlem .entry-content > .frbg-form { grid-column: 1; grid-row: auto; }
	.history-search .wrap { gap: 2.3rem; padding-block: 3.5rem; }
	.history-search-panel { padding: 1.5rem; }
	.section-head { gap: 2rem; }
	.section-intro { padding-left: 1.2rem; }
	.feature-grid, .article-grid, .frbg-article-list { grid-template-columns: 1fr; }
	.feature-card:first-child { grid-column: auto; }
	.feature-card + .feature-card { border-left: 1px solid var(--line); border-top: 0; }
	.story-card { min-height: 450px; }
	.yearbook-band .wrap { gap: 2rem; }
	.book-stage { min-height: 400px; }
	.timeline { gap: 3rem; }
	.frbg-event-item { grid-template-columns: 82px 1fr; gap: 1rem; }
	.frbg-event-facts { grid-column: 2; padding: 1rem 0 0; border-left: 0; border-top: 1px solid var(--line); }
	.event-fact-panel { grid-template-columns: 1fr; }
	.event-fact + .event-fact { border-left: 0; border-top: 1px solid var(--line); }
	.book-order-intro { grid-template-columns: 1fr; }
	.book-order-intro > div + div { border-top: 1px solid var(--line); border-left: 0; }
	.member-cta .wrap { gap: 2.5rem; min-height: 0; padding-block: 4rem; }
	.footer-intro::after { display: none; }
	.footer-story { gap: 2.5rem; min-height: 0; padding-block: 4rem; }
	.footer-main { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}

@media (max-width: 520px) {
	.masthead-actions .button { display: none; }
	.display { font-size: clamp(3.4rem, 18vw, 5rem); }
	.hero-collage { min-height: 360px; }
	.hero-photo-main { inset: 0 1rem 4rem 1rem; }
	.hero-photo-secondary { width: 49%; height: 38%; }
	.archive-card { width: 58%; padding: 1rem; }
	.archive-card strong { font-size: 1.2rem; }
	.page-visual { min-height: 280px; }
	.page-hero--books .page-visual { min-height: 300px; }
	.book-hero-cover { bottom: 1rem; max-height: 235px; }
	.book-hero-cover--center { transform: translateY(-1rem) rotate(1deg); }
	.visual-note { max-width: 190px; padding: 1rem; }
	.visual-note--brand { max-width: none; padding: .9rem 1rem; }
	.visual-note--brand > img { width: 54px; height: 60px; }
	.visual-note--brand strong { font-size: 1.45rem; }
	.section { padding-block: 4.5rem; }
	.history-search h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
	.history-search form { grid-template-columns: 1fr; }
	.history-search button { justify-self: start; margin-bottom: .8rem; }
	.search-suggestions > span { flex-basis: 100%; }
	.frbg-event-item { grid-template-columns: 68px 1fr; }
	.frbg-event-item time { min-height: 82px; }
	.frbg-event-item time strong { font-size: 2rem; }
	.footer-main { grid-template-columns: 1fr; }
	.footer-bottom { flex-direction: column; }
	.membership-ticket { padding: 1.7rem 1.5rem 1.8rem; }
	.membership-ticket::after { right: .9rem; }
	.yearbook-archive-card { grid-template-columns: 112px 1fr; }
	.yearbook-archive-cover { min-height: 260px; padding-inline: .7rem; }
	.yearbook-archive-cover img { height: 190px; }
	.yearbook-archive-copy { padding: 1.35rem; }
	.content-section--links .entry-content > p { min-height: 0; padding: 1.7rem 2.7rem 1.7rem 3.6rem; }
	.content-section--links .entry-content > p::before { top: 1.65rem; }
	.content-section--links .entry-content > p::after { right: 0; top: 1.65rem; }
	.content-section--kontakt .entry-content > .frbg-form, .content-section--bliv-medlem .entry-content > .frbg-form { padding: 1.5rem; }
	.entry-content .alignleft, .entry-content .alignright { float: none; margin-inline: auto; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
