.shr-directory {
  --shr-border: #e8edf3;
  --shr-text: #172033;
  --shr-muted: #667085;
  --shr-soft: #f7f9fc;
  --shr-accent: #0b5bd3;
  --shr-columns: 3;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  color: var(--shr-text);
}
.shr-directory *, .shr-directory *::before, .shr-directory *::after { box-sizing: border-box; }
.shr-toolbar { display: grid; gap: 14px; margin: 0 0 18px; }
.shr-search-wrap { position: relative; max-width: 680px; }
.shr-search-icon { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); font-size: 22px; line-height: 1; color: #8a94a6; pointer-events: none; }
.shr-search { width: 100%; min-height: 48px; border: 1px solid var(--shr-border); border-radius: 12px; padding: 10px 14px 10px 43px; background: #fff; color: var(--shr-text); font-size: 15px; outline: none; box-shadow: 0 1px 2px rgba(16,24,40,.03); }
.shr-search:focus { border-color: var(--shr-accent); box-shadow: 0 0 0 3px rgba(11,91,211,.12); }
.shr-alpha { display: flex; flex-wrap: wrap; gap: 7px; }
.shr-alpha-btn { appearance: none; border: 1px solid var(--shr-border); background: #fff; color: #344054; border-radius: 8px; min-width: 35px; height: 35px; padding: 0 10px; font: inherit; font-size: 13px; font-weight: 650; cursor: pointer; }
.shr-alpha-btn:hover, .shr-alpha-btn:focus-visible { border-color: #b9c7db; }
.shr-alpha-btn.is-active { background: var(--shr-accent); border-color: var(--shr-accent); color: #fff; }
.shr-results-meta { color: var(--shr-muted); font-size: 13px; margin: 0 0 12px; }
.shr-grid { display: grid; grid-template-columns: repeat(var(--shr-columns), minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.shr-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 22px; background: #fff; border: 1px solid var(--shr-border); border-radius: 16px; box-shadow: 0 6px 24px rgba(16,24,40,.055); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; overflow: hidden; }
.shr-card:hover { transform: translateY(-2px); border-color: #dbe3ee; box-shadow: 0 10px 30px rgba(16,24,40,.085); }
.shr-card[hidden] { display: none !important; }
.shr-card-head { display: flex; align-items: center; gap: 15px; margin-bottom: 16px; }
.shr-logo-wrap { flex: 0 0 76px; width: 76px; height: 76px; min-width: 76px; min-height: 76px; border: 1px solid var(--shr-border); border-radius: 14px; background: #fff; position: relative; overflow: hidden; line-height: 0; }
.shr-logo-fallback { position: absolute; inset: 0; display: grid; place-items: center; margin: 0 !important; padding: 0 !important; font-size: 22px; line-height: 1 !important; font-weight: 800; letter-spacing: -.03em; color: #46556d; background: var(--shr-soft); }
.shr-directory .shr-logo-wrap > img.shr-logo { position: absolute !important; z-index: 1; top: 50% !important; left: 50% !important; right: auto !important; bottom: auto !important; transform: translate(-50%, -50%) !important; display: block !important; width: 86% !important; height: 72% !important; max-width: 86% !important; max-height: 72% !important; min-width: 0 !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; border: 0 !important; object-fit: contain !important; object-position: 50% 50% !important; background: #fff; vertical-align: middle !important; }
.shr-title-wrap { min-width: 0; flex: 1; }
.shr-title { margin: 0 !important; padding: 0 !important; color: var(--shr-text); font-size: 18px !important; line-height: 1.3 !important; font-weight: 760 !important; letter-spacing: -.015em; }
.shr-status { display: inline-flex; margin-top: 8px; padding: 5px 8px; border-radius: 999px; font-size: 11px; line-height: 1.35; font-weight: 700; }
.shr-status-special { color: #9b4a00; background: #fff4e5; border: 1px solid #ffdca8; }
.shr-about { color: #475467; font-size: 14px; line-height: 1.65; margin: 0 0 17px; }
.shr-about p { margin: 0 !important; }
.shr-contact { margin: 0 0 18px; padding: 0; display: grid; gap: 11px; }
.shr-contact-row { display: grid; grid-template-columns: 74px minmax(0, 1fr); gap: 10px; align-items: start; }
.shr-contact dt { margin: 0; color: #8a94a6; font-size: 12px; font-weight: 700; line-height: 1.55; }
.shr-contact dd { margin: 0; min-width: 0; color: #344054; font-size: 13px; line-height: 1.55; overflow-wrap: anywhere; }
.shr-contact a { color: var(--shr-accent); text-decoration: none; }
.shr-contact a:hover { text-decoration: underline; }
.shr-card-actions { margin-top: auto; padding-top: 2px; }
.shr-site-btn { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 40px; padding: 9px 13px; border: 1px solid #d9e3f2; border-radius: 10px; background: #f7faff; color: var(--shr-accent) !important; text-decoration: none !important; font-size: 13px; line-height: 1; font-weight: 700; }
.shr-site-btn:hover { background: #edf4ff; border-color: #c9daf2; }
.shr-no-results, .shr-empty { padding: 28px; border: 1px dashed var(--shr-border); border-radius: 14px; text-align: center; color: var(--shr-muted); background: var(--shr-soft); }
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
@media (max-width: 1100px) { .shr-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 700px) {
  .shr-grid { grid-template-columns: 1fr; gap: 14px; }
  .shr-card { padding: 18px; border-radius: 14px; }
  .shr-logo-wrap { flex-basis: 66px; width: 66px; height: 66px; min-width: 66px; min-height: 66px; }
  .shr-title { font-size: 16px !important; }
  .shr-contact-row { grid-template-columns: 65px minmax(0,1fr); }
}
