/* Компактный T972 на телефоне */
@media screen and (max-width: 640px) {

  .t972__banner {
    padding: 16px 16px 12px !important;
    box-sizing: border-box !important;
    border-radius: 14px 14px 0 0 !important;
    max-height: calc(100dvh - 12px) !important;
    overflow-y: auto !important;
  }

  /* Заголовок */
  .t972__title {
    margin: 0 0 6px !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
  }

  /* Основной текст */
  .t972__text {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.32 !important;
  }

  /* Область с кнопками */
  .t972__buttons {
    margin-top: 12px !important;
  }

  /* Две основные кнопки в одну строку */
  .t972__buttons-wrap {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  .t972__accept-btn,
  .t972__reject-btn {
    width: 100% !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 8px !important;
    margin: 0 !important;
  }

  /* Кнопка «Настроить» */
  .t972__settings-btn {
    width: 100% !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 8px !important;
    margin: 6px 0 0 !important;
  }

  /* Текст всех кнопок */
  .t972__banner .t-btnflex__text {
    font-size: 14px !important;
    line-height: 1.1 !important;
  }
}