/* Custom styles for toggle switches */
.toggle-checkbox:checked {
  right: 0;
  border-color: #10b981;
}
.toggle-checkbox:checked + .toggle-label {
  background-color: #10b981;
}
.toggle-label {
  transition: all 0.3s ease;
}

/* Extra-small screens (7th size range handling) */
@media (max-width: 360px) {
  html {
    font-size: 14px;
  }
  .xxs-hide {
    display: none !important;
  }
}
/* Ultra-wide (additional 7th size range via media) */
@media (min-width: 1920px) {
  .ultra-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
