/*
Theme Name: Recepto
Theme URI: https://recepto.sk
Author: Recepto.sk
Description: Ultra-rychla, mobile-first tema pre receptovy web optimalizovana pre Google Discover.
Version: 3.2.0
Text Domain: recepto
*/

/* ===== RESET ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{font-family:'Segoe UI',Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,sans-serif;line-height:1.65;color:#1a1a2e;background:#f5f5f7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none;transition:color .2s}
ul,ol{list-style:none;margin:0;padding:0}
li{list-style:none;margin:0;padding:0}
button{font-family:inherit}

/* ===== LAYOUT ===== */
.site-wrapper{min-height:100vh;display:flex;flex-direction:column}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}
main{flex:1}

/* Hide anything AdSense injects outside our wrapper */
body>div:not(.site-wrapper),
body>ins,
body>iframe[style*="position"]{display:none!important}

/* ===== HEADER ===== */
.site-header{background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.06);position:sticky;top:0;z-index:100;border-top:3px solid #c0392b}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:60px;gap:16px}

.site-logo{font-size:1.5rem;font-weight:800;color:#1a1a2e;letter-spacing:-.5px;white-space:nowrap;flex-shrink:0;transition:opacity .15s}
.site-logo:hover{opacity:.8}
.site-logo span{color:#c0392b}

.main-nav{display:none}
.main-nav ul{display:flex;flex-direction:column;gap:2px;list-style:none;margin:0;padding:0}
.main-nav li{list-style:none}
.main-nav a{display:block;padding:10px 16px;border-radius:8px;color:#555;font-size:.92rem;font-weight:500;transition:all .15s}
.main-nav a:hover{color:#c0392b;background:#fdf0ef}
.main-nav .current-menu-item>a,.main-nav .current_page_item>a{color:#c0392b;background:#fdf0ef;font-weight:600}

.main-nav.active{
  display:block;position:fixed;top:63px;left:0;right:0;bottom:0;
  background:#fff;padding:20px;overflow-y:auto;z-index:99;
  animation:slideDown .25s ease
}
@keyframes slideDown{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}

.header-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}

.btn-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:none;cursor:pointer;border-radius:50%;transition:all .2s;color:#555}
.btn-icon:hover{background:#f0f0f0;color:#1a1a2e}
.btn-icon svg{width:20px;height:20px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}

/* Search overlay */
.search-overlay{display:none;position:fixed;top:63px;left:0;right:0;background:#fff;padding:16px 20px;border-bottom:1px solid #eee;z-index:98;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.search-overlay.active{display:block;animation:slideDown .2s ease}
.search-form{display:flex;gap:8px;max-width:600px;margin:0 auto}
.search-form input{flex:1;padding:12px 16px;border:2px solid #e8e8e8;border-radius:12px;font-size:1rem;outline:none;background:#f8f9fa;transition:border .2s,background .2s,box-shadow .2s}
.search-form input:focus{border-color:#c0392b;background:#fff;box-shadow:0 0 0 3px rgba(192,57,43,.1)}
.search-form button{padding:12px 24px;background:#c0392b;color:#fff;border:none;border-radius:12px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s;white-space:nowrap}
.search-form button:hover{background:#a93226;transform:translateY(-1px);box-shadow:0 4px 12px rgba(192,57,43,.25)}

/* ===== RECIPE GRID ===== */
.recipe-grid{display:grid;grid-template-columns:1fr;gap:22px;padding:28px 0 40px}

.recipe-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.07);transition:transform .3s ease,box-shadow .3s ease}
.recipe-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,.12)}
.recipe-card a{display:block;color:inherit;text-decoration:none}

.card-thumb{position:relative;aspect-ratio:16/10;overflow:hidden;background:#e9ecef}
.card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.recipe-card:hover .card-thumb img{transform:scale(1.06)}
.card-thumb::after{content:'';position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.15),transparent);pointer-events:none}

.card-badge{position:absolute;top:12px;left:12px;background:#c0392b;color:#fff;padding:5px 14px;border-radius:20px;font-size:.68rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 2px 8px rgba(0,0,0,.2);z-index:2}

.card-body{padding:18px 20px 20px}
.card-title{font-size:1.02rem;font-weight:700;line-height:1.45;color:#1a1a2e;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.card-meta{display:flex;align-items:center;gap:14px;font-size:.78rem;color:#adb5bd}
.card-meta svg{width:13px;height:13px;stroke:currentColor;stroke-width:2;fill:none;flex-shrink:0}
.card-meta span{display:inline-flex;align-items:center;gap:4px}

/* ===== FEATURED CARD - overlay text on image ===== */
.recipe-card.featured{border-radius:20px;box-shadow:0 4px 24px rgba(0,0,0,.12)}
.recipe-card.featured:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(0,0,0,.16)}
.recipe-card.featured a{display:block}

.featured-wrap{position:relative;min-height:280px;overflow:hidden}
.featured-wrap .featured-img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;transition:transform .6s ease}
.recipe-card.featured:hover .featured-img{transform:scale(1.04)}

.featured-overlay{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;min-height:280px;padding:28px 24px;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.35) 40%,rgba(0,0,0,.05) 100%)}
.featured-overlay .card-badge{position:static;display:inline-block;width:fit-content;margin-bottom:14px}
.featured-overlay .card-title{color:#fff;font-size:1.35rem;font-weight:800;line-height:1.35;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 1px 4px rgba(0,0,0,.3)}
.featured-excerpt{color:rgba(255,255,255,.85);font-size:.9rem;line-height:1.6;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.featured-overlay .card-meta{color:rgba(255,255,255,.7)}
.featured-overlay .card-meta svg{stroke:rgba(255,255,255,.7)}

/* ===== SINGLE POST ===== */
.post-header{padding:32px 0 0}
.breadcrumbs{font-size:.8rem;color:#adb5bd;margin-bottom:18px;display:flex;flex-wrap:wrap;align-items:center;gap:0}
.breadcrumbs a{color:#6c757d;transition:color .15s;font-weight:500}
.breadcrumbs a:hover{color:#c0392b}
.breadcrumbs .sep{margin:0 8px;color:#dee2e6}

.post-header h1{font-size:1.8rem;font-weight:800;line-height:1.3;color:#1a1a2e;margin-bottom:16px;letter-spacing:-.3px}

.post-meta{display:flex;flex-wrap:wrap;gap:16px;font-size:.82rem;color:#adb5bd;margin-bottom:28px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}
.post-meta svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none}
.post-meta span{display:inline-flex;align-items:center;gap:5px}
.post-meta a{color:#c0392b;font-weight:600;transition:color .15s}
.post-meta a:hover{color:#a93226}

.post-hero{margin:0 -20px 32px;overflow:hidden;background:#e9ecef}
.post-hero img{width:100%;height:auto;display:block}

.post-content{max-width:720px;margin:0 auto;padding-bottom:48px}
.post-content p{margin-bottom:1.3em;font-size:1.06rem;line-height:1.85;color:#333}
.post-content h2{font-size:1.5rem;font-weight:800;margin:2.2em 0 .75em;color:#1a1a2e;line-height:1.35;letter-spacing:-.3px;padding-bottom:8px;border-bottom:2px solid #f0f0f0}
.post-content h3{font-size:1.2rem;font-weight:700;margin:1.6em 0 .5em;color:#1a1a2e}
.post-content ul,.post-content ol{margin:0 0 1.3em 1.5em}
.post-content ul{list-style:disc}
.post-content ol{list-style:decimal}
.post-content li{margin-bottom:.5em;font-size:1.05rem;line-height:1.75;color:#333}
.post-content img{border-radius:14px;margin:1.5em 0;box-shadow:0 4px 16px rgba(0,0,0,.08)}
.post-content blockquote{border-left:4px solid #c0392b;padding:18px 24px;margin:1.5em 0;background:linear-gradient(135deg,#fdf7f6,#fff5f5);border-radius:0 14px 14px 0;color:#495057;font-style:italic;font-size:1.05rem;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.post-content figure{margin:1.5em 0}
.post-content figcaption{font-size:.82rem;color:#adb5bd;text-align:center;margin-top:8px}
.post-content a{color:#c0392b;font-weight:500;text-decoration:underline;text-decoration-color:rgba(192,57,43,.3);text-underline-offset:2px;transition:text-decoration-color .15s}
.post-content a:hover{text-decoration-color:#c0392b}

/* ===== WP RECIPE MAKER - complete restyle ===== */

/* Override WPRM accent color variable globally */
.wprm-recipe,.wprm-recipe-container,.post-content{
  --meadow-accent-color:#c0392b!important}

/* Override inline orange backgrounds */
[style*="background-color: #f57c00"]{background-color:#c0392b!important;border-color:#c0392b!important}
[style*="background-color:#f57c00"]{background-color:#c0392b!important;border-color:#c0392b!important}
[style*="color: var(--meadow-accent-color)"]{color:#c0392b!important}

/* Jump to / Print buttons above recipe */
.wprm-recipe-jump,.wprm-recipe-jump-video,.wprm-recipe-print{
  background:#c0392b!important;border-radius:10px!important;padding:10px 20px!important;
  font-weight:600!important;font-size:.88rem!important;transition:all .2s!important;
  box-shadow:0 2px 8px rgba(192,57,43,.2)!important;border:none!important;display:inline-flex!important;
  align-items:center!important;gap:6px!important;color:#fff!important;text-decoration:none!important}
.wprm-recipe-jump:hover,.wprm-recipe-jump-video:hover,.wprm-recipe-print:hover{
  background:#a93226!important;transform:translateY(-1px)!important;
  box-shadow:0 4px 14px rgba(192,57,43,.3)!important}
.wprm-recipe-icon svg{fill:#fff!important}

/* Recipe container */
.post-content .wprm-recipe-container{margin:2.5em 0;border-radius:20px;overflow:hidden;
  box-shadow:0 4px 24px rgba(0,0,0,.08);border:none}
.wprm-recipe{font-family:inherit!important;border:none!important;border-radius:20px!important;
  overflow:hidden!important;background:#fff!important}

/* Recipe header area */
.meadow-header{background:linear-gradient(135deg,#fafafa,#f5f5f7)!important;
  border-bottom:1px solid #eee!important;padding:32px!important}
.wprm-recipe .wprm-recipe-name{color:#1a1a2e!important;font-weight:800!important;
  font-size:1.5rem!important;line-height:1.3!important;letter-spacing:-.3px!important}
.wprm-recipe-image img{border-radius:14px!important;box-shadow:0 4px 16px rgba(0,0,0,.1)!important}

/* Pin button */
.wprm-recipe-pin{background:#c0392b!important;border-radius:10px!important;
  padding:8px 18px!important;color:#fff!important;font-weight:600!important;
  font-size:.85rem!important;transition:all .2s!important;border:none!important}
.wprm-recipe-pin:hover{background:#a93226!important}

/* Stars */
.wprm-rating-star svg polygon{fill:#f1c40f!important;stroke:#e6b800!important}
.wprm-rating-star-empty svg polygon{fill:#e0e0e0!important;stroke:#ccc!important}

/* Meta tags (servings, course, cuisine, calories) */
.wprm-recipe-tag,.wprm-recipe-course,.wprm-recipe-cuisine,.wprm-recipe-calories,
.wprm-recipe-servings-container span[style]{
  background:#c0392b!important;color:#fff!important;border-radius:20px!important;
  padding:5px 14px!important;font-size:.78rem!important;font-weight:600!important;
  display:inline-block!important;border:none!important}

/* Time meta */
.wprm-recipe-times-container,.wprm-recipe-details-container{border-color:#f0f0f0!important}
.wprm-recipe-time-container .wprm-recipe-details-label{color:#999!important;
  font-size:.78rem!important;text-transform:uppercase!important;letter-spacing:.5px!important}
.wprm-recipe-time-container .wprm-recipe-details-data{color:#1a1a2e!important;
  font-weight:700!important;font-size:1rem!important}

/* Tabs */
.wprm-recipe-tab{background:#f5f5f7!important;border-radius:10px!important;
  padding:8px 14px!important;color:#666!important;font-weight:600!important;
  font-size:.82rem!important;transition:all .2s!important;border:none!important;
  cursor:pointer!important}
.wprm-recipe-tab:hover{background:#eee!important;color:#1a1a2e!important}
.wprm-recipe-tab-active,.wprm-recipe-tab.active{
  background:#c0392b!important;color:#fff!important}

/* Section headers (Ingredients, Instructions...) */
.wprm-recipe .wprm-recipe-header,.wprm-recipe .wprm-recipe-block-header,
.wprm-recipe h3,.wprm-recipe h4{
  color:#1a1a2e!important;font-weight:800!important;font-size:1.2rem!important;
  letter-spacing:-.2px!important}

/* Ingredients list */
.wprm-recipe-ingredients li{padding:10px 0!important;border-bottom:1px solid #f5f5f5!important;
  font-size:.95rem!important;line-height:1.6!important;color:#333!important}
.wprm-recipe-ingredients li:last-child{border-bottom:none!important}
.wprm-recipe-ingredient-amount,.wprm-recipe-ingredient-unit{font-weight:700!important;color:#1a1a2e!important}

/* Instructions */
.wprm-recipe-instruction{line-height:1.8!important;font-size:.95rem!important;
  color:#333!important;padding:8px 0!important}
.wprm-recipe-instruction-step{font-weight:700!important;color:#c0392b!important}

/* Nutrition */
.wprm-nutrition-label-container{background:#f9f9fb!important;border-radius:12px!important;
  padding:16px!important;border:1px solid #f0f0f0!important}
.wprm-nutrition-label-text-nutrition-value{font-weight:700!important;color:#c0392b!important}

/* Notes section */
.wprm-recipe-notes{background:#f9f9fb!important;border-radius:14px!important;
  padding:20px 24px!important;border-left:4px solid #c0392b!important;
  font-size:.92rem!important;line-height:1.7!important;color:#495057!important}

/* Collapsible toggles */
.wprm-expandable-button{background:#f5f5f7!important;border-radius:8px!important;
  padding:4px 10px!important;font-size:.78rem!important;color:#666!important;
  border:1px solid #eee!important;cursor:pointer!important}

/* Serving size adjusters */
.wprm-recipe-servings-change{background:#f5f5f7!important;border-radius:50%!important;
  width:28px!important;height:28px!important;display:inline-flex!important;
  align-items:center!important;justify-content:center!important;border:1px solid #ddd!important;
  color:#1a1a2e!important;font-weight:700!important;cursor:pointer!important;transition:all .15s!important}
.wprm-recipe-servings-change:hover{background:#c0392b!important;color:#fff!important;border-color:#c0392b!important}

/* General accent color override (orange -> red) */
.wprm-color-accent{background-color:#c0392b!important}
a.wprm-color-accent{color:#fff!important}

/* Toggle pills override */
[style*="--wprm-toggle-pills-active-background"]{
  --wprm-toggle-pills-active-background:#c0392b!important;
  --wprm-toggle-pills-active-border:#c0392b!important}

/* SVG icon strokes in tabs/sections */
.wprm-recipe-jump-to-section svg path,
.wprm-recipe-jump-to-section svg circle,
.wprm-recipe-jump-to-section svg rect,
.wprm-recipe-jump-to-section svg line{stroke:#c0392b!important}
.wprm-recipe-jump-to-section:hover svg path,
.wprm-recipe-jump-to-section:hover svg circle{stroke:#a93226!important}
.wprm-recipe-jump-to-section{color:#555!important;transition:color .15s!important}
.wprm-recipe-jump-to-section:hover{color:#c0392b!important}

/* Remove any inline border/shadow from recipe template */
.wprm-recipe-template-novy,.wprm-recipe-template-oranzove{
  border:none!important;box-shadow:none!important}

/* Related */
.related-section{padding:56px 0;border-top:none;background:#eef0f3;margin-top:8px}
.related-section h2{font-size:1.4rem;font-weight:800;margin-bottom:28px;color:#1a1a2e;letter-spacing:-.3px;text-align:center}
.related-grid{display:grid;grid-template-columns:1fr;gap:20px}
.related-section .recipe-card{box-shadow:0 3px 12px rgba(0,0,0,.08)}

/* ===== ARCHIVE / CATEGORY ===== */
.archive-header{padding:44px 0 12px;text-align:center}
.archive-header h1{font-size:1.8rem;font-weight:800;color:#1a1a2e;letter-spacing:-.3px}
.archive-header p{color:#6c757d;margin-top:8px;font-size:.92rem}

/* ===== PAGE ===== */
.page-wrap{max-width:720px;margin:0 auto;padding:40px 0 56px}
.page-wrap h1{font-size:1.9rem;font-weight:800;margin-bottom:28px;color:#1a1a2e;letter-spacing:-.3px}

/* ===== SEARCH RESULTS ===== */
.search-header{padding:40px 0 12px;text-align:center}
.search-header h1{font-size:1.4rem;font-weight:700;color:#1a1a2e}
.search-header h1 span{color:#c0392b}

.no-results{text-align:center;padding:80px 20px}
.no-results h2{font-size:1.35rem;font-weight:700;margin-bottom:12px;color:#1a1a2e}
.no-results p{color:#6c757d;font-size:1rem}
.no-results a{color:#c0392b;font-weight:600}

/* ===== 404 ===== */
.page-404{text-align:center;padding:100px 20px}
.page-404 .err-code{font-size:6rem;font-weight:800;color:#c0392b;line-height:1;letter-spacing:-2px}
.page-404 h2{font-size:1.4rem;font-weight:600;margin:20px 0 10px;color:#1a1a2e}
.page-404 p{color:#6c757d;margin-bottom:28px;font-size:1rem}
.page-404 .btn{display:inline-block;padding:14px 36px;background:#c0392b;color:#fff;border-radius:12px;font-weight:600;font-size:.95rem;transition:all .2s;box-shadow:0 4px 12px rgba(192,57,43,.25)}
.page-404 .btn:hover{background:#a93226;transform:translateY(-2px);box-shadow:0 8px 20px rgba(192,57,43,.3)}

/* ===== PAGINATION ===== */
.pagination{display:flex;justify-content:center;align-items:center;gap:8px;padding:12px 0 52px}
.pagination a,.pagination span{display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 14px;border-radius:12px;font-weight:600;font-size:.9rem;color:#495057;transition:all .2s;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.06)}
.pagination a:hover{color:#c0392b;background:#fff5f5;box-shadow:0 4px 12px rgba(192,57,43,.15);transform:translateY(-2px)}
.pagination .current{background:linear-gradient(135deg,#c0392b,#e74c3c);color:#fff;box-shadow:0 4px 16px rgba(192,57,43,.35)}
.pagination .dots{box-shadow:none;background:transparent;color:#adb5bd}

/* ===== FOOTER ===== */
.site-footer{background:linear-gradient(180deg,#1a1a2e 0%,#12121f 100%);color:#fff;padding:60px 0 24px;margin-top:auto}
.footer-grid{display:grid;grid-template-columns:1fr;gap:36px}
.footer-brand .site-logo{color:#fff;font-size:1.6rem}
.footer-brand .site-logo span{color:#e74c3c}
.footer-brand p{color:rgba(255,255,255,.45);margin-top:14px;font-size:.9rem;line-height:1.7}
.footer-col h4{font-size:.72rem;text-transform:uppercase;letter-spacing:1.5px;color:rgba(255,255,255,.3);margin-bottom:16px;font-weight:700}
.footer-col ul{list-style:none;margin:0;padding:0}
.footer-col li{list-style:none}
.footer-col a{display:block;color:rgba(255,255,255,.55);padding:5px 0;font-size:.9rem;transition:all .2s}
.footer-col a:hover{color:#fff;padding-left:6px}
.footer-bottom{text-align:center;padding-top:36px;margin-top:36px;border-top:1px solid rgba(255,255,255,.06);color:rgba(255,255,255,.25);font-size:.78rem}

/* ===== TABLET ===== */
@media(min-width:600px){
  .recipe-grid{grid-template-columns:repeat(2,1fr);gap:24px}
  .recipe-card.featured{grid-column:1/-1}
  .featured-wrap,.featured-overlay{min-height:340px}
  .featured-overlay .card-title{font-size:1.6rem}
  .featured-excerpt{font-size:.95rem}
  .related-grid{grid-template-columns:repeat(2,1fr)}
  .post-hero{margin:0;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1)}
  .footer-grid{grid-template-columns:1fr 1fr}
}

/* ===== DESKTOP ===== */
@media(min-width:960px){
  .container{padding:0 32px}
  .header-inner{height:68px}
  .site-logo{font-size:1.6rem}

  .main-nav{display:block!important;position:static;background:none;padding:0;animation:none;overflow:visible}
  .main-nav ul{flex-direction:row!important;gap:1px;flex-wrap:nowrap;align-items:center}
  .main-nav li{display:inline-flex}
  .main-nav a{padding:6px 10px;font-size:.82rem;border-radius:8px;white-space:nowrap}
  .btn-menu{display:none!important}

  .search-overlay{position:static;display:block!important;padding:0;border:none;box-shadow:none;background:none;flex-shrink:0}
  .search-form{max-width:none}
  .search-form input{width:200px;padding:9px 16px;font-size:.88rem;border-radius:10px;border-width:1.5px}
  .search-form button{padding:9px 18px;font-size:.84rem;border-radius:10px}
  .btn-search{display:none!important}

  .recipe-grid{grid-template-columns:repeat(3,1fr);gap:28px;padding:32px 0 52px}
  .recipe-card.featured{grid-column:1/-1}
  .featured-wrap,.featured-overlay{min-height:420px}
  .featured-overlay{padding:40px 48px}
  .featured-overlay .card-title{font-size:2rem;-webkit-line-clamp:3;letter-spacing:-.5px;max-width:600px}
  .featured-excerpt{font-size:1rem;max-width:500px}

  .related-grid{grid-template-columns:repeat(3,1fr);gap:26px}

  .post-header{padding:40px 0 0}
  .post-header h1{font-size:2.5rem;letter-spacing:-.5px}
  .post-hero{border-radius:20px;aspect-ratio:16/9;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.1)}
  .post-hero img{height:100%;object-fit:cover}

  .footer-grid{grid-template-columns:2fr 1fr 1fr}
  .footer-brand p{max-width:320px}
}

/* ===== LARGE DESKTOP ===== */
@media(min-width:1200px){
  .container{max-width:1240px}
  .featured-wrap,.featured-overlay{min-height:460px}
  .featured-overlay .card-title{font-size:2.2rem}
}

/* ===== PRINT ===== */
@media print{
  .site-header,.site-footer,.related-section,.pagination,.search-overlay,.search-form{display:none}
  body{font-size:12pt;color:#000;background:#fff}
}

/* ===== A11Y ===== */
:focus-visible{outline:2px solid #c0392b;outline-offset:3px;border-radius:4px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
