/* Мобильная адаптация edinyicentrturizma.ru — 2026-05-16 */

/* Предотвращаем горизонтальный скролл */
body, #allrecords { overflow-x: hidden; }

/* ===== ТАБЛИЦА КРАСЦВЕТМЕТ — карточки на мобильном ===== */
@media (max-width: 760px) {
  .t123 div[style*="padding:0 40px"] {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .t123 table thead { display: none; }
  .t123 table,
  .t123 tbody,
  .t123 table tr,
  .t123 table td {
    display: block;
    width: 100% !important;
  }
  .t123 table tr {
    margin-bottom: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  .t123 table td {
    padding: 10px 14px !important;
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
    text-align: left !important;
    font-size: 14px;
    line-height: 1.6;
  }
  .t123 table td:last-child { border-bottom: none !important; }
  .t123 table td:before {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888;
    margin-bottom: 3px;
  }
  .t123 table td:nth-child(1):before { content: "Дата и время"; }
  .t123 table td:nth-child(2):before { content: "Маршрут"; }
  .t123 table td:nth-child(3):before { content: "Длительность"; }
  .t123 table td:nth-child(4):before { content: "Стоимость"; }
  .t123 table td:nth-child(5):before { content: "Контакты"; }
}

/* ===== ОБЩИЕ УЛУЧШЕНИЯ ===== */
@media (max-width: 640px) {
  img { max-width: 100% !important; height: auto !important; }
  iframe { max-width: 100% !important; }
  .t-btn { min-height: 44px !important; }
  a[href^="mailto"] { word-break: break-all; }
  .t-col { min-width: 0; }
}