/*
Theme Name: Get Nzlr
Theme URI: https://getnzlr.com
Description: WPBeginner-style block child theme of Twenty Twenty-Five for getnzlr.com.
Author: Amit Arora
Template: twentytwentyfive
Version: 1.0.1
Requires at least: 6.7
Requires PHP: 8.0
Text Domain: getnzlr
*/

/* Utility bar link */
.gnz-utility-bar a { color: #ffffff; text-decoration: none; font-weight: 600; }
.gnz-utility-bar a:hover { text-decoration: underline; }

/* Nav links */
.gnz-nav a { color: #23282d; text-decoration: none; font-weight: 600; }
.gnz-nav a:hover { color: #ee5323; }

/* Post cards */
.gnz-card { border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; background: #fff; }
.gnz-card .wp-block-post-title a { color: #23282d; text-decoration: none; }
.gnz-card .wp-block-post-title a:hover { color: #ee5323; }

/* Category badge on cards */
.gnz-card .wp-block-post-terms a {
  background: #c73f14; color: #fff; font-size: 11px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; text-decoration: none;
  padding: 2px 8px; border-radius: 3px;
}

/* Sidebar boxes */
.gnz-sidebar-box { border: 1px solid #e5e7eb; border-radius: 8px; }

/* Hero cover: white text scoped to the cover only */
.gnz-hero-cover, .gnz-hero-cover a, .gnz-hero-cover .wp-block-post-title a { color: #fff; }
.gnz-hero-cover .wp-block-post-title a { text-decoration: none; }
.gnz-hero-cover .wp-block-post-terms a { background: #c73f14; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; text-decoration: none; padding: 2px 8px; border-radius: 3px; }

/* Meta row */
.gnz-meta, .gnz-meta a { color: #6b7280; font-size: 14px; text-decoration: none; }

/* Sidebar stacks under content on mobile (columns handle this natively; keep gap sane) */
@media (max-width: 781px) {
  .gnz-sidebar { margin-top: 2rem; }
}

/* a11y: visually hidden text */
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

/* Footer links: light on charcoal for contrast */
.gnz-footer a { color: #f7f7f7; }
.gnz-footer a:hover { color: #ee5323; }

/* Two-tone logo */
.gnz-logo a { color: #23282d; text-decoration: none; }
.gnz-logo span { color: #ee5323; }

/* --- Homepage polish pass (2026-08-13) --- */

/* Section headings: kicker + tight title, immune to plugin/parent styling */
.gnz-kicker { color: #ee5323; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; font-size: 13px; margin: 0 0 4px; }
.gnz-section-title { font-size: 30px !important; margin: 0 0 26px; }
main h2.wp-block-heading, main h3.wp-block-heading { color: #23282d; text-transform: none; }

/* Search block: brand orange */
.wp-block-search__button { background: #ee5323; color: #fff; border: none; border-radius: 5px; }
.wp-block-search__button:hover { background: #c73f14; }
.wp-block-search__input { border: 1px solid #e5e7eb; border-radius: 5px; }

/* Cards: hover lift, sane title rhythm, muted dates */
.gnz-card { transition: box-shadow .15s ease, transform .15s ease; }
.gnz-card:hover { box-shadow: 0 6px 18px rgba(35, 40, 45, .10); transform: translateY(-2px); }
.gnz-card .wp-block-post-title { line-height: 1.35; margin: 8px 0 4px; }
.gnz-card .wp-block-post-date, .gnz-mini-card .wp-block-post-date { color: #6b7280; }
.gnz-card .wp-block-post-date a, .gnz-mini-card .wp-block-post-date a { color: #6b7280; text-decoration: none; }

/* Hero cover: inner padding, title rhythm, light date */
.gnz-hero-cover .wp-block-cover__inner-container { padding: 10px 14px; }
.gnz-hero-cover .wp-block-post-title { line-height: 1.25; margin: 10px 0 6px; }
.gnz-hero-cover .wp-block-post-date, .gnz-hero-cover .wp-block-post-date a { color: #e5e7eb; font-size: 14px; text-decoration: none; }

/* Hero stack mini cards */
.gnz-mini-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; margin-bottom: 14px; gap: 14px; }
.gnz-mini-card .wp-block-post-title { line-height: 1.35; margin: 4px 0 2px; }
.gnz-mini-card .wp-block-post-terms a { background: transparent; color: #c73f14; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; text-decoration: none; padding: 0; }

/* Category tiles */
.gnz-tile { border: 1px solid #e5e7eb; border-left: 4px solid #ee5323; border-radius: 8px; background: #fff; padding: 18px; margin: 0; transition: box-shadow .15s ease, transform .15s ease; }
.gnz-tile:hover { box-shadow: 0 6px 18px rgba(35, 40, 45, .10); transform: translateY(-2px); }
.gnz-tile a { color: #6b7280; text-decoration: none; font-size: 14px; }
.gnz-tile a strong { color: #23282d; display: block; font-size: 17px; margin-bottom: 4px; }

/* Header rhythm */
.gnz-nav { align-items: center; }
header .wp-block-search { margin: 0; }
@media (max-width: 781px) {
  .gnz-nav { gap: 12px; }
  .gnz-section-title { font-size: 25px !important; }
  .gnz-hero-cover { min-height: 320px !important; }
}

/* Mini-card titles: charcoal like the big cards */
.gnz-mini-card .wp-block-post-title a { color: #23282d; text-decoration: none; }
.gnz-mini-card .wp-block-post-title a:hover { color: #ee5323; }

/* Search button: out-rank Elementor kit globals */
.wp-block-search__button { background: #ee5323 !important; color: #fff !important; border: none !important; }
.wp-block-search__button:hover { background: #c73f14 !important; }
