.avp-directory {
--avp-accent: #2876c8;
--avp-accent-dark: #165fa8;
--avp-text: #182235;
--avp-muted: #697386;
--avp-border: #dce3ec;
--avp-soft: #f6f8fb;
--avp-card: #ffffff;
width: 100%;
color: var(--avp-text);
box-sizing: border-box;
}
.avp-directory *, .avp-directory *::before, .avp-directory *::after { box-sizing: border-box; }
.avp-controls { margin-bottom: 22px; }
.avp-search-wrap { position: relative; max-width: 620px; margin: 0 0 16px; }
.avp-search {
width: 100%; min-height: 52px; padding: 11px 52px 11px 48px;
border: 1px solid var(--avp-border); border-radius: 12px; background: #fff;
color: var(--avp-text); font: inherit; font-size: 15px; outline: none;
transition: border-color .16s ease, box-shadow .16s ease;
}
.avp-search:focus { border-color: #7eacd9; box-shadow: 0 0 0 3px rgba(40,118,200,.10); }
.avp-search-icon { position: absolute; left: 17px; top: 50%; width: 17px; height: 17px; border: 2px solid #7b8494; border-radius: 50%; transform: translateY(-58%); pointer-events: none; }
.avp-search-icon::after { content: ''; position: absolute; right: -6px; bottom: -4px; width: 7px; height: 2px; border-radius: 2px; background: #7b8494; transform: rotate(45deg); }
.avp-search-clear { position: absolute; right: 9px; top: 50%; width: 36px; height: 36px; transform: translateY(-50%); border: 0; border-radius: 8px; background: transparent; color: #697386; font-size: 25px; line-height: 1; cursor: pointer; }
.avp-search-clear:hover, .avp-search-clear:focus-visible { background: var(--avp-soft); color: var(--avp-text); outline: none; }
.avp-filter-group { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 16px; }
.avp-filter { display: inline-flex; align-items: center; gap: 7px; min-height: 39px; padding: 8px 13px; border: 1px solid var(--avp-border); border-radius: 999px; background: #fff; color: #3b4558; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease; }
.avp-filter:hover { border-color: #b9c5d6; transform: translateY(-1px); }
.avp-filter.is-active { background: var(--avp-accent); border-color: var(--avp-accent); color: #fff; }
.avp-filter span { display: inline-grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; background: var(--avp-soft); color: #5a6577; font-size: 12px; font-weight: 800; }
.avp-filter.is-active span { background: rgba(255,255,255,.18); color: #fff; }
.avp-az { display: flex; flex-wrap: wrap; gap: 6px; padding: 12px; border: 1px solid var(--avp-border); border-radius: 12px; background: var(--avp-soft); }
.avp-letter { min-width: 34px; height: 34px; padding: 0 8px; border: 1px solid transparent; border-radius: 8px; background: transparent; color: #3d4759; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.avp-letter-all { min-width: 48px; }
.avp-letter:hover:not(:disabled), .avp-letter:focus-visible:not(:disabled) { border-color: #c9d3e1; background: #fff; outline: none; }
.avp-letter.is-active { background: #fff; border-color: #c5d3e5; color: var(--avp-accent-dark); box-shadow: 0 1px 2px rgba(23,32,51,.06); }
.avp-letter:disabled { color: #bbc2cd; cursor: not-allowed; }
.avp-control-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 12px; }
.avp-result-count { color: var(--avp-muted); font-size: 14px; font-weight: 700; }
.avp-result-count-fixed { margin: 0 0 14px; }
.avp-reset { border: 0; background: transparent; color: var(--avp-accent-dark); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.avp-reset:hover, .avp-reset:focus-visible { color: var(--avp-text); outline: none; }
.avp-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.avp-card { display: flex; min-width: 0; min-height: 238px; height: 100%; flex-direction: column; padding: 21px; border: 1px solid var(--avp-border); border-radius: 14px; background: var(--avp-card); box-shadow: 0 5px 18px rgba(23,32,51,.045); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.avp-card:hover { transform: translateY(-2px); border-color: #c8d4e4; box-shadow: 0 10px 28px rgba(23,32,51,.08); }
.avp-card.is-featured { border-color: #bfd4ea; box-shadow: 0 7px 22px rgba(40,118,200,.075); }
.avp-card[hidden] { display: none !important; }
.avp-card-head { display: flex; align-items: flex-start; gap: 13px; }
.avp-initial { flex: 0 0 42px; display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; background: #eef4fc; color: var(--avp-accent-dark); font-size: 17px; font-weight: 900; line-height: 1; }
.avp-card-heading { min-width: 0; flex: 1; }
.avp-card-title-row { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.avp-card-title { margin: 0 0 5px !important; padding: 0 !important; border: 0 !important; color: var(--avp-text) !important; font-size: 20px !important; line-height: 1.28 !important; font-weight: 800 !important; text-transform: none !important; }
.avp-card-title::before, .avp-card-title::after { display: none !important; }
.avp-featured-badge { display: inline-flex; align-items: center; min-height: 22px; margin-bottom: 5px; padding: 2px 7px; border-radius: 999px; background: #fff2c6; color: #765000; font-size: 10px; line-height: 1.2; font-weight: 800; }
.avp-card-categories { color: var(--avp-muted); font-size: 12px; line-height: 1.45; font-weight: 700; }
.avp-card-description { margin: 17px 0 19px !important; color: #4d586b; font-size: 14px; line-height: 1.65; }
.avp-card-description-empty { color: #8992a2; }
.avp-affiliate-label { margin: auto 0 8px; color: #7a6888; font-size: 10px; line-height: 1.3; font-weight: 700; }
.avp-card-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding: 12px 14px; border: 1px solid #cbd9eb; border-radius: 10px; background: #f7faff; color: var(--avp-accent-dark) !important; font-size: 14px; line-height: 1.3; font-weight: 800; text-decoration: none !important; box-shadow: none !important; transition: background .16s ease, border-color .16s ease, color .16s ease; }
.avp-affiliate-label + .avp-card-link { margin-top: 0; }
.avp-card-link:hover, .avp-card-link:focus-visible { border-color: var(--avp-accent); background: #eef5ff; color: var(--avp-accent-dark) !important; outline: none; }
.avp-arrow { font-size: 18px; line-height: 1; transition: transform .16s ease; }
.avp-card-link:hover .avp-arrow { transform: translateX(3px); }
.avp-empty, .avp-empty-standalone { margin: 18px 0 0; padding: 22px; border: 1px dashed #cbd5e2; border-radius: 12px; background: #fafbfd; color: var(--avp-muted); text-align: center; font-weight: 700; }
@media (max-width: 960px) { .avp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) {
.avp-grid { grid-template-columns: 1fr; gap: 14px; }
.avp-card { min-height: 0; padding: 18px; }
.avp-az { padding: 10px; gap: 5px; }
.avp-letter { min-width: 32px; height: 32px; padding: 0 7px; }
.avp-search { min-height: 50px; }
.avp-control-footer { align-items: flex-start; flex-direction: column; }
} .avp-search-wrap-top { max-width: none; margin-bottom: 24px; }
.avp-featured-section { margin: 0 0 28px; padding: 22px; border: 1px solid var(--avp-border); border-radius: 15px; background: var(--avp-soft); }
.avp-featured-section[hidden] { display: none !important; }
.avp-section-heading { margin: 0 0 17px; }
.avp-section-heading h3 { margin: 0 0 5px !important; padding: 0 !important; border: 0 !important; color: var(--avp-text) !important; font-size: 21px !important; line-height: 1.3 !important; font-weight: 850 !important; text-transform: none !important; }
.avp-section-heading h3::before, .avp-section-heading h3::after { display: none !important; }
.avp-section-heading p { margin: 0 !important; color: var(--avp-muted); font-size: 14px; line-height: 1.55; }
.avp-featured-grid .avp-card { background: #fff; }
.avp-hash-anchor { display: block; width: 0; height: 0; overflow: hidden; scroll-margin-top: 120px; }
.avp-active-filter { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px; padding: 8px 10px 8px 13px; border: 1px solid #c9d7e8; border-radius: 999px; background: #f3f7fc; color: #35445a; font-size: 13px; line-height: 1.3; font-weight: 700; }
.avp-active-filter[hidden] { display: none !important; }
.avp-active-filter strong { color: var(--avp-accent-dark); }
.avp-active-filter button { display: inline-grid; place-items: center; width: 26px; height: 26px; padding: 0; border: 0; border-radius: 50%; background: #fff; color: #526075; font: inherit; font-size: 18px; line-height: 1; cursor: pointer; }
.avp-active-filter button:hover, .avp-active-filter button:focus-visible { color: var(--avp-text); outline: 2px solid rgba(40,118,200,.18); }
.avp-load-more-wrap { display: flex; justify-content: center; margin-top: 24px; }
.avp-load-more-wrap[hidden] { display: none !important; }
.avp-load-more { min-width: 230px; min-height: 46px; padding: 11px 20px; border: 1px solid #bfd0e4; border-radius: 10px; background: #fff; color: var(--avp-accent-dark); font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; transition: background .16s ease, border-color .16s ease, transform .16s ease; }
.avp-load-more:hover, .avp-load-more:focus-visible { border-color: var(--avp-accent); background: #f2f7fd; transform: translateY(-1px); outline: none; }
.avp-load-more:disabled { opacity: .55; cursor: wait; transform: none; }
.avp-directory.is-loading .avp-grid[data-avp-grid] { opacity: .62; transition: opacity .15s ease; }
@media (max-width: 620px) {
.avp-featured-section { padding: 16px; }
.avp-load-more { width: 100%; }
} .avp-featured-standalone .avp-featured-section { margin-bottom: 0; }