/**
 * B2C customer-facing page styles.
 *
 * Static CSS extracted from inline style="..." attributes in B2C templates,
 * cells, and elements. Registered globally in templates/layout/default.php so
 * that View Cells (which render in their own View instance) are covered too.
 */

/* Reviews/write.php, others: hidden block toggled by JS */
.b2c-hidden {
    display: none;
}

/* Reviews/write.php: submit row hidden until a rating is chosen */
.b2c-hidden-important {
    display: none !important;
}

/* Transfers/search.php: vehicle thumbnail */
.b2c-vehicle-thumb {
    max-height: 110px;
    object-fit: contain;
}

/* Destinations/view.php: hero band background */
.b2c-destination-hero-bg {
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
}

/* Destinations/view.php: constrained lead description width */
.b2c-max-w-760 {
    max-width: 760px;
}

/* Marketing/unsubscribe.php: large status icon */
.b2c-status-icon {
    font-size: 48px;
}

/* element/booking_order_summary.php: points-discount row colour */
.b2c-points-discount-row {
    color: #4caf50;
}

/* element/transfers/confirmation_block.php: vehicle thumbnail */
.b2c-confirm-vehicle-thumb {
    width: 90px;
    height: 60px;
    object-fit: cover;
}

/* cell/DestinationsBlock/landing.php: round carousel nav button */
.b2c-carousel-nav-btn {
    width: 36px;
    height: 36px;
}

/* cell/DestinationsBlock/landing.php: carousel viewport */
.b2c-carousel-wrapper {
    overflow: hidden;
}

/* cell/DestinationsBlock/landing.php: carousel track */
.b2c-carousel-track {
    gap: 16px;
    transition: transform 0.4s ease;
}
