.tsh-mf {
  --tsh-mf-accent: var(--awb-color4, #0075a9);
  --tsh-mf-dark: var(--awb-color8, #263746);
  --tsh-mf-border: rgba(38, 55, 70, .16);
  width: 100%;
}
.tsh-mf__filter-panel { margin: 0 0 32px; padding: 26px; background: #f3f5f6; }
.tsh-mf__filter-heading { margin-bottom: 15px; color: var(--tsh-mf-dark); font-size: 18px; font-weight: 700; }
.tsh-mf__filters { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) auto; gap: 16px; align-items: end; }
.tsh-mf__field { display: flex; min-width: 0; flex-direction: column; gap: 7px; }
.tsh-mf__field > span { color: var(--tsh-mf-dark); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.tsh-mf__field select,
.tsh-mf__field input { width: 100%; min-height: 48px; margin: 0; padding: 10px 14px; border: 1px solid var(--tsh-mf-border); border-radius: 0; background: #fff; color: var(--tsh-mf-dark); font: inherit; box-shadow: none; }
.tsh-mf__field select:focus,
.tsh-mf__field input:focus { outline: 2px solid rgba(0,117,169,.25); border-color: var(--tsh-mf-accent); }
.tsh-mf__reset { min-height: 48px; padding: 10px 20px; border: 1px solid var(--tsh-mf-accent); background: var(--tsh-mf-accent); color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
.tsh-mf__reset:hover,
.tsh-mf__reset:focus-visible { filter: brightness(.9); }
.tsh-mf__count { margin: 0 0 18px; color: var(--tsh-mf-dark); font-size: 14px; opacity: .75; }
.tsh-mf__grid { display: grid; grid-template-columns: repeat(var(--tsh-mf-columns), minmax(0, 1fr)); gap: 22px; }
.tsh-mf__card { min-width: 0; margin: 0; }
.tsh-mf__card[hidden] { display: none !important; }
.tsh-mf__card-link { display: flex; height: 100%; min-height: 190px; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 28px 24px 22px; border: 1px solid var(--tsh-mf-border); background: #fff; color: var(--tsh-mf-dark); text-align: center; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.tsh-mf__card-link:hover,
.tsh-mf__card-link:focus-visible { transform: translateY(-3px); border-color: rgba(0,117,169,.55); box-shadow: 0 14px 34px rgba(18,44,62,.12); }
.tsh-mf__logo { display: flex; width: 100%; min-height: 98px; align-items: center; justify-content: center; }
.tsh-mf__logo img { display: block; width: auto; max-width: 100%; height: auto; max-height: 94px; object-fit: contain; }
.tsh-mf__fallback { font-size: 20px; font-weight: 700; }
.tsh-mf__title { font-size: 16px; font-weight: 700; line-height: 1.25; }
.tsh-mf__empty { margin: 28px 0 0; padding: 20px; border: 1px solid var(--tsh-mf-border); background: #f3f5f6; color: var(--tsh-mf-dark); text-align: center; }
@media (max-width: 1100px) { .tsh-mf__filters { grid-template-columns: repeat(2, minmax(0, 1fr)); } .tsh-mf__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) { .tsh-mf__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .tsh-mf__filter-panel { padding: 20px; } .tsh-mf__filters, .tsh-mf__grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .tsh-mf__card-link { transition: none; } }
