/* Cloud HA Admin UI - stili minimi complementari a Bootstrap */
body { font-size: 0.95rem; }
main.container-fluid { max-width: 1400px; }

table code { white-space: nowrap; }
.navbar-brand .text-warning { letter-spacing: 0.04em; }

.card .table { border-radius: 0.5rem; overflow: hidden; }

.font-monospace { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }

pre { background: #f8f9fa; padding: .5rem; border-radius: .375rem; max-height: 400px; overflow: auto; }

.htmx-indicator { display: none; opacity: 0.6; }
.htmx-request .htmx-indicator { display: inline-block; }
.htmx-request.htmx-indicator { display: inline-block; }

/* Multi-select filter dropdown (inventory OTA) */
.filter-ms .filter-ms-btn {
  min-width: 8.5rem;
  text-align: left;
}
.filter-ms-menu {
  min-width: 11rem;
  max-height: 16rem;
  overflow-y: auto;
}
.filter-ms-menu .form-check {
  margin-bottom: 0.35rem;
}
.filter-ms-menu .form-check:last-child {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  main.container-fluid { padding-inline: 0.5rem; }
  .display-6 { font-size: 1.6rem; }
}
