.azv2-page :where(time, small, strong, [data-azv2-status], [class*="count"], [class*="date"]) {
  font-family: var(--font-numeric);
  font-variant-numeric: tabular-nums;
}

.azv2-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.azv2-page__panel {
  background: #ffffff;
  border: 1px solid rgba(20, 35, 58, 0.1);
  border-radius: 12px;
  box-shadow: 0 18px 38px rgba(14, 40, 64, 0.08);
}

.azv2-page__panel {
  padding: 24px;
}

.azv2-page__tools {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
}

.azv2-page__search {
  display: grid;
  gap: 7px;
}

.azv2-page__search label {
  color: #14233a;
  font-weight: 800;
}

.azv2-page__search input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: #14233a;
  background: #ffffff;
  border: 1px solid rgba(20, 35, 58, 0.18);
  border-radius: 8px;
  font: inherit;
}

.azv2-page__search input:focus-visible {
  border-color: #0092bf;
  box-shadow: 0 0 0 4px rgba(0, 146, 191, 0.12);
}

.azv2-page__letters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.azv2-page__letters button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 10px;
  color: #4d4d4d;
  background: #f4f8fb;
  border: 1px solid rgba(20, 35, 58, 0.08);
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.azv2-page__letter-all {
  min-width: 92px;
}

.azv2-page__letters button:hover,
.azv2-page__letters button:focus-visible,
.azv2-page__letters button.is-active {
  color: #ffffff;
  background: #007fa6;
  border-color: #007fa6;
}

.azv2-page__search-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding: 18px;
  color: #ffffff;
  background: #007fa6;
  border-radius: 10px;
}

.azv2-page__search-callout h2 {
  margin: 0 0 4px;
  font-size: 1.05rem;
  font-weight: 800;
}

.azv2-page__search-callout p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.azv2-page__search-callout a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 16px;
  color: #004a6a;
  background: #ffffff;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.azv2-page__search-callout a:hover,
.azv2-page__search-callout a:focus-visible {
  color: #004a6a;
  background: #b7eef0;
}

.azv2-page__status {
  margin: 0 0 18px;
  color: #526173;
  font-size: 0.92rem;
}

.azv2-page__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.azv2-page__list li {
  min-width: 0;
}

.azv2-page__list a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 12px;
  min-height: 62px;
  padding: 12px 14px 12px 38px;
  color: #14233a;
  background: #ffffff;
  border: 1px solid rgba(20, 35, 58, 0.08);
  border-radius: 10px;
    font-size:1rem;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.azv2-page__list a::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 16px;
  width: 8px;
  height: 8px;
  background: #0092bf;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(0, 146, 191, 0.12);
}

.azv2-page__list a:hover,
.azv2-page__list a:focus-visible {
  color: #004a6a;
  background: #eef8fb;
  border-color: rgba(0, 146, 191, 0.22);
  box-shadow: 0 10px 22px rgba(14, 40, 64, 0.07);
}

.azv2-page__list span {
  min-width: 0;
  font-weight: 600;
  line-height: 1.55;
}

.azv2-page__list em {
  grid-column: 1 / 2;
  color: #6f7072;
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
}

.azv2-page__list strong {
  align-self: center;
  grid-column: 2 / 3;
  grid-row: 1 / span 2;
  padding: 5px 8px;
  color: #004a6a;
  background: #f4f8fb;
  border: 1px solid rgba(0, 146, 191, 0.14);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.azv2-page__empty {
  margin: 18px 0 0;
  padding: 18px;
  color: #526173;
  background: #ffffff;
  border: 1px dashed rgba(20, 35, 58, 0.2);
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .azv2-page__layout {
    grid-template-columns: 1fr;
  }

  .azv2-page__letters {
    gap: 8px;
  }

  .azv2-page__letters button {
    min-width: 48px;
    min-height: 48px;
    padding-inline: 14px;
    font-size: 1.06rem;
  }

  .azv2-page__letter-all {
    min-width: 104px;
  }
}

@media (max-width: 767.98px) {
  .azv2-page__panel {
    padding: 16px;
  }

  .azv2-page__search-callout {
    flex-direction: column;
    align-items: stretch;
  }

  .azv2-page__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479.98px) {
  .azv2-page__list a {
    grid-template-columns: 1fr;
  }

  .azv2-page__list strong {
    justify-self: start;
    grid-column: 1;
    grid-row: auto;
  }
}
