.c-universal-acc {
  display: grid;
  gap: 0.85rem;
  margin: 0.25rem 0 0.5rem;
}

.c-universal-acc__bot {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 102, 204, 0.08), rgba(0, 168, 150, 0.08));
  border: 1px solid rgba(0, 102, 204, 0.15);
}

.c-universal-acc__bot-avatar {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--brand, #0066cc);
  color: #fff;
  font-size: 0.9rem;
}

.c-universal-acc__bot-text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--text, #1a1a2e);
}

.c-universal-acc__location-label {
  display: grid;
  gap: 0.35rem;
  font-weight: 600;
  font-size: 0.88rem;
}

.c-universal-acc__location-label input {
  font-weight: 400;
}

.c-universal-acc__help {
  font-weight: 400;
  color: var(--text-muted, #5c6478);
  font-size: 0.8rem;
  line-height: 1.4;
}

.c-universal-acc__panel {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
  padding: 0.75rem;
  max-height: min(58vh, 520px);
  overflow: auto;
}

.c-universal-acc__summary {
  margin: 0 0 0.65rem;
  font-size: 0.84rem;
  color: var(--text-muted, #5c6478);
}

.c-universal-acc__summary strong {
  color: var(--text, #1a1a2e);
}

.c-universal-acc__status {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 0.5rem;
  font-size: 0.88rem;
  color: var(--text-muted, #5c6478);
}

.c-universal-acc__status i {
  color: var(--brand, #0066cc);
  font-size: 1.1rem;
}

.c-universal-acc__sections {
  display: grid;
  gap: 0.45rem;
}

.c-universal-acc__section {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  overflow: hidden;
  background: #fafbfc;
}

.c-universal-acc__section[open] {
  background: #fff;
  border-color: rgba(0, 102, 204, 0.18);
}

.c-universal-acc__section-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 0.85rem;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.c-universal-acc__section-head::-webkit-details-marker {
  display: none;
}

.c-universal-acc__section-head > i:first-child {
  flex: 0 0 1.35rem;
  width: 1.35rem;
  text-align: center;
  font-size: 1rem;
  color: var(--brand, #0066cc);
}

.c-universal-acc__section-head span {
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 0.1rem;
}

.c-universal-acc__section-head strong {
  font-size: 0.9rem;
  line-height: 1.25;
}

.c-universal-acc__section-head small {
  font-size: 0.76rem;
  color: var(--text-muted, #5c6478);
}

.c-universal-acc__chevron {
  font-size: 0.75rem;
  color: var(--text-muted, #5c6478);
  transition: transform 0.2s ease;
}

.c-universal-acc__section[open] .c-universal-acc__chevron {
  transform: rotate(180deg);
}

.c-universal-acc__section-body {
  display: grid;
  gap: 0.25rem;
  padding: 0 0.55rem 0.55rem;
}

.c-universal-acc__option {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  width: 100%;
  text-align: left;
  padding: 0.55rem 0.65rem;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  font: inherit;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.c-universal-acc__option:hover,
.c-universal-acc__option:focus-visible {
  background: rgba(0, 102, 204, 0.06);
  border-color: rgba(0, 102, 204, 0.15);
  outline: none;
}

.c-universal-acc__option > i {
  flex: 0 0 1.1rem;
  margin-top: 0.15rem;
  color: var(--brand, #0066cc);
}

.c-universal-acc__option span {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}

.c-universal-acc__option strong {
  font-size: 0.86rem;
  line-height: 1.3;
}

.c-universal-acc__option small {
  font-size: 0.74rem;
  color: var(--text-muted, #5c6478);
}

.c-universal-acc__stars {
  font-style: normal;
  color: #e6a700;
  margin-left: 0.25rem;
}

.c-universal-acc__option--link strong::after {
  content: ' ↗';
  font-size: 0.75em;
  opacity: 0.7;
}

.c-universal-acc__empty {
  margin: 0;
  padding: 0.5rem;
  font-size: 0.8rem;
  color: var(--text-muted, #5c6478);
}

.c-programa-needs-form__fieldset--universal-acc {
  border: none;
  padding: 0;
  margin: 0.5rem 0 0;
}

.c-programa-needs-form__fieldset--universal-acc legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.c-universal-acc--minimal {
  gap: 0;
  margin: 0;
  min-height: 0;
}

.c-universal-acc--minimal .c-universal-acc__panel[hidden] {
  display: none;
}

.c-programa-needs-form__picker-slot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: 0;
}

.c-programa-needs-form--hotel-universal .c-programa-needs-field--hotel .c-location-ac__panel {
  display: none !important;
}

.c-programa-needs-form--hotel-universal [data-hotel-destination-trigger="1"] {
  cursor: text;
}

.page-programa-viaje .c-modal .c-universal-acc__panel {
  z-index: 2;
}

@media (max-width: 640px) {
  .c-universal-acc__panel {
    max-height: 50vh;
  }
}

.c-universal-acc--compact {
  gap: 0.55rem;
  margin-top: 0.35rem;
}

.c-universal-acc--compact .c-universal-acc__bot {
  padding: 0.55rem 0.7rem;
}

.c-universal-acc--compact .c-universal-acc__bot-text {
  font-size: 0.84rem;
}

.c-universal-acc-host {
  width: 100%;
}

.c-search-panel[data-panel="alojamiento"] .c-universal-acc-host {
  grid-column: 1 / -1;
  margin-top: 0.25rem;
}

.c-route-list__input--destination .c-universal-acc-host {
  margin-top: 0.35rem;
}

.c-universal-acc-host--map-panel {
  margin: 0.5rem 0 0.75rem;
}

.c-universal-acc-host--map-panel .c-universal-acc__panel {
  max-height: min(42vh, 380px);
}

.page-dashboard .c-search-panel[data-panel="alojamiento"] .c-location-ac__panel {
  z-index: 1200;
}

.c-universal-acc__panel--floating {
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(0, 102, 204, 0.2);
  overflow: auto;
}

.page-dashboard .c-universal-acc__panel--floating,
.page-travel-map .c-universal-acc__panel--floating,
.page-programa-viaje .c-universal-acc__panel--floating {
  z-index: 1600 !important;
}

.page-travel-map .c-universal-acc__panel {
  max-height: min(48vh, 420px);
}

.c-location-ac__type-pill {
  display: inline-block;
  padding: 0.06rem 0.45rem;
  border-radius: 999px;
  background: rgba(0, 102, 204, 0.1);
  color: var(--brand, #0066cc);
  font-weight: 600;
  font-size: 0.78em;
  margin-right: 0.2rem;
  vertical-align: baseline;
}

.c-location-ac__hint--more {
  font-size: 0.82rem;
  color: var(--text-muted, #5c6370);
  padding: 0.55rem 0.85rem;
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
}

.c-location-ac__region--hotels {
  background: #f8fafc;
  border-top: 1px solid #dbe3ea;
  padding: 0.55rem 0.85rem 0.35rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--brand, #0066cc);
  list-style: none;
  pointer-events: none;
}

.c-location-ac__group-head--cities {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #e8f4fc;
}

.c-location-ac__hint--loading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.85rem;
  font-size: 0.86rem;
  color: #64748b;
  list-style: none;
}
