/* TFM v52.2 — premium dual-search masthead refinement.
   Central field = Intelligence. Utility/mobile trigger = Magazine editorial search. */

/* Utility-row Magazine search: low-chrome, editorial, deliberately distinct
   from the larger Intelligence search in the product row. */
.tfm42-utility-right{gap:11px}
.tfm53-magazine-search-trigger{
  display:grid!important;
  place-items:center;
  width:30px!important;
  height:30px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:2px!important;
  background:transparent!important;
  color:#282b30!important;
  box-shadow:none!important;
  transition:color .14s ease,background .14s ease!important;
}
.tfm53-magazine-search-trigger:hover{color:var(--tfm42-red)!important;background:#f7f7f8!important}
.tfm53-magazine-search-trigger svg{width:18px!important;height:18px!important;stroke-width:1.7!important}
.tfm53-utility-separator{display:block;width:1px;height:18px;background:#dfe2e5}

/* Intelligence search: wider, calmer and more legible. */
.tfm44-site-header .tfm42-universal-search{
  flex:0 1 520px;
  max-width:560px;
  min-width:330px;
  height:50px;
  border-color:#d2d6da;
  border-radius:3px;
  background:#fff;
}
.tfm44-site-header .tfm42-universal-search:focus-within{
  border-color:#8c9197;
  box-shadow:0 0 0 2px rgba(16,17,20,.035),inset 0 -2px var(--tfm42-red);
}
.tfm44-site-header .tfm42-search-icon{width:20px;height:20px;margin-left:16px;color:#202328}
.tfm44-site-header .tfm42-universal-search input[type=search]{
  height:46px!important;
  padding:0 14px!important;
  color:#191c20!important;
  font:500 14px/1.2 var(--tfm29-sans,var(--tfm-sans,Inter,sans-serif))!important;
  letter-spacing:-.005em!important;
}
.tfm44-site-header .tfm42-universal-search input::placeholder{color:#747a81;opacity:1}
.tfm44-site-header .tfm42-search-divider{height:26px;margin-left:4px;background:#d9dde1}
.tfm44-site-header .tfm42-universal-search select{
  flex-basis:88px;
  height:46px;
  padding:0 12px;
  color:#1e2125;
  font:700 11px/1 var(--tfm29-sans,var(--tfm-sans,Inter,sans-serif));
}
.tfm44-site-header .tfm42-universal-search kbd{display:none!important}

/* Magazine search overlay — editorial language and restrained newsroom cues. */
.tfm29-search-panel .tfm29-search-overline{color:#c8c9cb!important}
.tfm29-search-panel .tfm29-search-intro{max-width:820px}
.tfm29-search-panel .tfm29-search-intro h2{max-width:720px}
.tfm29-search-panel .tfm29-search-intro p{max-width:650px}
.tfm29-search-panel .tfm53-magazine-search-form{border-color:rgba(255,255,255,.30)!important;background:#0d0e10!important}
.tfm29-search-panel .tfm53-magazine-search-form:focus-within{border-color:rgba(255,255,255,.72)!important}
.tfm29-search-panel .tfm53-magazine-search-form .search-field::placeholder{color:#888c91!important;opacity:1!important}
.tfm29-search-panel .tfm29-live-heading:first-child span:first-child{letter-spacing:.12em}

/* Search result pages also use the Magazine-only form; keep hidden post_type
   semantically present without affecting the grid layout. */
.tfm53-magazine-search-form input[type=hidden]{display:none!important}

@media (max-width:1560px){
  .tfm44-site-header .tfm42-universal-search{flex-basis:435px;max-width:475px;min-width:290px}
}
@media (max-width:1360px){
  .tfm44-site-header .tfm42-universal-search{flex-basis:380px;max-width:420px;min-width:260px}
  .tfm44-site-header .tfm42-universal-search input[type=search]{font-size:13.5px!important}
}
@media (max-width:1180px){
  .tfm44-site-header .tfm42-universal-search{flex-basis:330px;max-width:360px;min-width:240px}
  .tfm44-site-header .tfm42-universal-search select{flex-basis:78px;padding-inline:9px;font-size:10.5px}
}
@media (max-width:1080px){
  .tfm53-magazine-search-trigger{display:none!important}
  .tfm53-utility-separator{display:none!important}
}
