/**
 * TripMems / Oursights buy tour page cleanup.
 * Applies only when the body has .tm-buy-tour-page.
 */

body.tm-buy-tour-page .wp-block-navigation,
body.tm-buy-tour-page header nav {
    display: none !important;
}

body.tm-buy-tour-page .wp-site-blocks > footer,
body.tm-buy-tour-page footer.wp-block-template-part,
body.tm-buy-tour-page .wp-block-template-part footer,
body.tm-buy-tour-page .wp-site-blocks > .wp-block-template-part:last-child {
    display: none !important;
}

body.tm-buy-tour-page .wp-site-blocks {
    padding-bottom: 0 !important;
}

body.tm-buy-tour-page main {
    margin-bottom: 0 !important;
}

body.tm-buy-tour-page .tm-checkout-price {
    margin: 0 0 18px 0;
    padding: 16px 18px;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    background: #fafafa;
}

body.tm-buy-tour-page .tm-checkout-price-label {
    margin-bottom: 4px;
    font-size: 0.9rem;
    font-weight: 600;
}

body.tm-buy-tour-page .tm-checkout-price-value {
    font-size: 1.3rem;
    font-weight: 700;
}

body.tm-buy-tour-page .tm-checkout-price-note {
    margin-top: 4px;
    font-size: 0.95rem;
    color: #555;
}