/*
 * Last-minute promo styles
 * Applied globally across the Bayeux Shuttle theme.
 */

/* -------------------------------------------------------
   Calendar cell highlight
   ------------------------------------------------------- */
.ui-datepicker .is-last-minute a,
.ui-datepicker td.is-last-minute a {
    background-color: #f97316;
    color: #fff;
    border-radius: 50%;
}

/* -------------------------------------------------------
   Generic last-minute badge
   Used on calendar cells, single-tour.php, tour cards.
   ------------------------------------------------------- */
.badge-last-minute {
    display: inline-block;
    background-color: #f97316;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    vertical-align: middle;
    line-height: 1.25;
}

/* Slightly smaller inside calendar cells */
.ui-datepicker td .badge-last-minute {
    font-size: 0.6rem;
    padding: 1px 4px;
}

/* -------------------------------------------------------
   Price display when a promo is active
   ------------------------------------------------------- */
.price-original {
    text-decoration: line-through;
    color: #9ca3af;
    margin-right: 4px;
}

.price-discounted {
    color: #f97316;
    font-weight: 700;
}

/* -------------------------------------------------------
   nb-place span inside calendar cells
   ------------------------------------------------------- */
.nb-place {
    font-size: 0.65rem;
    line-height: 1;
    text-align: center;
    display: block;
}
