/* ==========================================================================
   Single Tour: Custom Stylesheet — Premium Traveloka/Klook Style
========================================================================== */

/* ===== RESET & BASE ===== */
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    width: 100%;
}
*, ::before, ::after {
    box-sizing: border-box !important;
}
.container, .tripnusa-hero__container {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}

/* ===== SECTION SYSTEM ===== */
.single-tour-body {
    padding: 0 !important;
    background-color: #fff !important;
}
.single-tour-body__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}
.single-tour-section {
    background: #fff;
    padding: 40px 35px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}
.single-tour-section:last-child {
    border-bottom: none;
}
.single-tour-section h2 {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 24px 0;
    padding-bottom: 16px;
    border-bottom: none;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: -0.3px;
}
.single-tour-section h2::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 24px;
    background: var(--primary);
    border-radius: 2px;
    flex-shrink: 0;
}

