/* Voli Atlas — picker/pax/status condivisi (mobile-first, niente stili inline) */
.af-picker { font-size: .92rem; }
.af-head { display: flex; flex-direction: column; gap: .5rem; margin-bottom: .75rem; }
.af-origin { display: flex; flex-direction: column; gap: .25rem; margin: 0; }
.af-origin__label { font-size: .8rem; color: #667; }
.af-ac { position: relative; min-width: 0; width: 100%; }
.af-ac__list { position: absolute; z-index: 1050; left: 0; right: 0; top: calc(100% + 4px); margin: 0; padding: .25rem 0; list-style: none; background: #fff; border: 1px solid #dfe3ea; border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,.12); max-height: 280px; overflow-y: auto; }
.af-ac__item { display: flex; align-items: center; gap: .6rem; padding: .4rem .7rem; cursor: pointer; }
.af-ac__item:hover, .af-ac__item.is-active { background: #eef3ff; }
.af-ac__code { font-weight: 700; color: #1e3c72; font-size: .8rem; min-width: 2.6em; }
.af-ac__text { display: flex; flex-direction: column; min-width: 0; }
.af-ac__name { font-size: .9rem; }
.af-ac__meta { font-size: .75rem; color: #889; }
.af-ac__empty { padding: .4rem .7rem; color: #889; font-size: .85rem; }
.af-dates { display: flex; flex-wrap: wrap; gap: .4rem; }
.af-date { background: #f0f4ff; color: #1e3c72; border-radius: 999px; padding: .15rem .6rem; font-size: .8rem; }
.af-msg { padding: .5rem .75rem; border-radius: 8px; background: #f8f9fa; color: #556; font-size: .85rem; margin-bottom: .5rem; }
.af-msg--warn { background: #fff4e5; color: #8a4b00; }
.af-msg--info { background: #eef6ff; color: #1e3c72; }
.af-cols { display: flex; flex-direction: column; gap: .75rem; }
.af-col__title { margin: 0 0 .35rem; font-size: .9rem; color: #1e3c72; }
.af-flight { border: 1px solid #e3e7ee; border-radius: 10px; padding: .55rem .7rem; margin-bottom: .5rem; cursor: pointer; background: #fff; transition: border-color .15s, box-shadow .15s; }
.af-flight:hover, .af-flight:focus { border-color: #1e3c72; outline: none; box-shadow: 0 2px 10px rgba(30,60,114,.12); }
.af-flight.is-selected { border: 2px solid #f5a623; background: #fffaf0; }
.af-flight--late { opacity: .85; }
.af-flight--incompatible { display: none; }
.af-flight__leg { display: flex; gap: .5rem; align-items: baseline; padding: .15rem 0; }
.af-flight__tag { flex: 0 0 56px; font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; color: #889; }
.af-flight__main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: .25rem; }
.af-flight__route { font-size: 1rem; font-weight: 600; }
.af-flight__meta { color: #889; font-size: .8rem; }
.af-flight__foot { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; justify-content: space-between; border-top: 1px dashed #eef0f3; margin-top: .35rem; padding-top: .35rem; }
.af-flight__price { color: #1e3c72; font-weight: 600; }
.af-flight__total { color: #2e7d32; font-weight: 600; }
.af-badge { font-size: .72rem; border-radius: 999px; padding: .1rem .5rem; background: #eef0f3; color: #556; }
.af-badge--warn { background: #fff4e5; color: #8a4b00; }
.af-toggle-wrap { text-align: center; margin: .25rem 0 .5rem; }
.af-extras { border-top: 1px solid #eef0f3; padding-top: .6rem; margin-top: .4rem; }
.af-extras__title { font-size: .88rem; margin: 0 0 .25rem; color: #1e3c72; }
.af-extras__note { font-size: .78rem; color: #889; margin-bottom: .4rem; }
.af-extra { padding: .75rem 0; border-bottom: 1px solid #eef0f3; display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin: .35rem 0; }
.af-extra--off { opacity: .55; }
.af-extra__text { gap: .25rem; display: flex; flex-direction: column; min-width: 0; }
.af-extra__label { font-size: .9rem; }
.af-extra__price { font-size: .8rem; color: #2a5298; font-weight: 600; }
.af-extra--off .af-extra__price { color: #889; font-weight: 400; }
.af-stepper { display: inline-flex; align-items: center; border: 1px solid #ced4da; border-radius: 999px; overflow: hidden; flex: 0 0 auto; }
.af-stepper__btn { border: 0; background: #f6f8fb; color: #1e3c72; width: 34px; height: 32px; font-size: 1.1rem; line-height: 1; cursor: pointer; }
.af-stepper__btn:hover:not(:disabled) { background: #e9eef7; }
.af-stepper__btn:disabled { color: #bbc; cursor: default; }
.af-stepper__qty { min-width: 32px; text-align: center; font-weight: 600; font-size: .95rem; }
.af-summary { background: #f0f4ff; border-radius: 10px; padding: .6rem .8rem; margin-top: .6rem; }
.af-summary__legs { font-size: .85rem; color: #556; margin-top: .2rem; }
.af-summary__line { display: flex; flex-direction: column; gap: .3rem; }
.af-summary__total { gap: .75rem; align-items: baseline; display: flex; justify-content: space-between; margin-top: .25rem; }
.af-summary__note { font-size: .78rem; color: #556; margin-top: .3rem; }
.af-pax__row { border: 1px solid #e3e7ee; border-radius: 10px; padding: .5rem .75rem .6rem; margin-bottom: .6rem; }
.af-pax__legend { font-size: .85rem; font-weight: 600; color: #1e3c72; float: none; width: auto; padding: 0 .3rem; margin-bottom: .2rem; }
.af-pax__grid { display: grid; grid-template-columns: 1fr; gap: .4rem .6rem; }
.af-pax__field { display: flex; flex-direction: column; gap: .15rem; font-size: .8rem; color: #556; margin: 0; }
@media (min-width: 768px) {
  .af-cols--two { flex-direction: row; align-items: flex-start; }
  .af-cols--two .af-col { flex: 1 1 0; min-width: 0; }
  .af-origin { flex: 1; min-width: 220px; }
  .af-head { flex-wrap: wrap; flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .af-pax__grid { grid-template-columns: 1fr 1fr; }
}

.af-carrier { display: inline-flex; align-items: center; gap: .5rem; min-width: 0; }
.af-carrier-logo { width: 36px; height: 24px; object-fit: contain; flex: 0 0 auto; border-radius: 4px; background: #fff; }
#hdTsCarrier .af-carrier-logo { margin-right: .5rem; vertical-align: middle; }
