/**
 * Regenerate Cascadia - Blog
 * Modular CSS partial from rc-template-styles.css
 * Version: v1.2-a11y07
 * Date: 2026-04-23
 * Generated by Claude (S186; A11Y-07 Phase 2 focus indicator)
 *
 * Sections: 3 (UNIVERSAL HERO), 4 (BREADCRUMB), 5 (FILTER BAR), 9 (SHARE ICONS (floating + inline)), 10 (POST TAGS), 11 (AUTHOR CARD), 12 (POST NAVIGATION), 14 (EVENT BODY), 15 (POST CARD GRID), 16 (SEARCH RESULTS)
 *
 * Changelog:
 * - v1.2-a11y07: Added explicit :focus-visible rules for .rc-filter-search
 *   (Section 5) and .rc-share-circle (Section 9). Both previously stripped
 *   the browser default outline via outline:none on the base rule without
 *   providing a visible focus indicator on :focus for keyboard users. The
 *   new rules add a canopy 2px outline with 1px (search input) or 3px
 *   (share circle, offset outside the circle) outline-offset. No
 *   !important. Works alongside the existing :focus rules that change
 *   border-color (.rc-filter-search) and background color (.rc-share-circle).
 * - v1.1-s186: Added Section 16 (SEARCH RESULTS) for template-rc-search.php.
 *   Introduces .rc-search-wrap layout constraint, .rc-search-form refine bar,
 *   .rc-post-thumb--empty fallback for posts without featured images, styling
 *   for the_posts_pagination()'s .page-numbers output inside .rc-pagination,
 *   and the .rc-search-empty no-results state. Also normalizes
 *   a.rc-post-card anchor styling (no underline, color inherit, block
 *   display) so that card-wide clickable anchors render cleanly on the
 *   search results grid.
 */

/* ═══════════════════════════════════════
   3. UNIVERSAL HERO
   Used by: All five templates
   Variations: post hero (featured image + meta),
               page hero (eyebrow + subtitle),
               event hero (details row)
   ═══════════════════════════════════════ */
.rc-hero {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.rc-hero--short { min-height: 340px; }

/* Solid-background hero variant (no background image, S186).
   Use on pages that need a hero frame but do not have a matching
   image. Applies a deep forest backdrop so the white hero title and
   light-coloured subtitle render legibly. Commonly combined with
   .rc-hero--short on utility pages like the search results page. */
.rc-hero--solid {
  background: var(--rc-forest);
}
.rc-hero--solid .rc-hero-inner { padding-top: 64px; }
.rc-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.rc-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(18,43,26,0.92) 0%,
    rgba(18,43,26,0.55) 40%,
    rgba(18,43,26,0.08) 100%
  );
}
.rc-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 40px 44px;
  width: 100%;
}
.rc-hero--short .rc-hero-inner { padding-bottom: 48px; }

/* Badge (category label on post hero) */
.rc-hero-badge {
  font-family: 'Inconsolata', monospace !important;
  font-size: 9px !important; font-weight: 500 !important;
  letter-spacing: 0.3em !important; text-transform: uppercase !important;
  background: rgba(255,255,255,0.1) !important;
  color: var(--rc-lichen) !important;
  padding: 6px 14px !important; display: inline-block;
  margin-bottom: 16px;
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  text-decoration: none !important; line-height: 1;
}
.rc-hero-badge:hover { color: var(--rc-lichen) !important; }

/* Eyebrow (page hero) */
.rc-hero-eyebrow {
  font-family: 'Inconsolata', monospace !important;
  font-size: 11px !important; letter-spacing: 0.35em !important;
  text-transform: uppercase !important; color: var(--rc-moss) !important;
  margin-bottom: 16px;
}

/* Title */
.rc-hero-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(32px, 4.5vw, 48px) !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  line-height: 1.08 !important;
  letter-spacing: -0.01em;
  max-width: 700px;
  margin-bottom: 16px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.rc-hero--short .rc-hero-title {
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  margin-bottom: 12px;
}

/* Subtitle (page hero) */
.rc-hero-subtitle {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(16px, 2vw, 20px) !important;
  font-style: italic;
  color: var(--rc-sky-water) !important;
  max-width: 520px;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

/* Excerpt (post hero) */
.rc-hero-excerpt {
  font-family: 'Jost', sans-serif !important;
  font-size: 16px !important; font-weight: 300 !important;
  color: rgba(255,255,255,0.8) !important;
  line-height: 1.6 !important;
  max-width: 540px;
  margin-bottom: 18px;
}

/* Meta row (post hero) */
.rc-hero-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-family: 'Inconsolata', monospace !important;
  font-size: 10px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.5) !important;
}
.rc-hero-author { color: var(--rc-lichen) !important; font-weight: 500 !important; }
.rc-hero-dot { margin: 0 4px; }

/* Event details row (event hero) */
.rc-hero-event-details {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.rc-hero-event-detail {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.rc-hero-event-label {
  font-family: 'Inconsolata', monospace;
  font-size: 9px; letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}
.rc-hero-event-value {
  font-size: 15px; font-weight: 400;
  color: var(--rc-lichen);
}
.rc-hero-event-value.highlight {
  color: var(--rc-moss); font-weight: 500;
}



/* ═══════════════════════════════════════
   4. BREADCRUMB
   Used by: Single Blog Post, Single Event
   ═══════════════════════════════════════ */
.rc-breadcrumb {
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 40px;
  font-family: 'Inconsolata', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.rc-breadcrumb a {
  color: var(--rc-canopy);
  text-decoration: none;
}
.rc-breadcrumb a:hover { color: var(--rc-forest); }
.rc-bc-sep { margin: 0 6px; }
.rc-breadcrumb .breadcrumb_last { color: rgba(0,0,0,0.25); }
.rc-breadcrumb span[typeof="ListItem"] a {
  color: var(--rc-canopy);
  text-decoration: none;
}



/* ═══════════════════════════════════════
   5. FILTER BAR
   Used by: Blog Archive, Events List
   ═══════════════════════════════════════ */
.rc-filter-bar {
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.rc-filter-label {
  font-family: 'Inconsolata', monospace;
  font-size: 9px; font-weight: 500;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--rc-fern); margin-right: 8px;
}
.rc-filter-btn {
  font-family: 'Inconsolata', monospace;
  font-size: 10px; letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--rc-canopy);
  padding: 6px 14px;
  border: 1px solid rgba(0,0,0,0.08);
  background: transparent;
  cursor: pointer;
  transition: all 0.2s;
}
.rc-filter-btn:hover,
.rc-filter-btn.active {
  background: var(--rc-forest);
  color: var(--rc-cream);
  border-color: var(--rc-forest);
}
.rc-filter-search {
  margin-left: auto;
  font-family: 'Jost', sans-serif;
  font-size: 13px; font-weight: 300;
  padding: 7px 16px;
  border: 1px solid rgba(0,0,0,0.08);
  background: transparent;
  color: var(--rc-ink);
  outline: none;
  width: 200px;
  transition: border-color 0.2s;
}
.rc-filter-search::placeholder { color: rgba(0,0,0,0.25); }
.rc-filter-search:focus { border-color: var(--rc-canopy); }
.rc-filter-search:focus-visible {
  outline: 2px solid var(--rc-canopy);
  outline-offset: 1px;
}



/* ═══════════════════════════════════════
   9. SHARE ICONS (floating + inline)
   Used by: Single Blog Post
   ═══════════════════════════════════════ */

/* Floating vertical column */
.rc-share-float {
  position: absolute;
  left: 0; top: 0;
  width: 48px;
}
.rc-share-float-inner {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.rc-share-float-label {
  font-family: 'Inconsolata', monospace;
  font-size: 8px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(0,0,0,0.2);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  margin-bottom: 4px;
}

/* Shared circle style */
a.rc-share-circle,
button.rc-share-circle,
.rc-share-circle {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important; height: 36px !important;
  min-width: 36px; min-height: 36px;
  max-width: 36px; max-height: 36px;
  border-radius: 50% !important;
  background: var(--rc-forest) !important;
  color: var(--rc-cream) !important;
  text-decoration: none !important;
  border: none !important;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  padding: 0 !important; line-height: 1;
  box-shadow: none !important;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
a.rc-share-circle:hover,
button.rc-share-circle:hover,
.rc-share-circle:hover {
  background: var(--rc-canopy) !important;
  color: var(--rc-cream) !important;
  transform: scale(1.08);
}
a.rc-share-circle:focus,
button.rc-share-circle:focus,
.rc-share-circle:focus {
  background: var(--rc-canopy) !important;
  color: var(--rc-cream) !important;
}
a.rc-share-circle:focus-visible,
button.rc-share-circle:focus-visible,
.rc-share-circle:focus-visible {
  outline: 2px solid var(--rc-canopy);
  outline-offset: 3px;
}
.rc-share-circle svg {
  width: 14px; height: 14px;
  fill: var(--rc-cream) !important;
  flex-shrink: 0;
}
.rc-share-circle:hover svg {
  fill: var(--rc-cream) !important;
}

/* Inline horizontal bar */
.rc-share-bar-inline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: 8px;
  padding-top: 48px;
}
.rc-share-bar-inline-label {
  font-family: 'Inconsolata', monospace;
  font-size: 9px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(0,0,0,0.2);
}
.rc-share-bar-inline-icons { display: flex; gap: 8px; }



/* ═══════════════════════════════════════
   10. POST TAGS
   Used by: Single Blog Post
   ═══════════════════════════════════════ */
.rc-post-tags {
  margin: 32px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.rc-post-tags-label {
  font-family: 'Inconsolata', monospace;
  font-size: 9px; font-weight: 500;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--rc-fern);
  margin-bottom: 12px;
}
.rc-post-tags-list { display: flex; flex-wrap: wrap; gap: 4px; }
.rc-post-tags-list a {
  font-family: 'Inconsolata', monospace;
  font-size: 10px; letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rc-canopy);
  background: rgba(45,106,79,0.06);
  padding: 5px 12px;
  text-decoration: none;
  border: none;
  transition: all 0.2s;
}
.rc-post-tags-list a:hover {
  background: var(--rc-forest);
  color: var(--rc-cream);
}



/* ═══════════════════════════════════════
   11. AUTHOR CARD
   Used by: Single Blog Post
   ═══════════════════════════════════════ */
.rc-author-card {
  background: var(--rc-fog);
  padding: 28px 32px;
  margin-top: 36px;
}
.rc-author-card-label {
  font-family: 'Inconsolata', monospace;
  font-size: 9px; font-weight: 500;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--rc-fern);
  margin-bottom: 14px;
}
.rc-author-card-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 700;
  color: var(--rc-forest);
  line-height: 1.25;
  margin-bottom: 4px;
}
.rc-author-card-name a {
  color: inherit; text-decoration: none;
  transition: color 0.2s;
}
.rc-author-card-name a:hover { color: var(--rc-canopy); }
.rc-author-card-bio {
  font-family: 'Jost', sans-serif;
  font-size: 15px; font-weight: 300;
  color: var(--rc-text); line-height: 1.7;
  margin-bottom: 14px;
}
.rc-author-card-link {
  font-family: 'Inconsolata', monospace;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--rc-canopy);
  text-decoration: none;
  border-bottom: 1px solid rgba(45,106,79,0.25);
  padding-bottom: 2px;
  transition: border-color 0.2s;
}
.rc-author-card-link:hover { border-bottom-color: var(--rc-gold); }



/* ═══════════════════════════════════════
   12. POST NAVIGATION
   Used by: Single Blog Post
   ═══════════════════════════════════════ */
.rc-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-top: 36px;
}
.rc-post-nav a {
  display: block;
  background: var(--rc-cream);
  padding: 24px 28px;
  text-decoration: none;
  transition: background 0.2s;
}
.rc-post-nav a:hover { background: var(--rc-fog); }
.rc-nav-label {
  font-family: 'Inconsolata', monospace;
  font-size: 9px; letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--rc-fern);
  display: block;
  margin-bottom: 6px;
}
.rc-nav-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px; font-weight: 700;
  color: var(--rc-forest);
  line-height: 1.25;
}
.rc-nav-next { text-align: right; }



/* ═══════════════════════════════════════
   14. EVENT BODY
   Used by: Single Event
   ═══════════════════════════════════════ */
.rc-event-body p {
  font-size: 16px; font-weight: 300;
  line-height: 1.85; color: var(--rc-text);
  margin-bottom: 24px;
}
.rc-event-body h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px; font-weight: 700;
  color: var(--rc-forest);
  line-height: 1.2;
  margin: 36px 0 16px;
}
.rc-event-body ul {
  margin: 0 0 24px 20px;
  font-size: 16px; font-weight: 300;
  line-height: 1.85; color: var(--rc-text);
}
.rc-event-body li { margin-bottom: 6px; }



/* ═══════════════════════════════════════
   15. POST CARD GRID
   Used by: Blog Archive
   ═══════════════════════════════════════ */
.rc-post-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.rc-post-card {
  background: var(--rc-warm-white);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
.rc-post-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(18,43,26,0.06);
}
.rc-post-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.rc-post-thumb img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.rc-post-card-badge {
  position: absolute;
  top: 12px; left: 12px;
  font-family: 'Inconsolata', monospace;
  font-size: 9px; font-weight: 500;
  letter-spacing: 0.25em; text-transform: uppercase;
  background: rgba(18,43,26,0.85);
  color: var(--rc-lichen);
  padding: 6px 12px;
  line-height: 1; z-index: 2;
}
.rc-post-card-text { padding: 20px 20px 24px; }
.rc-post-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-weight: 700;
  line-height: 1.25;
  color: var(--rc-forest);
  transition: color 0.2s;
}
.rc-post-card:hover .rc-post-card-title { color: var(--rc-canopy); }
.rc-post-card-excerpt {
  font-size: 14px; font-weight: 300;
  line-height: 1.65; color: var(--rc-text);
  margin-top: 8px;
}
.rc-post-card-readmore {
  font-family: 'Inconsolata', monospace;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--rc-canopy);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  margin-top: 14px;
  display: inline-block;
  transition: all 0.2s;
}
.rc-post-card:hover .rc-post-card-readmore {
  color: var(--rc-forest);
  border-bottom-color: var(--rc-gold);
}
.rc-post-card-meta {
  font-family: 'Inconsolata', monospace;
  font-size: 10px; letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.3);
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.05);
}

/* Year divider */
.rc-year-divider {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 16px 0 0;
}
.rc-year-divider-label {
  font-family: 'Inconsolata', monospace;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--rc-gold); flex-shrink: 0;
}
.rc-year-divider-line { flex: 1; height: 1px; background: rgba(0,0,0,0.06); }

/* Pagination */
.rc-pagination { display: flex; gap: 4px; margin-top: 40px; }
.rc-page-num {
  font-family: 'Inconsolata', monospace;
  font-size: 12px; letter-spacing: 0.1em;
  color: var(--rc-canopy);
  background: transparent;
  border: 1px solid rgba(0,0,0,0.08);
  padding: 8px 14px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.rc-page-num:hover,
.rc-page-num.active {
  background: var(--rc-forest);
  color: var(--rc-cream);
  border-color: var(--rc-forest);
}



/* ═══════════════════════════════════════
   16. SEARCH RESULTS
   Used by: template-rc-search.php (S186)
   Reuses .rc-hero--short, .rc-filter-bar, .rc-post-grid,
   .rc-post-card, and .rc-pagination from sections above.
   ═══════════════════════════════════════ */

/* Main wrapper: centered, constrained, consistent with other archive
   layouts. Holds the grid, pagination, and empty state. */
.rc-search-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 40px 72px;
}

/* Refine-search form inside .rc-filter-bar.
   Overrides .rc-filter-search's margin-left:auto so the label sits
   next to the input, and lets the input grow to fill available space. */
.rc-search-form {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
.rc-search-form .rc-filter-search {
  margin-left: 0;
  flex: 1 1 320px;
  max-width: 480px;
  width: auto;
}
.rc-search-form .rc-filter-btn {
  flex-shrink: 0;
}

/* Post cards rendered as full-card anchor links.
   Normalizes underline and color so the card visuals stay clean. */
a.rc-post-card,
a.rc-post-card:hover,
a.rc-post-card:focus {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Fallback thumbnail for posts with no featured image.
   Keeps the 16:10 aspect ratio from .rc-post-thumb so the grid rows
   stay aligned, and renders a soft two-tone block with a muted icon. */
.rc-post-thumb--empty {
  background: linear-gradient(135deg, var(--rc-fog) 0%, var(--rc-warm-white) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rc-post-thumb--empty::before {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  opacity: 0.18;
  background-color: var(--rc-forest);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'><circle cx='11' cy='11' r='7.5'/><path d='M20.5 20.5 16.65 16.65'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'><circle cx='11' cy='11' r='7.5'/><path d='M20.5 20.5 16.65 16.65'/></svg>") center/contain no-repeat;
}

/* Pagination: style the_posts_pagination() output so it matches the
   existing .rc-page-num look. the_posts_pagination wraps its links in
   a .nav-links container and uses .page-numbers on each link. */
.rc-pagination .nav-links {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.rc-pagination .page-numbers {
  font-family: 'Inconsolata', monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--rc-canopy);
  background: transparent;
  border: 1px solid rgba(0,0,0,0.08);
  padding: 8px 14px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  line-height: 1;
}
.rc-pagination .page-numbers:hover,
.rc-pagination .page-numbers.current {
  background: var(--rc-forest);
  color: var(--rc-cream);
  border-color: var(--rc-forest);
}
.rc-pagination .page-numbers.dots {
  border-color: transparent;
  cursor: default;
}
.rc-pagination .page-numbers.dots:hover {
  background: transparent;
  color: var(--rc-canopy);
  border-color: transparent;
}
.rc-pagination .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  word-wrap: normal !important;
}

/* Empty state: shown when the query returns zero results, or when the
   search page is visited with no query string. */
.rc-search-empty {
  padding: 48px 0 24px;
  max-width: 640px;
}
.rc-search-empty-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--rc-forest);
  line-height: 1.3;
  margin: 0 0 12px;
}
.rc-search-empty-hint {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: var(--rc-text);
  line-height: 1.6;
  margin: 0;
}
.rc-search-empty-hint a {
  color: var(--rc-canopy);
  text-decoration: underline;
  text-decoration-color: rgba(45,106,79,0.25);
  text-underline-offset: 3px;
}
.rc-search-empty-hint a:hover {
  color: var(--rc-forest);
  text-decoration-color: var(--rc-gold);
}

/* Responsive: collapse the two-column grid on narrow viewports and
   reduce wrapper padding. Below 720px the card grid stacks. */
@media (max-width: 720px) {
  .rc-search-wrap {
    padding: 28px 20px 56px;
  }
  .rc-search-grid {
    grid-template-columns: 1fr;
  }
}

