/* Lift Panama v0.4.3.6 — Tour selection guidance only */
.tour-selection-notice{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    gap:12px;
    align-items:center;
    margin:14px 0 2px;
    padding:13px 14px;
    border:1px solid #8fc4e7;
    border-radius:14px;
    background:linear-gradient(135deg,#eef8ff 0%,#f8fcff 100%);
    box-shadow:0 8px 22px rgba(15,70,111,.06);
}
.tour-selection-notice.hidden,
.tour-trip-gate.hidden{display:none!important}
.tour-selection-step{
    width:34px;height:34px;border-radius:50%;
    display:grid;place-items:center;
    background:#0b2d4f;color:#fff;
    font-size:14px;font-weight:950;
}
.tour-selection-copy{display:grid;gap:2px;min-width:0}
.tour-selection-copy strong{color:#0b2d4f;font-size:14px}
.tour-selection-copy span{color:#536d84;font-size:12px;line-height:1.45}
.tour-selection-required{
    padding:5px 8px;border-radius:999px;
    background:#fff2c9;color:#795400;
    border:1px solid #efd98c;
    font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.03em;
}

.tour-catalog-section.tour-selection-needed{
    border-color:#8fc4e7;
    box-shadow:0 0 0 3px rgba(69,148,201,.07);
}
.tour-catalog-section.tour-selection-needed .tour-card:not(.selected){
    border-color:#a8cde6;
}
.tour-catalog-section.tour-selection-needed .tour-card-badge{
    background:#0b5da8;color:#fff;
}

.tour-trip-gate{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    gap:12px;
    align-items:center;
    margin:0 0 12px;
    padding:13px 14px;
    border:1px solid #d8c27a;
    border-radius:14px;
    background:#fff9e9;
}
.tour-trip-gate-icon{
    width:36px;height:36px;border-radius:11px;
    display:grid;place-items:center;
    background:#0b2d4f;color:#fff;font-weight:950;
}
.tour-trip-gate div:nth-child(2){display:grid;gap:2px}
.tour-trip-gate strong{color:#193d5e;font-size:13px}
.tour-trip-gate span{color:#6d6c61;font-size:12px;line-height:1.4}
.tour-trip-gate button{
    min-height:38px;padding:0 13px;
    border:0;border-radius:10px;
    background:#0b5da8;color:#fff;
    font-weight:900;cursor:pointer;
}

.route-section.tour-selection-locked{
    opacity:.58;
    filter:saturate(.75);
}
.route-section.tour-selection-locked .route-field{
    background:#f7f9fb;
}
.route-section.tour-selection-locked input:disabled{
    cursor:not-allowed;
    color:#7d8c98;
    -webkit-text-fill-color:#7d8c98;
}
.route-section.tour-selection-locked #addStop:disabled{
    cursor:not-allowed;
    opacity:.55;
}

.itinerary-trip-price.tour-required strong{color:#9a6700}
.itinerary-trip-price.tour-required span{color:#9a6700;font-weight:900}
.itinerary-total-row.tour-action-required{
    border-color:#e4cb7a;
    background:linear-gradient(180deg,#fffdf5,#fff9e8);
}
.itinerary-total-row.tour-action-required .itinerary-total-amount strong{
    color:#8a6100;
}

@media(max-width:720px){
    .tour-selection-notice,
    .tour-trip-gate{grid-template-columns:auto minmax(0,1fr)}
    .tour-selection-required{grid-column:2;justify-self:start}
    .tour-trip-gate button{grid-column:1/-1;width:100%}
}
