@charset "UTF-8";

body.theme-home.home-commercial .home-article-search {
  display: grid;
  grid-template-columns: minmax(250px, .68fr) minmax(420px, 1.55fr);
  gap: 18px 28px;
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid #cfd9e4;
  background: #f7faff;
  color: #132b4b;
}

body.theme-home.home-commercial .home-article-search__intro {
  align-self: center;
}

body.theme-home.home-commercial .home-article-search__intro > span {
  display: block;
  margin-bottom: 5px;
  color: #2456a0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

body.theme-home.home-commercial .home-article-search__intro h2 {
  margin: 0;
  color: #102844;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.12;
  letter-spacing: -.035em;
}

body.theme-home.home-commercial .home-article-search__intro p {
  max-width: 420px;
  margin: 8px 0 0;
  color: #5b6c80;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}

body.theme-home.home-commercial .home-article-search__form {
  align-self: center;
  min-width: 0;
}

body.theme-home.home-commercial .home-article-search__form > label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

body.theme-home.home-commercial .home-article-search__input-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 52px;
  border: 1px solid #b9c8d8;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}

body.theme-home.home-commercial .home-article-search__input-row:focus-within {
  border-color: #2456a0;
  box-shadow: 0 0 0 3px rgba(36, 86, 160, .12);
}

body.theme-home.home-commercial .home-article-search__input-row > span {
  color: #2456a0;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  transform: translateY(-1px);
}

body.theme-home.home-commercial .home-article-search__input-row input {
  width: 100%;
  min-width: 0;
  height: 50px;
  padding: 0 12px 0 2px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #172d49;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
}

body.theme-home.home-commercial .home-article-search__input-row input::placeholder {
  color: #8795a6;
  font-weight: 600;
}

body.theme-home.home-commercial .home-article-search__input-row button {
  min-width: 104px;
  min-height: 42px;
  margin-right: 4px;
  padding: 0 17px;
  border: 0;
  background: #173f76;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

body.theme-home.home-commercial .home-article-search__input-row button:hover,
body.theme-home.home-commercial .home-article-search__input-row button:focus-visible {
  background: #0e315f;
}

body.theme-home.home-commercial .home-article-search__examples {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
}

body.theme-home.home-commercial .home-article-search__examples > span {
  color: #718197;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

body.theme-home.home-commercial .home-article-search__examples button {
  min-height: 26px;
  padding: 3px 9px;
  border: 1px solid #cfd9e6;
  border-radius: 999px;
  background: #fff;
  color: #425a78;
  font: inherit;
  font-size: 10px;
  font-weight: 750;
  cursor: pointer;
}

body.theme-home.home-commercial .home-article-search__examples button:hover,
body.theme-home.home-commercial .home-article-search__examples button:focus-visible {
  border-color: #2456a0;
  color: #173f76;
}

body.theme-home.home-commercial .home-article-search__status {
  grid-column: 1 / -1;
  margin: -6px 0 0;
  color: #6a7b8e;
  font-size: 11px;
  font-weight: 700;
}

body.theme-home.home-commercial .home-article-search__status--sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

body.theme-home.home-commercial .home-article-search__results {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-top: 4px;
}

body.theme-home.home-commercial .home-article-search__results[hidden] {
  display: none;
}

body.theme-home.home-commercial .home-article-search__result {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 17px 18px;
  border: 1px solid #d4dee9;
  background: #fff;
}

body.theme-home.home-commercial .home-article-search__result-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 9px;
  margin-bottom: 9px;
  color: #2456a0;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.theme-home.home-commercial .home-article-search__result h3 {
  margin: 0;
  color: #122945;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.13;
  letter-spacing: -.02em;
}

body.theme-home.home-commercial .home-article-search__result p {
  display: -webkit-box;
  margin: 10px 0 15px;
  overflow: hidden;
  color: #55687e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.52;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

body.theme-home.home-commercial .home-article-search__result a {
  align-self: flex-start;
  margin-top: auto;
  color: #173f76;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

body.theme-home.home-commercial .home-article-search__result a:hover,
body.theme-home.home-commercial .home-article-search__result a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.theme-home.home-commercial .home-article-search__empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px;
  border: 1px dashed #c6d2df;
  background: #fff;
  color: #53667d;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

body.theme-home.home-commercial .home-article-search + .editorial-front {
  margin-top: 54px;
}

@media (max-width: 980px) {
  body.theme-home.home-commercial .home-article-search {
    grid-template-columns: 1fr;
  }

  body.theme-home.home-commercial .home-article-search__results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.theme-home.home-commercial .home-article-search {
    padding: 19px 16px;
  }

  body.theme-home.home-commercial .home-article-search__input-row {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  body.theme-home.home-commercial .home-article-search__input-row button {
    grid-column: 1 / -1;
    width: calc(100% + 2px);
    min-height: 42px;
    margin: 0 -1px -1px;
  }

  body.theme-home.home-commercial .home-article-search__results {
    grid-template-columns: 1fr;
  }
}

/* Compact article finder: the search stays available without reserving a full panel. */
body.theme-home.home-commercial .home-quick-tools .home-article-search {
  position: relative;
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr);
  align-items: center;
  gap: 0;
  min-height: 54px;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: #f7faff;
}

body.theme-home.home-commercial .home-quick-tools .home-article-search__intro {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7px 17px;
  border-right: 1px solid #cfd9e4;
}

body.theme-home.home-commercial .home-quick-tools .home-article-search__intro > span {
  margin-bottom: 2px;
  font-size: 8px;
}

body.theme-home.home-commercial .home-quick-tools .home-article-search__intro h2 {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -.025em;
}

body.theme-home.home-commercial .home-quick-tools .home-article-search__form {
  position: relative;
  align-self: center;
  min-width: 0;
  padding: 5px 6px;
}

body.theme-home.home-commercial .home-quick-tools .home-article-search__input-row {
  grid-template-columns: 34px minmax(0, 1fr) auto;
  min-height: 42px;
}

body.theme-home.home-commercial .home-quick-tools .home-article-search__input-row > span {
  font-size: 21px;
}

body.theme-home.home-commercial .home-quick-tools .home-article-search__input-row input {
  height: 40px;
  padding: 0 10px 0 1px;
  font-size: 13px;
}

body.theme-home.home-commercial .home-quick-tools .home-article-search__input-row button {
  min-width: 82px;
  min-height: 34px;
  margin-right: 3px;
  padding: 0 14px;
  font-size: 11px;
}

body.theme-home.home-commercial .home-quick-tools .home-article-search__examples {
  position: absolute;
  top: calc(100% + 4px);
  right: 6px;
  left: 6px;
  z-index: 46;
  min-height: 42px;
  margin: 0;
  padding: 7px 10px;
  visibility: hidden;
  border: 1px solid #cfd9e6;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 40, 68, .14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

body.theme-home.home-commercial .home-quick-tools .home-article-search__form:focus-within .home-article-search__examples {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.theme-home.home-commercial .home-quick-tools.is-search-active .home-article-search__form .home-article-search__examples {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
}

body.theme-home.home-commercial .home-quick-tools .home-article-search__results {
  grid-column: 1 / -1;
  padding: 14px;
  border-top: 1px solid #cfd9e4;
  background: #f7faff;
}

body.theme-home.home-commercial .home-quick-tools + .home-issue-picker {
  margin-top: 0;
}

body.theme-home.home-commercial .home-issue-picker + .editorial-front {
  margin-top: 48px;
}

@media (max-width: 1100px) {
  body.theme-home.home-commercial .home-quick-tools .home-article-search {
    grid-template-columns: 150px minmax(0, 1fr);
  }
}

@media (max-width: 820px) {
  body.theme-home.home-commercial .home-quick-tools .home-article-search {
    grid-template-columns: 124px minmax(0, 1fr);
    padding: 0;
  }

  body.theme-home.home-commercial .home-quick-tools .home-article-search__intro {
    padding: 7px 13px;
  }

  body.theme-home.home-commercial .home-quick-tools .home-article-search__results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  body.theme-home.home-commercial .home-quick-tools .home-article-search {
    grid-template-columns: 1fr;
  }

  body.theme-home.home-commercial .home-quick-tools .home-article-search__intro {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    white-space: nowrap;
  }

  body.theme-home.home-commercial .home-quick-tools .home-article-search__input-row {
    grid-template-columns: 30px minmax(0, 1fr) auto;
  }

  body.theme-home.home-commercial .home-quick-tools .home-article-search__input-row input {
    padding-right: 5px;
    font-size: 12px;
  }

  body.theme-home.home-commercial .home-quick-tools .home-article-search__input-row button {
    grid-column: auto;
    width: auto;
    min-width: 64px;
    min-height: 34px;
    margin: 0 3px 0 0;
    padding-inline: 9px;
  }

  body.theme-home.home-commercial .home-quick-tools .home-article-search__examples {
    right: 0;
    left: 0;
  }

  body.theme-home.home-commercial .home-quick-tools .home-article-search__results {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.theme-home.home-commercial .home-quick-tools .home-article-search__examples {
    transition-duration: .01ms;
  }
}

/* Topic search occupies the fourth cell of the shared single-row toolbar. */
body.theme-home.home-commercial .home-quick-tools--single-row .home-article-search__form{
  grid-column:4;
  align-self:stretch;
  display:flex;
  align-items:center;
  min-width:0;
  padding:5px 6px;
  background:#f7faff;
}
body.theme-home.home-commercial .home-quick-tools--single-row .home-article-search__input-row{width:100%}
body.theme-home.home-commercial .home-quick-tools--single-row .home-article-search__results{
  position:static;
  grid-column:1/-1;
  display:block;
  padding:22px;
  border:0;
  border-top:1px solid #c9d5e4;
  background:#f7faff;
  box-shadow:none;
}
body.theme-home.home-commercial .home-quick-tools--single-row .home-article-search__results[hidden]{display:none}
body.theme-home.home-commercial .home-article-search__results-head{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  margin-bottom:18px;padding-bottom:15px;border-bottom:1px solid #d7e0ec;
}
body.theme-home.home-commercial .home-article-search__results-head>div>span{
  color:#22529b;font-size:10px;font-weight:900;letter-spacing:.12em;
}
body.theme-home.home-commercial .home-article-search__results-head .home-article-search__status{
  position:static;width:auto;height:auto;margin:5px 0 0;padding:0;overflow:visible;
  clip:auto;border:0;color:#41556f;font-size:13px;font-weight:750;white-space:normal;
}
body.theme-home.home-commercial .home-article-search__results-head>button{
  flex:0 0 auto;min-height:38px;padding:0 14px;border:1px solid #aebed2;
  background:#fff;color:#173f76;font:inherit;font-size:12px;font-weight:850;cursor:pointer;
}
body.theme-home.home-commercial .home-article-search__results-head>button:hover,
body.theme-home.home-commercial .home-article-search__results-head>button:focus-visible{
  border-color:#204d88;background:#204d88;color:#fff;
}
body.theme-home.home-commercial .home-article-search__results-list{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 20px;
}
body.theme-home.home-commercial .home-quick-tools--single-row .home-article-search__result{
  display:grid;grid-template-columns:minmax(124px,34%) minmax(0,1fr);
  min-height:170px;padding:0;overflow:hidden;
}
body.theme-home.home-commercial .home-article-search__result-image{
  display:block;min-height:100%;overflow:hidden;background:#e9eef5;
}
body.theme-home.home-commercial .home-article-search__result-image img{
  display:block;width:100%;height:100%;min-height:170px;object-fit:cover;transition:transform .2s ease;
}
body.theme-home.home-commercial .home-article-search__result:hover .home-article-search__result-image img{transform:scale(1.025)}
body.theme-home.home-commercial .home-article-search__result-copy{
  display:flex;min-width:0;flex-direction:column;padding:16px;
}
body.theme-home.home-commercial .home-article-search__result-copy h3{font-size:16px}
body.theme-home.home-commercial .home-article-search__result-copy p{-webkit-line-clamp:3}
body.theme-home.home-commercial .home-article-search__result-copy>a{margin-top:auto}

@media(max-width:820px){
  body.theme-home.home-commercial .home-article-search__results-list{grid-template-columns:1fr}
}

@media(max-width:620px){
  body.theme-home.home-commercial .home-quick-tools--single-row .home-article-search__form{padding:3px 2px}
  body.theme-home.home-commercial .home-quick-tools--single-row .home-article-search__input-row{
    grid-template-columns:minmax(0,1fr) auto;
  }
  body.theme-home.home-commercial .home-quick-tools--single-row .home-article-search__input-row>span{display:none}
  body.theme-home.home-commercial .home-quick-tools--single-row .home-article-search__input-row input{
    min-width:0;padding-inline:4px;font-size:10.5px;
  }
  body.theme-home.home-commercial .home-quick-tools--single-row .home-article-search__input-row button{
    width:32px;min-width:32px;margin:0 2px 0 0;padding:0;font-size:0;
  }
  body.theme-home.home-commercial .home-quick-tools--single-row .home-article-search__input-row button>span{display:none}
  body.theme-home.home-commercial .home-quick-tools--single-row .home-article-search__input-row button::before{
    content:"⌕";font-size:15px;line-height:1;
  }
  body.theme-home.home-commercial .home-quick-tools--single-row .home-article-search__examples{
    right:0;left:auto;width:min(340px,calc(100vw - 50px));
  }
  body.theme-home.home-commercial .home-quick-tools--single-row .home-article-search__results{padding:14px}
  body.theme-home.home-commercial .home-article-search__results-head{align-items:flex-start}
  body.theme-home.home-commercial .home-article-search__results-head>button{
    min-height:34px;padding-inline:10px;font-size:10px;
  }
  body.theme-home.home-commercial .home-quick-tools--single-row .home-article-search__result{
    grid-template-columns:112px minmax(0,1fr);min-height:150px;
  }
  body.theme-home.home-commercial .home-article-search__result-image img{min-height:150px}
  body.theme-home.home-commercial .home-article-search__result-copy{padding:12px}
}
