/* Tablet: keine doppelten Schnellzugriffe · v=1782211254 */

.sidebar-guest-link {
  text-decoration: none;
}

@media (min-width: 760px) and (max-width: 1450px),
       (hover: none) and (pointer: coarse) and (min-width: 760px) {

  #tabletDashboardQuickActions {
    display: none !important;
  }

  .tablet-hide-action-card {
    display: none !important;
  }

  .sidebar-guest-link {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: inherit !important;
  }

  .sidebar-guest-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .sidebar-guest-text {
    font-weight: 800 !important;
  }

  /* Formular darf auf Tablet mehr Platz nehmen */
  form,
  .reservation-form,
  .guest-form {
    max-width: 100% !important;
  }

  input,
  select,
  textarea {
    box-sizing: border-box !important;
  }
}
