.psg-finder{margin:18px 0 22px;padding:22px;border:1px solid var(--psg-line);border-radius:20px;background:var(--psg-cream)}
.psg-finder-heading h3{margin:0 0 6px;color:var(--psg-blue);font-size:1.55rem}
.psg-finder-heading p{margin:0 0 14px;color:#52616d}
.psg-finder-search{position:relative;display:block}
.psg-finder .screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.psg-finder-input,.psg-directory-input{width:100%;min-height:54px;border:2px solid #d8d2c9;border-radius:15px;padding:13px 52px 13px 16px;background:#fff;color:var(--psg-blue);font:inherit;font-size:1rem}
.psg-finder-input:focus,.psg-directory-input:focus{border-color:var(--psg-orange);outline:3px solid rgba(242,140,40,.18)}
.psg-finder-search-mark{position:absolute;right:17px;top:50%;transform:translateY(-50%);font-size:1.15rem}
.psg-finder-results{display:grid;gap:10px;margin-top:12px}
.psg-finder-result{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:16px 18px;border:1px solid var(--psg-line);border-left:6px solid var(--psg-orange);border-radius:15px;background:#fff;color:var(--psg-blue)}
.psg-finder-result-copy strong{display:block;font-size:1.1rem;margin-bottom:3px}
.psg-finder-result-copy span{display:block;line-height:1.45;color:#52616d}
.psg-finder-result-copy small{display:block;margin-top:6px;color:#6a747c}
.psg-finder-result a{flex:0 0 auto}
.psg-finder-empty{padding:13px 15px;border-radius:13px;background:#fff;color:#52616d}
.psg-guide-start-card{min-height:102px}
.psg-guide-start-copy{display:block!important;min-width:0}
.psg-guide-start-copy strong{display:block;font-size:1.05rem;line-height:1.25}
.psg-guide-start-copy small{display:block;margin-top:7px;color:#68737c;font-size:.88rem;font-weight:600;line-height:1.4}
.psg-directory-link{margin-top:18px;text-align:center}
.psg-directory-search{margin:0 0 22px;padding:20px;border:1px solid var(--psg-line);border-radius:18px;background:var(--psg-cream)}
.psg-directory-search label strong{display:block;margin-bottom:9px;color:var(--psg-blue);font-size:1.15rem}
.psg-directory-count{margin:9px 0 0;color:#65717a}
.psg-directory-groups{display:grid;gap:22px}
.psg-directory-group{border:1px solid var(--psg-line);border-radius:22px;padding:22px;background:#fff;box-shadow:0 8px 24px rgba(14,35,53,.07)}
.psg-directory-group-heading{display:flex;justify-content:space-between;align-items:center;gap:18px;padding-bottom:16px;border-bottom:1px solid var(--psg-line)}
.psg-directory-group-heading h2{display:block!important;margin:2px 0 0;color:var(--psg-blue);font-size:1.6rem}
.psg-directory-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px}
.psg-directory-item{padding:16px 2px;border-bottom:1px solid var(--psg-line)}
.psg-directory-item h3{margin:0 0 5px;color:var(--psg-blue);font-size:1.15rem}
.psg-directory-item p{margin:0;line-height:1.5}
.psg-directory-synonyms{margin-top:6px!important;color:#66737c;font-size:.9rem}
.psg-directory-empty{padding:18px;border-radius:16px;background:var(--psg-cream)}
@media(max-width:700px){
  .psg-finder{padding:18px}
  .psg-finder-result,.psg-directory-group-heading{align-items:flex-start;flex-direction:column}
  .psg-directory-items{grid-template-columns:1fr}
}
