/* Patch 06 — возвращаем районы без фотографий и обычные карточки доверия */

.clean-districts a,
.districts-grid-v5 a {
  min-height: 92px !important;
  color: #181a20 !important;
  background: linear-gradient(135deg, #fff, #fff4f1) !important;
  border: 1px solid var(--border) !important;
  align-items: end;
}

.clean-districts a:hover,
.districts-grid-v5 a:hover {
  color: var(--primary) !important;
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.clean-districts a::before,
.clean-districts a::after,
.districts-grid-v5 a::before,
.districts-grid-v5 a::after {
  display: none !important;
}

.hero-trust-cards b {
  font-size: 26px;
  letter-spacing: 0;
}
