.delivery-areas-page {
    color: #333;
}

.delivery-areas-page h1,
.delivery-areas-page h2,
.delivery-areas-page h3 {
    color: #333;
}

.delivery-areas-page h1 {
    line-height: 1.4;
    margin-bottom: 20px;
}

.delivery-areas-page h2 {
    line-height: 1.45;
    margin-bottom: 0;
}

.delivery-areas-page p {
    line-height: 1.8;
}

.delivery-areas-page .lead {
    font-size: 1.7rem;
    font-weight: normal;
}

.delivery-areas-page .text-uppercase {
    color: #578237 !important;
    font-family: 'promptmedium';
    letter-spacing: .06em;
}

.delivery-areas-page .btn {
    font-family: 'promptregular';
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: normal;
}

.delivery-areas-page .btn-menu {
    padding: 15px 20px;
}

.delivery-areas-page .btn-outline {
    background: #fff;
}

.delivery-areas-page .btn-outline:hover {
    background: #578237;
}

.delivery-areas-page .badge {
    font-size: 1.4rem;
    font-family: 'promptregular';
    padding: 10px;
}

.delivery-areas-page .badge-light {
    background: #f3f4f0;
    color: #42670e;
}

.delivery-areas-page .badge-success {
    background: #efefef;
    color: #42670e;
}

.delivery-areas-page .card {
    border: 1px solid #e4e8df;
    box-shadow: none;
}

.delivery-areas-page .card-body {
    padding: 20px;
}

.delivery-areas-page .card h3 {
    margin-bottom: 10px;
}

#delivery-hero {
    padding-top: 70px;
    padding-bottom: 70px;
}

#delivery-hero img {
    width: 100%;
    height: auto;
}

#delivery-zones {
    background: #386435;
    color: #fff;
}

#delivery-zones h2,
#delivery-zones h3 {
    color: #fff;
}

#delivery-zones .text-uppercase {
    color: #fff !important;
}

#delivery-zones .text-muted {
    color: #eef3e9 !important;
}

.delivery-origin {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 20px;
    margin-bottom: 30px;
}

.delivery-zone-card {
    height: 100%;
    padding: 24px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .3);
    border-top: 2px solid #eeed05;
}

.delivery-zone-card ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.delivery-zone-card li {
    margin: 0;
    padding: 10px;
    background: rgba(255, 255, 255, .12);
    text-align: center;
}

.delivery-rail {
    position: relative;
    margin-top: 10px;
}

.delivery-rail__scroll {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 34px 4px 22px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.delivery-rail__track {
    display: flex;
    min-width: max-content;
    position: relative;
}

.delivery-rail__track::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    height: 4px;
    background: rgba(255, 255, 255, .3);
    border-radius: 2px;
}

.delivery-stop {
    position: relative;
    width: 216px;
    flex: none;
    padding: 0 12px;
    scroll-snap-align: start;
}

.delivery-stop::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #386435;
    border: 4px solid #eeed05;
    z-index: 1;
}

.delivery-stop--active::before {
    background: #eeed05;
}

.delivery-stop__card {
    height: calc(100% - 38px);
    margin-top: 38px;
    padding: 16px 15px 18px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 4px;
}

.delivery-stop__code {
    display: inline-block;
    margin-bottom: 9px;
    color: #eeed05;
    font-family: 'promptmedium';
    font-size: 1.3rem;
    letter-spacing: .06em;
}

.delivery-stop__name {
    margin-bottom: 8px;
    color: #fff;
    font-family: 'promptmedium';
    font-size: 1.8rem;
}

.delivery-stop__note {
    color: #eef3e9;
    font-size: 1.5rem;
    line-height: 1.6;
}

.delivery-rail__hint {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    color: #eef3e9;
    font-size: 1.4rem;
}

.delivery-rail__hint::before {
    content: "↔";
    font-size: 1.8rem;
}

.delivery-page-link {
    color: inherit;
    text-decoration: none;
}

.delivery-page-link:hover {
    color: inherit;
    text-decoration: none;
}

.delivery-page-link .card {
    transition: border-color .2s ease, transform .2s ease;
}

.delivery-page-link:hover .card {
    border-color: #718d4a;
    transform: translateY(-3px);
}

.delivery-venue-card {
    border-left: 4px solid #578237 !important;
}

.delivery-check-icon {
    color: #578237;
    margin-right: 8px;
}

.table-section .table-responsive {
    background: #fff;
    border: 1px solid #e4e8df;
    border-radius: 4px;
}

.table-section .table {
    margin-bottom: 0;
}

.table-section .table th,
.table-section .table td {
    padding: 18px 20px;
    vertical-align: top;
    border-color: #e4e8df;
}

.table-section .table th {
    width: 30%;
    background: #f3f4f0;
    color: #42670e;
    font-family: 'promptmedium';
    font-weight: normal;
}

#delivery-closing {
    background: #42670e;
    color: #fff;
    text-align: center;
}

#delivery-closing h2 {
    color: #fff;
}

#delivery-closing .d-flex {
    justify-content: center;
}

#delivery-closing .btn-menu {
    background: #fff;
    color: #386435;
}

#delivery-closing .btn-outline {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.delivery-mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 -6px 22px -12px rgba(0, 0, 0, .5);
    display: none;
}

.delivery-mobile-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 8px;
    font-weight: 600;
    text-decoration: none;
}

.delivery-mobile-bar__call {
    background: #42670e;
    color: #fff;
}

.delivery-mobile-bar__line {
    background: #eeed05;
    color: #333;
}

.accordion .btn {
    color: #333333 !important;
}

.accordion .card-body {
    background: #f8f8f8;
    border-top: 1px solid #dcdcdc;
    font-size: 1.6rem;
}

.accordion .collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

.accordion .collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 40%;
    right: .8rem;
    transform: translateY(-50%);
    font-family: "FontAwesome";
    font-size: 2rem;
}

.accordion .collapsible-link[aria-expanded="true"]::before {
    content: "\f106";
}

.accordion .card-header {
    padding: 3rem;
    border-left: 4px solid #578237 !important;
}

.accordion .card-header h3 {
    font-size: 1.6rem;
    margin-bottom: 0;
}

.accordion .card-header .btn {
    border: none;
    background: none;
    padding: 0;
    text-transform: none;
    white-space: normal;
}

.more-info-section .delivery-venue-card p {
    margin-bottom: 0;
}

@media (min-width: 900px) {
    .delivery-mobile-bar {
        display: none;
    }
}

@media (max-width: 899px) {
    .delivery-areas-page {
        padding-bottom: 62px;
    }
}

@media (max-width: 767px) {
    .delivery-zone-card ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .delivery-areas-page h1 {
        font-size: 2.5rem;
    }

    .delivery-areas-page h2 {
        font-size: 2.4rem;
    }

    .delivery-areas-page .btn {
        width: 100%;
        margin-right: 0 !important;
    }
}

@media (max-width: 479px) {
    .delivery-zone-card ul {
        grid-template-columns: 1fr;
    }
}

/* ========================================================================
   Page-specific overrides
   เพิ่ม class ระบุหน้าที่ <main class="delivery-areas-page ...">
   ======================================================================== */

.delivery-page--chaengwattana .delivery-zone-card li,
.delivery-page--sukhumvit .delivery-zone-card li {
    text-align: center;
}

.delivery-page--silom-sathorn .delivery-zone-card li {
    text-align: left;
}
