/* Solstitium v36.29 — eventi affidabili + check-in operativo */
#btn-annulla-evento.btn.warning {
  border-color: rgba(245, 158, 11, .42);
  background: rgba(245, 158, 11, .16);
  color: #ffe1a3;
}

.evento-agenda-card {
  cursor: pointer;
}

.evento-agenda-note,
.evento-agenda-menu {
  overflow-wrap: anywhere;
}

.sol-checkin-event-main small {
  display: block;
  margin-top: 4px;
  color: rgba(245, 238, 211, .72);
  line-height: 1.25;
}

@media (max-width: 768px) {
  #table-today-bookings {
    min-width: 860px;
  }

  .sol-checkin-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .lux-modal-footer {
    padding-bottom: calc(18px + env(safe-area-inset-bottom)) !important;
  }

  #btn-annulla-evento,
  #btn-elimina-evento {
    width: 100%;
  }
}
