/*
 Theme Name: BRW Child
 Template: tea
 Version: 1.0.0
 Description: Child theme для berealwith.ru — кастомный dropdown каталога
*/

/**
 * Кнопка «Корпоративным клиентам» — розовый фон, иконка подарка
 * Добавлено: 2026-03-25
 */
.head-tg a {
  background: #F0B4BB;
  border: 2px solid #F0B4BB;
  color: #0D0D0D;
}
.head-tg a:hover {
  background: #e8a0a8;
  border-color: #e8a0a8;
}
.head-tg a svg {
  display: none;
}

/**
 * Отзывы — выравнивание карточек
 * Добавлено: 2026-03-25
 */
.reviews-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.reviews-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.reviews-author {
  flex-shrink: 0;
}
.reviews-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
