/* Фиксированный крестик закрытия */
.t-popup__close {
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  z-index: 9999 !important;
}

/* Стили для popup */
.delivery-popup {
  padding: 60px 20px 20px;
  max-height: 80vh;
  overflow-y: auto;
}

.delivery-popup .logo {
  text-align: center;
  margin-bottom: 20px;
}

.delivery-popup h2 {
  text-align: center;
  margin-bottom: 30px;
}

/* Таблица */
.delivery-table {
  width: 100%;
  border-collapse: collapse;
}

.delivery-table td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.delivery-table td:first-child {
  font-weight: bold;
}

.delivery-table td:last-child {
  text-align: right;
  color: #e65100;
}