/* WellVet — единый стиль сайта well-vet.ru (инжект через nginx sub_filter).
   1) Блок «Отзывы доноров» (t730 в t-cover): убираем огромную фикс-высоту cover и лишние отступы.
   2) Типографический стандарт для стандартных Tilda-блоков (zero-блоки — отдельно, поблочно). */

/* ===== 1. Отзывы доноров — убрать огромные отступы сверху/снизу ===== */
.t730 .t-cover,
.t730 .t-cover__carrier,
.t730 .t-cover__wrapper { height: auto !important; min-height: 0 !important; }
.t730 .t-cover__filter { min-height: 0 !important; }
.t-rec:has(.t730) { padding-top: 28px !important; padding-bottom: 28px !important; }
.t730__wrapper { padding-top: 20px !important; padding-bottom: 20px !important; }

/* ===== 2. Единый типографический стандарт (Montserrat) ===== */
.t-title_xl { font-size: 42px !important; line-height: 1.15 !important; font-weight: 700 !important; }
.t-title_lg { font-size: 32px !important; line-height: 1.2  !important; font-weight: 700 !important; }
.t-title_md { font-size: 24px !important; line-height: 1.25 !important; font-weight: 700 !important; }
.t-title_sm { font-size: 20px !important; line-height: 1.3  !important; font-weight: 600 !important; }
.t-title_xs { font-size: 19px !important; line-height: 1.3  !important; font-weight: 600 !important; }
.t-text     { font-size: 17px !important; line-height: 1.6  !important; }
.t-descr_xl { font-size: 20px !important; line-height: 1.5 !important; }
.t-descr_lg { font-size: 18px !important; line-height: 1.55 !important; }
.t-descr_md, .t-descr { font-size: 17px !important; line-height: 1.6 !important; }
.t-descr_sm { font-size: 15px !important; line-height: 1.5 !important; }

@media (max-width: 640px) {
  .t-title_xl { font-size: 29px !important; }
  .t-title_lg { font-size: 24px !important; }
  .t-title_md { font-size: 20px !important; }
  .t-title_sm, .t-title_xs { font-size: 18px !important; }
  .t-text, .t-descr_md, .t-descr { font-size: 16px !important; }
}
