/* Route page specific styles */
.route-page-header {
    background: linear-gradient(180deg, rgba(0, 123, 255, 0.15), rgba(255, 255, 255, 0.95));
}

.route-summary {
    background: rgba(0, 123, 255, 0.05);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.route-summary ul {
    list-style: disc inside;
    margin: 0;
    padding-left: 0;
}

.route-summary li {
    margin-bottom: 10px;
}

.callout-box {
    background: #f8fbff;
    border-left: 4px solid #007bff;
    padding: 20px;
    margin-top: 20px;
    border-radius: 6px;
}

.route-archive-card .route-archive-list li a {
    color: #0d6efd;
}

.sidebar-widget h4 {
    margin-bottom: 18px;
}

.faq-section details {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 18px 22px;
    margin-bottom: 15px;
}

.faq-section summary {
    cursor: pointer;
    font-weight: 700;
    color: #0d3d7b;
    list-style: none;
    outline: none;
}

.faq-section summary::-webkit-details-marker {
    display: none;
}

.faq-section details[open] {
    background: #f9fbff;
}

.faq-section p {
    margin: 12px 0 0;
    color: #475569;
    line-height: 1.75;
}
