/* Himachal Blog — component styles ported from AI-metadata/himachal-blog-homepage-design.html
   Color/font values mirror theme.json — keep both in sync if the palette changes. */

:root {
	--bg: #F1F4EC;
	--paper: #FBFBF6;
	--ink: #1C2621;
	--ink-soft: #4B5750;
	--pine: #1F3A2E;
	--pine-deep: #16281F;
	--mist: #55707A;
	--marigold: #E8A33D;
	--marigold-deep: #C9822A;
	--apple: #B23A2E;
	--line: rgba(28, 38, 33, 0.12);
	--radius: 3px;
	--wrap: 1180px;
}

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }
@media (max-width: 640px) { .wrap { padding: 0 18px; } }

/* WP's block layout engine adds a default top margin between the direct
   children of any "flow" layout group (`:where(.is-layout-flow) > *`) —
   including the template's own top-level sections. Section-to-section
   spacing here is fully controlled by .himachal-section's own padding, so
   that default is switched off to stop it from stacking on top. */
.wp-site-blocks > * { margin-block-start: 0; }

.mono { font-family: 'IBM Plex Mono', monospace; letter-spacing: 0.02em; }

/* ---------- ticker ---------- */
.ticker-bar {
	background: var(--pine-deep);
	color: #DCE7DE;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.ticker-track {
	display: inline-flex;
	gap: 48px;
	padding: 9px 0;
	font-size: 12.5px;
	font-family: 'IBM Plex Mono', monospace;
	animation: himachal-ticker-scroll 32s linear infinite;
}
.ticker-track span.tick { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.ticker-track .dot { width: 4px; height: 4px; background: var(--marigold); border-radius: 50%; flex: none; display: inline-block; }
@keyframes himachal-ticker-scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
	.ticker-track { animation: none; }
}

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; }
.logo {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: 'Fraunces', serif;
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
	color: var(--pine-deep);
}
.header-nav-actions { display: flex; align-items: center; gap: 18px; }
.site-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
	max-width: var(--wrap);
	margin: 0 auto;
	padding-left: 28px;
	padding-right: 28px;
}
.site-logo-locality {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 10px;
	color: var(--mist);
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	display: block;
	margin-top: 1px;
}
.header-nav-links.wp-block-navigation { font-size: 14.5px; font-weight: 500; }
.header-nav-links .wp-block-navigation__container { gap: 30px; }
.header-nav-links .wp-block-navigation-item__content { position: relative; padding: 4px 0 !important; color: var(--ink-soft) !important; text-decoration: none; }
.header-nav-links .wp-block-navigation-item__content:hover { color: var(--ink) !important; }
@media (max-width: 900px) { .header-nav-links.wp-block-navigation { display: none; } }

.btn, .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--pine);
	color: #fff !important;
	font-weight: 600;
	font-size: 13.5px;
	padding: 11px 20px;
	border-radius: var(--radius);
	border: none;
	cursor: pointer;
	text-decoration: none !important;
}
.btn:hover, .wp-block-button__link:hover { background: var(--pine-deep); }
.btn-ghost {
	background: transparent;
	color: var(--ink) !important;
	border: 1px solid var(--line);
}
.btn-ghost:hover { background: var(--paper); border-color: var(--ink-soft); }

/* ---------- hero ---------- */
.hero { position: relative; padding: 76px 0 60px; overflow: hidden; border-bottom: 1px solid var(--line); }
.contour-bg { position: absolute; inset: 0; z-index: 0; opacity: 0.5; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr 0.9fr; gap: 56px; align-items: end; }
.eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: 0.09em;
	text-transform: uppercase; color: var(--mist); margin-bottom: 20px;
}
.eyebrow::before { content: "—"; color: var(--marigold); }
.hero h1 { font-size: 52px; line-height: 1.05; font-weight: 600; color: var(--pine-deep); }
.hero h1 em { font-style: italic; color: var(--marigold-deep); }
.hero p.lede { font-size: 17px; color: var(--ink-soft); max-width: 480px; margin: 22px 0 30px; line-height: 1.6; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.snapshot { background: var(--pine-deep); border-radius: 6px; padding: 26px 26px 20px; color: #EDEFE6; }
.snapshot-head {
	display: flex; justify-content: space-between; align-items: center;
	font-family: 'IBM Plex Mono', monospace; font-size: 11px; text-transform: uppercase;
	letter-spacing: 0.08em; color: #9FB3A6; margin-bottom: 16px;
}
.live-dot { width: 6px; height: 6px; background: #7FDB9C; border-radius: 50%; display: inline-block; margin-right: 6px; animation: himachal-pulse 2s infinite; }
@keyframes himachal-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.snap-row { display: flex; justify-content: space-between; align-items: center; padding: 11px 0; border-top: 1px solid rgba(255, 255, 255, 0.08); font-size: 14px; }
.snap-row:first-of-type { border-top: none; }
.snap-place { display: flex; align-items: center; gap: 9px; font-weight: 500; }
.snap-place .alt { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; color: #8CA396; }
.snap-val { font-family: 'IBM Plex Mono', monospace; display: flex; gap: 10px; align-items: center; }
.badge-clear { color: #7FDB9C; font-size: 11px; }
.badge-snow { color: #8FC6E8; font-size: 11px; }
.snapshot-foot { margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, 0.08); font-size: 12px; color: #9FB3A6; display: flex; justify-content: space-between; }

/* ---------- section shell ---------- */
.himachal-section { padding: 64px 0; }
.section-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 32px; gap: 20px; flex-wrap: wrap; }
.section-head--spaced { margin-top: 40px; }
.section-head h2 { font-size: 28px; font-weight: 600; color: var(--pine-deep); }
.section-head .view-all { font-size: 13.5px; font-weight: 600; color: var(--mist); white-space: nowrap; text-decoration: none; }
.section-head .view-all:hover { color: var(--pine); }

/* ---------- categories ---------- */
.cat-grid {
	display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px;
	background: var(--line); border: 1px solid var(--line); border-radius: 6px; overflow: hidden;
}
.cat {
	background: var(--paper); padding: 26px 18px; text-align: center;
	display: flex; flex-direction: column; align-items: center; gap: 12px;
	transition: background 0.2s ease; text-decoration: none;
}
.cat:hover { background: #fff; }
.cat svg { width: 26px; height: 26px; color: var(--pine); }
.cat span.cat-name { font-size: 13.5px; font-weight: 600; color: var(--ink); }
.cat small { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; color: var(--ink-soft); font-weight: 400; }
@media (max-width: 900px) { .cat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px) { .cat-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- content columns ---------- */
.split { display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }

.story-list { display: flex; flex-direction: column; }

/*
 * Query Loop wraps each card in its own <li>, so a card is always the
 * "only child" of its parent — `.story:first-child` matched every card,
 * not just the first. The divider border has to live on the <li> siblings
 * instead, where :first-child correctly identifies just the first one.
 */
li:has(> .story) { padding: 20px 0; border-top: 1px solid var(--line); }
li:has(> .story):first-child { border-top: none; }
.story { display: grid; grid-template-columns: 96px 1fr; gap: 18px; }
.story-thumb {
	width: 96px; height: 72px; border-radius: 4px;
	background: linear-gradient(135deg, var(--pine) 0%, var(--mist) 100%);
	position: relative; overflow: hidden; flex: none;
}
.story-thumb img { width: 100%; height: 100%; object-fit: cover; }
/* Second grid cell (the text-content group) — WP's flow-layout default
   otherwise pushes it down relative to the thumbnail beside it. */
.story-thumb + div { margin-top: 0; }
/* WP core ships `:where(.wp-block-post-terms){font-weight:600}` — the
   design's tags are meant to render at normal weight, so that default is
   overridden explicitly rather than left to fall through. */
.story-cat { font-family: 'IBM Plex Mono', monospace; font-size: 10px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.06em; color: var(--marigold-deep); margin-bottom: 6px; display: block; }
.story-cat a { color: inherit; text-decoration: none; }
.story h3 { font-size: 16.5px; font-weight: 600; line-height: 1.3; margin-top: 0; margin-bottom: 6px; }
.story h3 a { text-decoration: none; color: var(--ink); }
.story h3 a:hover { color: var(--pine); }
.story p { font-size: 13px; color: var(--ink-soft); margin: 0; line-height: 1.5; }
.story-meta { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; color: var(--mist); margin-top: 8px; }

.news-list { background: var(--paper); border: 1px solid var(--line); border-radius: 6px; padding: 6px 22px; }
li:has(> .news-item) { padding: 16px 0; border-top: 1px solid var(--line); }
li:has(> .news-item):first-child { border-top: none; }
.news-item { display: flex; flex-direction: column; gap: 5px; }
.news-item .tag { font-family: 'IBM Plex Mono', monospace; font-size: 10px; font-weight: 400; color: var(--apple); text-transform: uppercase; letter-spacing: 0.06em; }
.news-item .tag a { color: inherit; text-decoration: none; }
/* Matches the reference design's un-reset <h4> browser-default margin
   (~19px top/bottom at this font-size), which — combined with the 5px flex
   gap above — gives each item's tag/title/date its intended breathing room. */
.news-item h4 { font-size: 14.5px; font-weight: 600; font-family: 'Inter', sans-serif; line-height: 1.35; margin: 19px 0; }
.news-item h4 a { text-decoration: none; color: var(--ink); }
.news-item .date { font-size: 11.5px; color: var(--ink-soft); font-family: 'IBM Plex Mono', monospace; margin-top: 0; }

/* ---------- verified places (native verified_place CPT) ---------- */
.verified { background: var(--pine-deep); color: #EDEFE6; border-radius: 8px; padding: 44px 40px; }
.verified-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; margin-bottom: 30px; flex-wrap: wrap; }
.verified-head h2 { color: #fff; }
.verified-head p { color: #9FB3A6; font-size: 14px; max-width: 420px; margin-top: 8px; line-height: 1.55; }
/* The grid must target the Query Loop's own <ul class="wp-block-post-template">,
   not the outer .wp-block-query wrapper — that wrapper's only DOM child is the
   <ul> itself, so `display:grid` on the wrapper has just one grid item and the
   cards inside never actually form columns. */
.place-grid .wp-block-post-template { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; list-style: none; margin: 0; padding: 0; }
.place-grid .wp-block-post-template > li { margin: 0; }
.place-card { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 6px; overflow: hidden; }
.place-card-thumb { width: 100%; height: 160px; background: linear-gradient(135deg, var(--pine) 0%, var(--mist) 100%); overflow: hidden; }
.place-card-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.place-card-body { padding: 20px; margin-top: 0; }
.place-card-body > * { margin-top: 0; }
.place-card .verified-tag { display: inline-flex; align-items: center; gap: 5px; font-family: 'IBM Plex Mono', monospace; font-size: 10px; font-weight: 400; color: #7FDB9C; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 12px; }
.place-card .verified-tag a { color: inherit; text-decoration: none; }
.place-card h4 { font-family: 'Fraunces', serif; font-size: 17px; font-weight: 600; margin-bottom: 6px; color: #fff; }
.place-card h4 a { color: inherit; text-decoration: none; }
.place-card p { font-size: 12.5px; color: #9FB3A6; margin: 0; line-height: 1.5; }
.place-rating { margin-top: 14px; display: flex; align-items: center; gap: 6px; font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: var(--marigold); }
.place-rating span { color: #9FB3A6; }
.verified-cta { background: var(--marigold); color: var(--pine-deep) !important; }
.verified-cta:hover { background: var(--marigold-deep); }

/* Demo/seed listings only — [himachal_sample_badge] renders empty for real
   listings, so this never shows on genuine verified places. Dashed border
   reads as "draft/placeholder" rather than a normal status tag. */
.sample-badge { display: inline-block; font-family: 'IBM Plex Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--marigold); border: 1px dashed var(--marigold); border-radius: 4px; padding: 3px 8px; margin-bottom: 12px; }
.place-card-body .sample-badge { margin-bottom: 10px; }

/* ---------- verified place single page: contact/address details ---------- */
.place-details { display: flex; flex-direction: column; gap: 10px; margin: 28px 0; padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; }
.place-detail-row { display: flex; align-items: baseline; gap: 10px; font-size: 14px; }
.place-detail-label { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--mist); flex: none; width: 90px; }
.place-detail-row a { color: var(--pine); text-decoration: none; }
.place-detail-row a:hover { color: var(--pine-deep); text-decoration: underline; }

/* ---------- footer ---------- */
.site-footer { background: var(--pine-deep); color: #B9C9BD; padding: 56px 0 26px; margin-top: 20px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-grid h5 { font-family: 'IBM Plex Mono', monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.07em; color: #7C9285; margin-bottom: 16px; font-weight: 500; }
.foot-grid ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; font-size: 13.5px; }
.foot-grid a { color: inherit; text-decoration: none; }
.foot-grid a:hover { color: #fff; }
.foot-brand { font-family: 'Fraunces', serif; font-size: 20px; color: #fff; font-weight: 600; margin-bottom: 12px; }
.foot-brand + p { font-size: 13.5px; line-height: 1.6; max-width: 280px; color: #8CA396; }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 22px; font-size: 12px; color: #7C9285; flex-wrap: wrap; gap: 12px; }

/* ---------- breadcrumb ---------- */
.himachal-breadcrumb { padding: 14px 0; border-bottom: 1px solid var(--line); font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: var(--ink-soft); }
.himachal-breadcrumb a { color: var(--ink-soft); text-decoration: none; }
.himachal-breadcrumb a:hover { color: var(--pine); }
.himachal-breadcrumb .crumb-sep { margin: 0 8px; color: var(--line); }

/* ---------- author bio ---------- */
.author-bio { display: flex; align-items: center; gap: 14px; padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; margin: 32px 0; }
.author-bio img { border-radius: 50%; }
.author-bio-body { display: flex; flex-direction: column; gap: 2px; }
.author-bio-label { font-family: 'IBM Plex Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--mist); }
.author-bio-name { font-family: 'Fraunces', serif; font-weight: 600; font-size: 16px; color: var(--pine-deep); text-decoration: none; }
.author-bio-meta { font-size: 12.5px; color: var(--ink-soft); }

/* ---------- author profile hero (author archive page header) ---------- */
.author-hero { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.author-hero-avatar { border-radius: 50%; flex: none; }
.author-hero-body { display: flex; flex-direction: column; gap: 8px; }
.author-hero-name { font-size: 40px; margin: 2px 0 0; }
.author-hero-meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.author-hero-chip {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11.5px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--pine);
	border: 1px solid var(--pine);
	border-radius: 999px;
	padding: 6px 14px;
}
.author-hero-expertise { font-size: 14px; color: var(--ink-soft); }

/* ---------- hub intro ---------- */
.post-main { padding-top: 48px; padding-bottom: 48px; }

/* Article body rhythm. Without this, every block (paragraphs and headings
   alike) inherits the same flat 1.2rem WP default gap -- a heading reads no
   differently from a paragraph break, so sections never feel separated.
   Headings get extra space above (new section) and sit close to the text
   that follows them (stays visually bound to its own section). */
.entry-content > * { margin-top: 20px; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content > h2,
.entry-content > h3 { margin-top: 48px; }
.entry-content > h2:first-child,
.entry-content > h3:first-child { margin-top: 0; }
/* Adjacent-sibling, not the heading's own margin-bottom: two touching
   vertical margins collapse to the larger one, so a small margin-bottom on
   the heading would just lose to the next paragraph's 20px margin-top and
   never actually render. */
.entry-content > h2 + *,
.entry-content > h3 + * { margin-top: 12px; }

.hub-intro { padding: 56px 0 40px; border-bottom: 1px solid var(--line); }
.hub-intro .eyebrow { display: inline-flex; margin-bottom: 0; }
.hub-intro h1 { font-size: 40px; color: var(--pine-deep); margin: 12px 0 16px; }
.hub-intro p { font-size: 16px; color: var(--ink-soft); max-width: 640px; line-height: 1.6; margin: 0; }

/* Text column plus an optional line-art column (see inc/hub-art.php) --
   collapses to a single column on hub pages with no scene registered yet,
   or on narrow viewports. */
.hub-intro-grid { display: grid; grid-template-columns: minmax(320px, 1fr) minmax(260px, 400px); gap: 32px; align-items: center; }
.hub-intro-grid:not(:has(.hub-art)) { grid-template-columns: 1fr; }
@media (max-width: 780px) { .hub-intro-grid { grid-template-columns: 1fr; } }

/* ---------- location weather widget ---------- */
.location-weather {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
	padding: 10px 16px;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 999px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12.5px;
	color: var(--ink-soft);
}
.location-weather-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--marigold);
	flex: none;
}
.location-weather-temp {
	font-weight: 600;
	color: var(--ink);
}
.location-weather-condition {
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

/* ---------- location chip list (category/location hub "Explore by location") ---------- */
/* The categories block outputs a nested <ul><li> tree — each district <li>
   holds its own <a> plus a nested <ul class="children"> of towns. Making the
   district <li> itself a flex-wrap row (not just the two <ul>s) keeps each
   district's towns grouped right after it instead of wrapping as an
   unrelated second row. */
.hub-location-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	padding: 0;
	margin: 0;
}
.hub-location-list li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0;
}
.hub-location-list .children {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	padding: 0;
	margin: 0;
}
.hub-location-list a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 999px;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 500;
	color: var(--ink);
	text-decoration: none;
}
.hub-location-list a:hover { background: #fff; border-color: var(--ink-soft); }
.hub-location-list > li > a {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11.5px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--pine);
	background: transparent;
	border-color: var(--pine);
}

/* ---------- login / register ---------- */
.auth-page { padding: 64px 0 96px; }
.auth-wrap { display: flex; justify-content: center; }
.auth-card {
	width: 100%;
	max-width: 420px;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 40px 36px;
	box-shadow: 0 10px 28px rgba(28, 38, 33, 0.06);
}
.auth-card .eyebrow { margin-bottom: 14px; }
.auth-card h1 { font-size: 30px; margin-bottom: 8px; }
.auth-sub { color: var(--ink-soft); font-size: 14px; margin-bottom: 24px; }
.auth-error {
	background: rgba(178, 58, 46, 0.08);
	border: 1px solid rgba(178, 58, 46, 0.25);
	color: var(--apple);
	font-size: 13.5px;
	padding: 10px 14px;
	border-radius: var(--radius);
	margin-bottom: 20px;
}
.auth-form { display: flex; flex-direction: column; gap: 16px; }
.auth-field-row { display: flex; gap: 16px; }
.auth-field-row .auth-field { flex: 1; min-width: 0; }
@media (max-width: 480px) {
	.auth-field-row { flex-direction: column; gap: 16px; }
}
.auth-field { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 600; color: var(--ink); }
.auth-field input {
	font-family: 'Inter', sans-serif;
	font-size: 14.5px;
	padding: 11px 14px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	color: var(--ink);
}
.auth-field input:focus { outline: 2px solid var(--pine); outline-offset: 1px; border-color: var(--pine); }
.auth-remember { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-soft); font-weight: 400; }
.auth-submit { justify-content: center; width: 100%; margin-top: 4px; }
.auth-links { margin-top: 24px; display: flex; flex-direction: column; gap: 10px; font-size: 13.5px; color: var(--ink-soft); text-align: center; }
.auth-links a { color: var(--pine); font-weight: 600; text-decoration: none; }
.auth-links a:hover { text-decoration: underline; }
.auth-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 22px 0;
	color: var(--mist);
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
.auth-divider::before, .auth-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.auth-google { display: flex; justify-content: center; min-height: 42px; }
#himachal-g-signin { width: 100%; }
.auth-captcha:empty { display: none; }
.auth-captcha { margin-top: 4px; }
@media (max-width: 480px) {
	.auth-card { padding: 28px 22px; }
}
