.listing--bread .listing__overview {
    grid-template-columns: 1fr;
    padding-bottom: 0 !important;
}

/* Collapse the main wrapper's large bottom padding for bread routes */
.listing--bread > .wrapper {
    padding-bottom: 0 !important;
}

/* Remove top padding from the bread sections wrapper — divider-label handles its own spacing */
.bread-sections-wrapper {
    padding-top: 0 !important;
}

.bread-price-divider {
    height: 4px;
    background: #0E9707;
    border-radius: 2px;
    margin: 1rem 0 1.5rem;
}

.bread-fin-table-wrap {
    margin-top: 1.5rem;
}

.bread-fin-table {
    width: 100%;
    margin-bottom: 1.5rem;
    border-collapse: collapse;
}
.bread-fin-table td {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0.875rem;
}
.bread-fin-table td:first-child {
    color: #666;
}
.bread-fin-table td:last-child {
    text-align: right;
    font-weight: 700;
}
.bread-fin-table tr:last-child td {
    border-bottom: none;
}

.bread-video-section {
    padding: 2rem 0 0;
}
.bread-video-wrap {
    max-width: 740px;
    margin: 0 auto;
}

.bread-highlights-section {
    padding: 2rem 0 0;
}

/* Checkmarks and separators for Operation Highlights paragraphs */
.bread-highlights-list p {
    padding: 0.75rem 0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.6rem !important;
    margin: 0 !important;
}
.bread-highlights-list p:last-child {
    border-bottom: none !important;
}
.bread-check {
    color: #0E9707;
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 0.05rem;
}

.bread-section-title {
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1a1a1a;
    margin-bottom: 0.4rem;
}
.bread-section-title.margin-top-xl {
    margin-top: 2.25rem;
}

.bread-section-underline {
    height: 3px;
    width: 100%;
    background: #0E9707;
    border-radius: 2px;
    margin-bottom: 1.125rem;
}

.bread-listing-id {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 0.875rem;
}

.bread-divider-label {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 2rem 0 0;
}
.bread-divider-line {
    flex: 1;
    height: 1px;
    background: #e0e0e0;
}
.bread-divider-label span {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #666;
    white-space: nowrap;
}

.bread-route-details-body {
    max-width: 780px;
    font-size: 0.875rem;
    line-height: 1.8;
    padding: 1.25rem 0;
}
.bread-route-details-body a {
    color: #0E9707;
    font-weight: 700;
    text-decoration: none;
}
.bread-route-details-body a:hover {
    text-decoration: underline;
}

.bread-accordion {
    max-width: 780px;
    margin-top: 0.5rem;
}
.bread-accordion-item {
    border-bottom: 1px solid #e0e0e0;
}
.bread-accordion-btn {
    width: 100%;
    background: none;
    border: none;
    padding: 0.875rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.875rem;
    text-align: left;
    color: #1a1a1a;
}
.bread-accordion-btn:hover {
    color: #0E9707;
}
.bread-accordion-btn:hover .bread-chevron {
    color: #0E9707;
}
.bread-chevron {
    font-size: 0.6875rem;
    color: #0E9707;
    transition: transform 0.2s;
    flex-shrink: 0;
    margin-left: 1rem;
}
.bread-chevron.open {
    transform: rotate(180deg);
}
.bread-accordion-content {
    display: none;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    color: #555;
    line-height: 1.75;
    max-width: 700px;
}
.bread-accordion-content.open {
    display: block;
}
.bread-accordion-content a {
    color: #0E9707;
    font-weight: 600;
    text-decoration: none;
}
.bread-accordion-content a:hover {
    text-decoration: underline;
}

.bread-routes-101-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    background: #111111;
    border-radius: 6px;
    padding: 2.25rem 2.5rem;
    margin-top: 2.25rem;
}
.bread-routes-101-panel h3 {
    color: white;
    font-size: 1.125rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}
.bread-routes-101-panel p {
    font-size: 0.875rem;
    color: #aaaaaa;
    max-width: 540px;
    line-height: 1.6;
    margin: 0;
}
@media (max-width: 53.25em) {
    .bread-routes-101-panel {
        flex-direction: column;
        align-items: flex-start;
    }
}

.bread-btn-green {
    display: inline-block;
    background: #0E9707;
    color: white;
    padding: 0.8125rem 1.75rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s;
}
.bread-btn-green:hover {
    background: #0a6a05;
    color: white;
    text-decoration: none;
}

.bread-bottom-cta {
    background: #111111;
    border-radius: 6px;
    padding: 2.25rem 2.5rem;
    margin-top: 2rem;
    color: white;
}
.bread-bottom-cta .gform_title {
    font-size: 1.375rem;
    font-weight: 800;
    margin-bottom: 0.375rem;
    color: white;
}
.bread-bottom-cta .gform_description {
    font-size: 0.875rem;
    color: #aaaaaa;
    margin-bottom: 1.5rem;
    display: block;
}
.bread-bottom-cta .input-control {
    background: #d8d8d8;
}
.bread-bottom-cta .input-control::placeholder {
    color: #777;
}
.bread-bottom-cta .input-control:focus {
    background: #e8e8e8;
}
.bread-bottom-cta .gform_button {
    display: inline-block;
    margin-top: 0.875rem;
    background: #0E9707 !important;
    color: white !important;
    border: none !important;
    border-radius: 4px;
    padding: 0.8125rem 1.75rem !important;
    font-weight: 700 !important;
    font-size: 0.8125rem !important;
    line-height: 1 !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: background 0.2s;
    height: auto !important;
    width: auto !important;
}
.bread-bottom-cta .gform_button:hover {
    background: #0a6a05 !important;
}

/* Fix zip code field alignment in bread form */
.bread-bottom-cta .ginput_container_address {
    display: block !important;
}
.bread-bottom-cta .ginput_container_address .ginput_right,
.bread-bottom-cta .ginput_container_address .ginput_left {
    display: block !important;
    float: none !important;
    width: 100% !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
