:root{
  --oi-blue:#0b79c9;
  --oi-blue-dark:#07568f;
  --oi-sky:#eaf5fc;
  --oi-navy:#0b2134;
  --oi-orange:#ef642d;
  --oi-ink:#132535;
  --oi-muted:#667684;
  --oi-bg:#f7f9fb;
  --oi-surface:#ffffff;
  --oi-line:#e3e9ee;
  --oi-radius-lg:24px;
  --oi-radius-md:17px;
  --oi-shadow-lg:0 24px 64px rgba(18,44,65,.13);
  --oi-shadow-md:0 12px 34px rgba(18,44,65,.08);
}

body.oiac-home-refresh{background:var(--oi-bg)!important;overflow-x:clip!important}
body.oiac-home-refresh .entry-title,
body.oiac-home-refresh .page-title{display:none!important}

/* Remove the empty theme sidebar and release the page from narrow blog columns. */
body.oiac-home-refresh #secondary,
body.oiac-home-refresh .secondary,
body.oiac-home-refresh .sidebar,
body.oiac-home-refresh aside.widget-area{display:none!important}
body.oiac-home-refresh #primary,
body.oiac-home-refresh .primary,
body.oiac-home-refresh .content-area,
body.oiac-home-refresh .site-main,
body.oiac-home-refresh .main-content,
body.oiac-home-refresh .main-content-area,
body.oiac-home-refresh .content-column,
body.oiac-home-refresh article.page,
body.oiac-home-refresh .entry-content,
body.oiac-home-refresh #content .col-md-8,
body.oiac-home-refresh #content .col-lg-8,
body.oiac-home-refresh .site-content .col-md-8,
body.oiac-home-refresh .site-content .col-lg-8{
  width:100%!important;
  max-width:100%!important;
  flex:0 0 100%!important;
  float:none!important;
  padding-left:0!important;
  padding-right:0!important;
  margin-left:0!important;
  margin-right:0!important;
  overflow:visible!important;
}
body.oiac-home-refresh #content,
body.oiac-home-refresh .site-content,
body.oiac-home-refresh #main,
body.oiac-home-refresh .main-wrapper,
body.oiac-home-refresh .content-wrapper{overflow:visible!important}

.oiac-shell{
  width:calc(100% - 36px);
  max-width:1100px!important;
  margin:34px auto 76px;
  position:relative;
  transform:none;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--oi-ink);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.oiac-shell,.oiac-shell *{box-sizing:border-box}
.oiac-feature-zone,.oiac-section,.oiac-section-head,.oiac-card-grid,.oiac-newsletter{width:100%;max-width:100%;min-width:0}

/* One shared horizontal rail for every homepage module. */
.oiac-feature-zone,
.oiac-section,
.oiac-section-head,
.oiac-card-grid,
.oiac-newsletter{
  margin-left:0!important;
  margin-right:0!important;
}
.oiac-feature-zone>* ,
.oiac-card-grid>* ,
.oiac-newsletter>*{
  min-width:0;
}

.oiac-shell a{text-decoration:none!important}
.oiac-shell img{display:block;max-width:none}

/* Premium editorial opening */
.oiac-feature-zone{
  display:grid;
  grid-template-columns:minmax(0,1.72fr) minmax(310px,.88fr);
  grid-template-areas:"label label" "hero briefs";
  gap:18px 20px;
  margin-bottom:66px;
}
.oiac-feature-label{
  grid-area:label;
  display:flex;
  align-items:center;
  gap:14px;
  margin:0;
  color:var(--oi-blue-dark);
  font-size:10px;
  font-weight:800;
  letter-spacing:.17em;
}
.oiac-feature-label:before{content:"";width:28px;height:3px;border-radius:99px;background:var(--oi-orange)}
.oiac-feature-label i{display:block;flex:1;height:1px;background:linear-gradient(90deg,rgba(11,121,201,.28),rgba(11,121,201,0))}

.oiac-feature-card{
  grid-area:hero;
  position:relative;
  min-height:530px;
  overflow:hidden;
  border-radius:var(--oi-radius-lg);
  background:var(--oi-navy);
  box-shadow:var(--oi-shadow-lg);
  isolation:isolate;
}
.oiac-feature-media{position:absolute;inset:0;display:block}
.oiac-feature-media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;transition:transform .7s cubic-bezier(.2,.75,.25,1)}
.oiac-feature-card:hover .oiac-feature-media img{transform:scale(1.035)}
.oiac-feature-shade{
  position:absolute;
  z-index:1;
  inset:0;
  background:
    linear-gradient(90deg,rgba(7,25,39,.94) 0%,rgba(7,25,39,.78) 45%,rgba(7,25,39,.16) 82%),
    linear-gradient(0deg,rgba(7,25,39,.54),transparent 58%);
  pointer-events:none;
}
.oiac-feature-content{position:absolute;z-index:2;left:0;bottom:0;width:min(720px,82%);padding:44px 46px;color:#fff!important}
.oiac-feature-meta{display:flex;align-items:center;gap:13px;margin-bottom:17px}
.oiac-feature-meta time{color:rgba(255,255,255,.75)!important;font-size:11px!important;font-weight:600!important}
.oiac-chip{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(11,121,201,.84);
  color:#fff!important;
  font-size:10.5px!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:.09em;
  text-transform:uppercase;
  backdrop-filter:blur(10px);
}
.oiac-shell .oiac-feature-title{
  max-width:700px!important;
  margin:0 0 14px!important;
  color:#fff!important;
  font-size:clamp(38px,3.7vw,56px)!important;
  font-weight:760!important;
  line-height:1.035!important;
  letter-spacing:-.046em!important;
  text-transform:none!important;
  text-shadow:0 3px 25px rgba(0,0,0,.22)!important;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.oiac-shell .oiac-feature-title a{color:#fff!important}
.oiac-shell .oiac-feature-summary{
  max-width:620px!important;
  margin:0 0 23px!important;
  color:rgba(255,255,255,.87)!important;
  font-size:15px!important;
  font-weight:400!important;
  line-height:1.58!important;
  text-shadow:0 2px 16px rgba(0,0,0,.18)!important;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.oiac-read-button,.oiac-newsletter-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border-radius:999px;
  background:#fff;
  color:var(--oi-blue-dark)!important;
  padding:13px 18px;
  font-size:11px!important;
  font-weight:850!important;
  line-height:1!important;
  letter-spacing:.065em;
  text-transform:uppercase;
  box-shadow:0 10px 24px rgba(0,0,0,.14);
  transition:transform .2s ease,box-shadow .2s ease;
}
.oiac-read-button:hover,.oiac-newsletter-button:hover{transform:translateY(-2px);box-shadow:0 15px 30px rgba(0,0,0,.18)}

/* Two compact magazine stories beside the hero. */
.oiac-brief-grid--feature{
  grid-area:briefs;
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:repeat(2,minmax(0,1fr));
  gap:20px;
  margin:0;
}
.oiac-brief-card{
  position:relative;
  display:block;
  min-height:255px;
  overflow:hidden;
  border:0;
  border-radius:var(--oi-radius-lg);
  background:var(--oi-navy);
  box-shadow:var(--oi-shadow-md);
  isolation:isolate;
  transition:transform .24s ease,box-shadow .24s ease;
}
.oiac-brief-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(18,44,65,.15)}
.oiac-brief-media{position:absolute;inset:0;z-index:0;display:block;overflow:hidden;background:#dfe8ef}
.oiac-brief-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,25,39,.94) 0%,rgba(7,25,39,.42) 58%,rgba(7,25,39,.06) 100%)}
.oiac-brief-media img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .6s ease}
.oiac-brief-card:hover .oiac-brief-media img{transform:scale(1.05)}
.oiac-brief-content{position:absolute;z-index:2;inset:auto 0 0;display:flex;min-width:0;flex-direction:column;padding:26px 27px 24px;color:#fff}
.oiac-brief-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.oiac-brief-meta a{overflow:hidden;color:#88d2ff!important;font-size:9px!important;font-weight:850!important;letter-spacing:.1em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}
.oiac-brief-meta time{flex:0 0 auto;color:rgba(255,255,255,.66)!important;font-size:10px!important}
.oiac-shell .oiac-brief-title{margin:0 0 0!important;font-size:clamp(21px,1.75vw,27px)!important;font-weight:740!important;line-height:1.1!important;letter-spacing:-.035em!important;text-transform:none!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.oiac-shell .oiac-brief-title a{color:#fff!important}
.oiac-brief-content p,.oiac-brief-link{display:none!important}

/* Section rhythm */
.oiac-section{position:relative;margin-top:62px;padding-top:30px;border-top:1px solid var(--oi-line)}
.oiac-section--latest{margin-top:0}
.oiac-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.oiac-section-head h2{margin:5px 0 0!important;color:var(--oi-ink)!important;font-size:clamp(29px,2.8vw,40px)!important;font-weight:730!important;line-height:1.06!important;letter-spacing:-.042em!important;text-transform:none!important}
.oiac-kicker{display:block;color:var(--oi-blue-dark);font-size:9px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.oiac-all-link{display:inline-flex;align-items:center;gap:8px;color:var(--oi-blue-dark)!important;font-size:10px!important;font-weight:850!important;text-transform:uppercase;letter-spacing:.09em;white-space:nowrap}
.oiac-all-link span{display:grid;place-items:center;width:26px;height:26px;border:1px solid #bfd8e9;border-radius:50%;transition:.2s ease}
.oiac-all-link:hover span{background:var(--oi-blue);border-color:var(--oi-blue);color:#fff}

.oiac-card-grid{display:grid;gap:20px}
.oiac-card-grid--four{grid-template-columns:repeat(5,minmax(0,1fr))}
.oiac-card-grid--four>.oiac-card:first-child{grid-column:span 2}
.oiac-card-grid--three{grid-template-columns:1.2fr 1fr 1fr}
.oiac-card-grid--count-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.oiac-card-grid--count-1{grid-template-columns:minmax(0,1fr)!important;max-width:520px}

.oiac-card{
  position:relative;
  display:flex;
  min-width:0;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(211,222,230,.9);
  border-radius:var(--oi-radius-md);
  background:var(--oi-surface);
  box-shadow:0 8px 28px rgba(18,44,65,.055);
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
}
.oiac-card:before{content:"";position:absolute;z-index:3;left:0;top:0;width:100%;height:3px;background:linear-gradient(90deg,var(--oi-orange),var(--oi-blue));transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.oiac-card:hover{transform:translateY(-5px);border-color:#cddde7;box-shadow:0 18px 42px rgba(18,44,65,.11)}
.oiac-card:hover:before{transform:scaleX(1)}
.oiac-card-media{aspect-ratio:16/10;overflow:hidden;background:#e6edf2}
.oiac-card-media img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .55s ease}
.oiac-card:hover .oiac-card-media img{transform:scale(1.045)}
.oiac-card-body{display:flex;min-width:0;flex:1;flex-direction:column;padding:20px 20px 18px}
.oiac-card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.oiac-card-category{overflow:hidden;color:var(--oi-blue-dark)!important;font-size:8.5px!important;font-weight:850!important;letter-spacing:.105em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}
.oiac-card-meta time{flex:0 0 auto;color:#8a98a5!important;font-size:9px!important}
.oiac-card h3{margin:0 0 10px!important;color:var(--oi-ink)!important;font-size:clamp(17px,1.45vw,21px)!important;font-weight:720!important;line-height:1.18!important;letter-spacing:-.027em!important;text-transform:none!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.oiac-card h3 a{color:var(--oi-ink)!important}
.oiac-card p{margin:0 0 16px!important;color:var(--oi-muted)!important;font-size:12.5px!important;line-height:1.52!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.oiac-card-more{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:13px;border-top:1px solid #edf1f4;color:var(--oi-blue-dark)!important;font-size:9px!important;font-weight:850!important;letter-spacing:.09em;text-transform:uppercase}
.oiac-card-more i{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--oi-sky);font-size:13px;font-style:normal;transition:.2s ease}
.oiac-card:hover .oiac-card-more i{background:var(--oi-blue);color:#fff;transform:translateX(2px)}

/* Give the lead latest card a richer editorial proportion. */
.oiac-card-grid--four>.oiac-card:first-child .oiac-card-media{aspect-ratio:16/8.7}
.oiac-card-grid--four>.oiac-card:first-child h3{font-size:clamp(22px,2vw,29px)!important;-webkit-line-clamp:2}
.oiac-card-grid--four>.oiac-card:first-child p{font-size:13.5px!important;-webkit-line-clamp:2}

.oiac-newsletter{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
  overflow:hidden;
  margin-top:68px;
  padding:42px 46px;
  border-radius:var(--oi-radius-lg);
  background:linear-gradient(118deg,#0a2237 0%,#075f9f 62%,#0b86cf 100%);
  color:#fff;
  box-shadow:var(--oi-shadow-lg);
}
.oiac-newsletter:after{content:"";position:absolute;right:-80px;top:-130px;width:340px;height:340px;border:1px solid rgba(255,255,255,.16);border-radius:50%;box-shadow:0 0 0 48px rgba(255,255,255,.035),0 0 0 96px rgba(255,255,255,.025)}
.oiac-newsletter>div,.oiac-newsletter-button{position:relative;z-index:2}
.oiac-newsletter h2{max-width:720px;margin:7px 0 10px!important;color:#fff!important;font-size:clamp(29px,3vw,42px)!important;font-weight:720!important;line-height:1.08!important;letter-spacing:-.042em!important;text-transform:none!important}
.oiac-newsletter p{max-width:720px;margin:0!important;color:rgba(255,255,255,.78)!important;font-size:14px!important;line-height:1.6!important}
.oiac-kicker--light{color:#8ed5ff}
.oiac-newsletter-button{flex:0 0 auto}
.oiac-empty{padding:70px;border:1px solid var(--oi-line);border-radius:18px;background:#fff;text-align:center}

@media(max-width:1060px){
  .oiac-feature-zone{grid-template-columns:minmax(0,1.55fr) minmax(290px,.9fr)}
  .oiac-feature-card{min-height:500px}
  .oiac-feature-content{width:88%;padding:38px}
  .oiac-card-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}
  .oiac-card-grid--four>.oiac-card:first-child{grid-column:span 2}
  .oiac-card-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}
  .oiac-card-grid--three>.oiac-card:first-child{grid-column:span 2}
}
@media(max-width:820px){
 .oiac-shell{width:calc(100% - 28px);max-width:100%!important;margin-top:24px}
  .oiac-feature-zone{grid-template-columns:1fr;grid-template-areas:"label" "hero" "briefs";gap:16px}
  .oiac-feature-card{min-height:470px}
  .oiac-brief-grid--feature{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}
  .oiac-brief-card{min-height:270px}
  .oiac-card-grid--three>.oiac-card:first-child{grid-column:auto}
  .oiac-card-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}
  .oiac-newsletter{align-items:flex-start;flex-direction:column}
}
@media(max-width:600px){
 .oiac-shell{width:calc(100% - 20px);max-width:100%!important;margin-top:18px;margin-bottom:52px}
  .oiac-feature-zone{margin-bottom:48px}
  .oiac-feature-label{font-size:9px}
  .oiac-feature-card{min-height:500px;border-radius:20px}
  .oiac-feature-shade{background:linear-gradient(0deg,rgba(7,25,39,.97) 0%,rgba(7,25,39,.74) 58%,rgba(7,25,39,.08) 100%)}
  .oiac-feature-content{width:100%;padding:25px 23px}
  .oiac-feature-meta{align-items:flex-start;flex-direction:column;gap:9px;margin-bottom:13px}
  .oiac-shell .oiac-feature-title{font-size:clamp(31px,9vw,42px)!important;-webkit-line-clamp:4}
  .oiac-shell .oiac-feature-summary{font-size:14px!important;-webkit-line-clamp:3}
  .oiac-brief-grid--feature{grid-template-columns:1fr}
  .oiac-brief-card{min-height:280px;border-radius:20px}
  .oiac-section{margin-top:48px;padding-top:24px}
  .oiac-section-head{align-items:flex-start;margin-bottom:18px}
  .oiac-section-head h2{font-size:29px!important}
  .oiac-all-link{margin-top:3px}
  .oiac-card-grid--four,.oiac-card-grid--three,.oiac-card-grid--count-2{grid-template-columns:1fr!important}
  .oiac-card-grid--four>.oiac-card:first-child,.oiac-card-grid--three>.oiac-card:first-child{grid-column:auto}
  .oiac-card-body{padding:19px}
  .oiac-card h3,.oiac-card-grid--four>.oiac-card:first-child h3{font-size:22px!important}
  .oiac-card-grid--four>.oiac-card:first-child .oiac-card-media{aspect-ratio:16/10}
  .oiac-newsletter{margin-top:52px;padding:31px 25px;border-radius:20px}
  .oiac-newsletter-button{width:100%}
}

/* Dynamic editorial section pages (v1.4.0). */
body.oiac-section-refresh{background:var(--oi-bg)!important;overflow-x:clip!important}
body.oiac-section-refresh .entry-title,
body.oiac-section-refresh .page-title,
body.oiac-section-refresh .breadcrumb-trail{display:none!important}
body.oiac-section-refresh #secondary,
body.oiac-section-refresh .secondary,
body.oiac-section-refresh .sidebar,
body.oiac-section-refresh aside.widget-area{display:none!important}
body.oiac-section-refresh #primary,
body.oiac-section-refresh .primary,
body.oiac-section-refresh .content-area,
body.oiac-section-refresh .site-main,
body.oiac-section-refresh .main-content,
body.oiac-section-refresh .main-content-area,
body.oiac-section-refresh .content-column,
body.oiac-section-refresh article.page,
body.oiac-section-refresh .entry-content,
body.oiac-section-refresh #content .col-md-8,
body.oiac-section-refresh #content .col-lg-8,
body.oiac-section-refresh .site-content .col-md-8,
body.oiac-section-refresh .site-content .col-lg-8{
  width:100%!important;
  max-width:100%!important;
  flex:0 0 100%!important;
  float:none!important;
  padding-left:0!important;
  padding-right:0!important;
  margin-left:0!important;
  margin-right:0!important;
  overflow:visible!important;
}
body.oiac-section-refresh #content,
body.oiac-section-refresh .site-content,
body.oiac-section-refresh #main,
body.oiac-section-refresh .main-wrapper,
body.oiac-section-refresh .content-wrapper{overflow:visible!important}

.oiac-section-shell{margin-top:34px}
.oiac-archive-hero{
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:42px;
  overflow:hidden;
  min-height:250px;
  padding:46px 50px;
  border:1px solid rgba(205,220,231,.86);
  border-radius:var(--oi-radius-lg);
  background:
    radial-gradient(circle at 91% 18%,rgba(11,121,201,.16),transparent 31%),
    linear-gradient(130deg,#fff 0%,#f5f9fc 64%,#eaf5fc 100%);
  box-shadow:var(--oi-shadow-md);
}
.oiac-archive-hero:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,var(--oi-orange),var(--oi-blue));
}
.oiac-archive-copy{position:relative;z-index:1;max-width:790px}
.oiac-archive-copy h1{
  margin:8px 0 15px!important;
  color:var(--oi-ink)!important;
  font-size:clamp(40px,4vw,62px)!important;
  font-weight:760!important;
  line-height:1!important;
  letter-spacing:-.052em!important;
  text-transform:none!important;
}
.oiac-archive-copy p{
  max-width:720px;
  margin:0!important;
  color:var(--oi-muted)!important;
  font-size:15px!important;
  line-height:1.65!important;
}
.oiac-archive-count{
  position:relative;
  z-index:1;
  display:flex;
  flex:0 0 auto;
  min-width:132px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:24px 25px;
  border:1px solid rgba(11,121,201,.16);
  border-radius:19px;
  background:rgba(255,255,255,.76);
  box-shadow:0 12px 28px rgba(18,44,65,.07);
  backdrop-filter:blur(10px);
}
.oiac-archive-count strong{color:var(--oi-blue-dark);font-size:40px;line-height:1;letter-spacing:-.05em}
.oiac-archive-count span{margin-top:7px;color:var(--oi-muted);font-size:9px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}

.oiac-section-tabs{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
  overflow-x:visible;
  margin:22px 0 32px;
  padding:2px 1px 8px;
  scrollbar-width:thin;
}
.oiac-section-tabs a{
  display:inline-flex;
  flex:0 0 auto;
  align-items:center;
  min-height:38px;
  padding:0 15px;
  border:1px solid #dce6ed;
  border-radius:999px;
  background:#fff;
  color:var(--oi-ink)!important;
  font-size:10.5px!important;
  font-weight:800!important;
  letter-spacing:.035em;
  box-shadow:0 5px 16px rgba(18,44,65,.035);
  transition:.2s ease;
}
.oiac-section-tabs a:hover{border-color:#b9d6e8;color:var(--oi-blue-dark)!important;transform:translateY(-1px)}
.oiac-section-tabs a.is-active{border-color:var(--oi-blue);background:var(--oi-blue);color:#fff!important;box-shadow:0 8px 20px rgba(11,121,201,.2)}
.oiac-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.oiac-archive-grid .oiac-card-media{aspect-ratio:16/9.7}
.oiac-archive-grid .oiac-card h3{font-size:clamp(19px,1.55vw,23px)!important}

@media(max-width:900px){
  .oiac-archive-hero{align-items:flex-start;flex-direction:column;min-height:0;padding:38px}
  .oiac-archive-count{align-items:flex-start;min-width:0;padding:16px 20px}
  .oiac-archive-count strong{font-size:30px}
  .oiac-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
  .oiac-section-shell{margin-top:18px}
  .oiac-archive-hero{gap:24px;padding:29px 23px;border-radius:20px}
  .oiac-archive-copy h1{font-size:36px!important}
  .oiac-archive-copy p{font-size:14px!important}
  .oiac-section-tabs{margin:17px 0 24px}
  .oiac-archive-grid{grid-template-columns:1fr;gap:17px}
}

/* Canonical category archives and legacy section pages (v1.4.2). */
body.oiac-section-refresh .oiac-template-area,
body.oiac-section-refresh .oiac-template-main{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
}
body.oiac-section-refresh .oiac-template-main>.oiac-shell{box-sizing:border-box!important}

/* One canonical navigation across header, section switcher and footer (v1.4.2). */
.oiac-section-tabs a{white-space:nowrap}
@media(max-width:760px){
  .oiac-section-tabs{flex-wrap:nowrap;overflow-x:auto}
}
