/* xianlu.css - 路线页面公共样式（route-1.html 等使用） */
/* 注：基础重置、图片占位符、底部按钮已移至 base.css，请确保 base.css 先引入 */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #f6f8fa;
    color: #333;
    line-height: 1.7;
    padding-bottom: 100px;
}
.header {
    background: #2d6cb5;
    color: #fff;
    padding: 10px 1px 10px 40px;
    text-align: center;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25);
    position: sticky;
    top: 0;
    z-index: 1000;
}
.header h1 {
    font-size: 26px;
    font-weight: 750;
    margin-bottom: 3px;
}
.header .subtitle {
    color: #CEE5FF;
    font-size: 10px;
    font-weight: 400;
    opacity: 0.85;
    letter-spacing: 0.5px;
	margin-left: -15px;
}
.container {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 14px;
}
.card {
    background: #fff;
    border-radius: 12px;
    padding: 18px;
    margin: 16px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
h2 {
    font-size: 19px;
    font-weight: 600;
    color: #2d6cb5;
    margin-bottom: 12px;
    border-left: 4px solid #2d6cb5;
    padding-left: 10px;
}
.tag {
    display: inline-block;
    background: #FDFEFF;
    color: #404040;
    padding: 3px 16px;
    border-radius: 35px;
    font-size: 13px;
	font-weight: 500;
    margin: 6px;
}
.tag span {
    color: #2d6cb5;
}

.tagtjqyu {
    display: inline-block;
    color: #404040;
    font-size: 13px;
	font-weight: 500;
    margin: 6px 0px 6px 20px;
}
.tagtjqyu span {
    color: #2d6cb5;
}

.warn {
    background: #EEF5FF;
    padding: 12px;
    border-radius: 10px;
    margin: 22px 0;
}
.feature {
    padding: 0 12px;
    border-radius: 10px;
    margin: 12px 0;
}
.info-row {
    background: #eef5ff;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 16px;
}
.info-row p {
    margin: 6px 0;
}

/* ===== ★★★ day-pill 优化（缩小字号，整体左移） ★★★ ===== */
.day-pill {
    display: inline-block;
    background: #2566B1;
    color: #fff;
    padding: 2px 10px;          /* 左右内边距从 12px 减至 10px */
    border-radius: 50px;
    border: none !important;
    font-weight: 700;
    font-size: 0.8rem;          /* 从 0.95rem 缩小至 0.8rem */
    margin-right: 4px;          /* 从 8px 减至 4px，减少与标题间距 */
    margin-top: 12px;
    margin-bottom: 6px;
    position: relative;
    z-index: 2;
    vertical-align: middle;
    flex-shrink: 0;             /* 防止被压缩 */
}
.day-pillz {
    color: #2566B1;
    font-weight: 650;
    font-size: 1.0rem;
    position: relative;
    z-index: 1;
    vertical-align: middle;
}
.route-name {
    display: inline-block;
    border-bottom: 3px solid #2566B1;
    color: #051D39;
    border-width: 68%;
    margin-left: -16px;         
    padding-left: 14px;       
    line-height: 1.4;
    margin-bottom: 7px;
    padding-bottom: 2px;
    position: relative;
    z-index: 1;
}
.jianju {
    margin-top: 20px;
}
.iyse {
    margin: 0 4px;
    color: #3C77BB;
    font-size: 0.8rem;
}
.label {
    font-weight: 650;
    color: #2d6cb5;
}
.labell {
    font-weight: 600;
    color: #2d6cb5;
}
.label::before {
    content: "◆";
    color: #98B2D1;
    font-weight: bold;
    margin-right: 4px;
    font-size: 0.6rem;
}

.labelt {
    font-weight: 650;
    color: #2d6cb5;
}
.labelt::before {
    content: "•";
    color: #98B2D1;
    font-weight: bold;
    margin-right: 4px;
    font-size: 1rem;
}


.labelyc {
    font-weight: 650;
    color: #2d6cb5;
}

.labelts {
    font-weight: 550;
	font-size: 0.8rem;
    color: #2668B4;
}

.labeltstw {
    font-weight: 600;
	font-size: 1rem;
    color: #FF8C03;
}

.jiantou {
    font-weight: 650;
	font-size: 0.95rem;
    color: #16A200;
}

.share-card {
    background: #EEF5FF;
    border: 1px solid #92A8C9;
    border-radius: 10px;
    padding: 16px;
    margin: 24px 0;
}
.share-title {
    font-weight: bold;
    color: #2d6cb5;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.share-content {
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 12px 0;
    border-left: 3px solid #2d6cb5;
}
.action-row {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 8px;
}
.copy-btn,
.poster-btn {
    background: #2d6cb5;
    color: white;
    border: none;
    border-radius: 40px;
    padding: 6px 16px;
    cursor: pointer;
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.2s;
}
.copy-btn:hover,
.poster-btn:hover {
    background: #1e4a2a;
    transform: scale(1.02);
}
.poster-btn {
    background: #FF8C03;
}
.poster-btn:hover {
    background: #e56700;
}
.poster-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2000;
    align-items: center;
    justify-content: center;
}
.poster-modal.show {
    display: flex;
}
.poster-modal-content {
    background: white;
    border-radius: 12px;
    width: 92%;
    max-width: 500px;
    max-height: 93vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 16px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}
.poster-image-wrapper {
    flex: 1;
    overflow-y: auto;
    text-align: center;
    margin-bottom: 12px;
}
.poster-image-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.poster-buttons {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 50px;
    margin-top: 0;
}
.poster-modal-content > div:last-child {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 50px;
}
.close-poster {
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 40px;
    padding: 6px 16px;
    cursor: pointer;
    font-size: 0.8rem;
    display: inline-block;
}
.save-poster {
    background: #2d6a2f;
    color: white;
    border: none;
    border-radius: 40px;
    padding: 6px 16px;
    text-decoration: none;
    font-size: 0.8rem;
    display: inline-block;
}

.header {
    position: relative;
}
.route-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #eef5ff;
    color: #2d6cb5;
    padding: 2px 10px;
    border-radius: 0 40px 40px 0;
    font-size: 0.8rem;
    font-weight: 650;
    display: inline-block;
    letter-spacing: 0.5px;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0,0,0,0.185);
}
@media (max-width: 560px) {
    .route-badge {
        top: 2px;
        left: 0px;
        font-size: 0.75rem;
        padding: 1px 10px;
    }
}
.float-buttons {
    position: fixed;
    bottom: 110px;
    right: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1000;
}
.float-btn {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: rgba(45,108,181,0.48);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 22px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.2s;
    cursor: pointer;
    border: none;
    outline: none;
}
.float-btn:hover {
    background-color: #FF8C03;
    transform: scale(1.05);
}
/*.float-btn.top {
    background-color: #1F5DA5;
}
.float-btn.top:hover {
    background-color: #455a64;*/
}
@media (max-width: 550px) {
    .bottom-btn {
        padding: 3px 11px;
        font-size: 13px;
    }
    .float-buttons {
        bottom: 90px;
        right: 12px;
        gap: 10px;
    }
    .float-btn {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
    body {
        padding-bottom: 90px;
    }
}

/* ========================================================
   时间轴、详情框、连接线等样式（保持不变）
   ======================================================== */
p.day-block {
    position: relative;
}
.timeline-wrapper {
    margin-top: 0 !important;
    position: relative;
    padding-left: 34px;
    box-sizing: border-box;
}
.timeline-wrapper::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #2566B1;
    pointer-events: none;
	top: -54px !important;
}
.timeline-wrapper .jianju {
    margin-left: -34px;
}
.detail-box {
    background: #F5F9FF;
    border-radius: 12px;
    border-top: 1.6px solid #2566B1;
	border-bottom: 0.75px solid #2566B1;
    padding: 12px 16px;
    max-width: 98%;
    margin-top: 6px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}
.day-pill::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%; 
    margin-top: -4px;
    margin-left: 3px;
    width: 1.5px;
    height: 25px;
    background: #2566B1;
    transform: translateX(calc(-50% + 13px));
    pointer-events: none;
    z-index: 5;
}

/* ===== ★★★ 更多按钮（始终可见，位于折叠内容末尾，右对齐） ★★★ ===== */
.more-toggle {
    display: inline-block;
    background: #AAD4FF;
    color: #2d6cb5;
    padding: 2px 14px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s, transform 0.2s;
}
.more-toggle:hover {
    background: #dce6f0;
}
.more-toggle:active {
    transform: scale(0.95);
}
.more-toggle .fa-chevron-down,
.more-toggle .fa-chevron-up {
    transition: transform 0.25s ease;
    font-size: 0.7rem;
    margin-left: 4px;
}
.more-toggle.open .fa-chevron-down {
    transform: rotate(180deg);
}
.more-body {
    overflow: hidden;
}
.more-body.hidden {
    display: none;
}
.more-body .more-content {
    margin-top: 6px;
    padding: 6px 0 0 12px;
    border-left: 2px dashed #9BCCFD;
    text-align: left;
}
/* ★★★ 右对齐包裹容器 ★★★ */
.more-wrapper {
    text-align: right;
    margin-top: 6px;
}

/* 其他原有样式（不变） */
/* ===== ★★★ 强制隐藏所有收藏/反馈等非必要元素 ★★★ ===== */
.fav-badge-new,
.fkui-feedback-btn,
#interactionSection,
#shareFloatBtn,
.fav-tooltip,
.fav-guide-overlay,
.fav-badge,
#fav-badge,
.fav-badge-wrapper,
.fav-badge-container,
[class*="fav-badge"]
{ display: none !important; }

/* ===== 头部布局 ===== */
.header { position: relative; }
.header h1 { text-align: left; margin-left: 0; margin-right: 0px; }
.header .subtitle {
    text-align: center; font-size: 10px; color: #CEE5FF; margin-top: 4px;
    display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap;
}
.header .subtitle a { color: #CEE5FF; text-decoration: none; }
.header .subtitle a:hover { text-decoration: underline; }
.header .subtitle .view-stat { display: inline-flex; align-items: center; gap: 2px; }
.header .route-badge { position: absolute; top: 10px; left: 10px; }
.header .top-right-icons {
    position: absolute; top: 10px; right: 14px;
    display: flex; flex-direction: column; gap: 6px; align-items: center; z-index: 2;
}
.header .top-right-icons a {
    color: rgba(255,255,255,0.8); text-decoration: none; font-size: 1rem;
    transition: color 0.2s, transform 0.2s, background 0.2s; cursor: pointer;
    width: 34px; height: 34px; display: flex; align-items: center; justify-content: center;
    border-radius: 50%; background: rgba(45,108,181,0.48);
}
.header .top-right-icons a:hover { color: #fff; background: #FF8C03; transform: scale(1.05); }
@media (max-width: 560px) {
    .header .route-badge { top: 4px; left: 4px; font-size: 0.7rem; }
    .header h1 { margin-right: 0px; }
    .header .top-right-icons { top: 6px; right: 8px; gap: 6px; }
    .header .top-right-icons a { width: 28px; height: 28px; font-size: 0.85rem; }
}

/* ===== 路线信息卡片 ===== */
.route-info-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 4px 20px; padding: 4px 0;
    font-size: 0.9rem; line-height: 1.8; color: #1a2f4a;
}
.route-info-grid .info-item { display: flex; align-items: baseline; gap: 4px; }
.route-info-grid .info-item .label { font-weight: 600; color: #2d6cb5; white-space: nowrap; }
.route-info-grid .info-item .labelt { font-weight: 600; color: #2d6cb5; white-space: nowrap; }
.route-info-grid .info-item .value { color: #1a2f4a; word-break: break-word; }
.route-info-grid .info-item .value a { color: #2d6cb5; text-decoration: none; }
.route-info-grid .info-item .value a:hover { text-decoration: underline; }
.route-info-grid .info-full { grid-column: 1 / -1; }

/* 出行总则 */
.rules-box {
    background: #f0f6fe; border-radius: 16px; padding: 14px 18px; margin-top: 10px;
    font-size: 0.9rem; line-height: 1.7; color: #1a2f4a;
}
.rules-box .rules-title { font-weight: 600; color: #2d6cb5; display: block; margin-bottom: 4px; }
.rules-box p{
    margin-bottom: 10px;    
}

/* 地图板块 */
.map-section { margin: 16px 0 10px; }
.map-section .map-title { font-weight: 700; font-size: 1rem; color: #1a2f4a; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; }
.map-section .map-title i { color: #2d6cb5; }
.map-section .map-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px; border-radius: 16px;
    border: 1px solid #e2edf7; padding: 8px; background: #fafcfe; overflow: hidden;
}
.map-section .map-item { border-radius: 10px; overflow: hidden; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; background: #f5f8fc; }
.map-section .map-item:hover { transform: scale(1.01); box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.map-section .map-item img { width: 100%; height: auto; display: block; }
.map-section .map-item .map-label { font-size: 0.7rem; color: #7f9bb8; text-align: center; padding: 4px 0; background: #f5f8fc; }
.map-section .map-hint { text-align: center; font-size: 0.75rem; color: #7f9bb8; margin: 5px 0; }
@media (max-width: 480px) {
    .map-section .map-grid { grid-template-columns: 1fr; gap: 8px; padding: 6px; }
    .map-section .map-item .map-label { font-size: 0.6rem; }
}

/* 底部固定菜单 */
.bottom-menu-bar {
    position: fixed; bottom: 0; left: 0; width: 100%; height: 70px;
    background: rgba(255,255,255,0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid #e8edf5; display: flex; justify-content: space-evenly; align-items: center;
    z-index: 9999; box-shadow: 0 -4px 20px rgba(0,0,0,0.06); padding: 4px 2px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.bottom-menu-item {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    flex: 0 1 auto; cursor: pointer; color: #7f9bb8; transition: color 0.2s;
    -webkit-tap-highlight-color: transparent; user-select: none; padding: 2px 4px;
    min-height: 56px; position: relative;
}
.bottom-menu-item i { font-size: 1.4rem; line-height: 1.2; transition: transform 0.2s; }
.bottom-menu-item .badge { font-size: 0.6rem; font-weight: 700; line-height: 1.3; margin-top: 1px; color: #5a7a9a; transition: all 0.2s; }
.bottom-menu-item .badge-num { color: #2d6cb5; font-weight: 800; font-size: 0.7rem; }
.bottom-menu-item .badge .badge-text { display: inline; }
.bottom-menu-item.active { color: #2d6cb5; }
.bottom-menu-item:active { transform: scale(0.92); }
.bottom-menu-item .avatar-icon {
    width: 32px; height: 32px; border-radius: 50%; background: #dce6f0;
    display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
    color: #5a7a9a; overflow: hidden; border: 2px solid #dce6f0;
}
.bottom-menu-item .avatar-icon img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 480px) {
    .bottom-menu-bar { height: 60px; padding: 2px 0; }
    .bottom-menu-item i { font-size: 1.2rem; }
    .bottom-menu-item .badge { font-size: 0.55rem; }
    .bottom-menu-item .badge-num { font-size: 0.6rem; }
    .bottom-menu-item .avatar-icon { width: 28px; height: 28px; font-size: 1rem; }
}

/* 留言板块 */
.message-section {
    background: #f7faff; border-radius: 14px; border: 1px solid #dce6f0;
    padding: 16px 18px; margin: 30px 0 20px;
}
.message-section .title { font-weight: 600; color: #1a2f4a; font-size: 0.95rem; margin-bottom: 12px; display: flex; align-items: center; gap: 6px; }
.message-section .title i { color: #FB7300; }
.message-list { max-height: 200px; overflow-y: auto; font-size: 0.85rem; color: #1a2f4a; line-height: 1.6; }
.message-item { padding: 6px 0; border-bottom: 1px dashed #e8edf5; }
.message-item:last-child { border-bottom: none; }
.message-item .msg-time { font-size: 0.65rem; color: #999; margin-left: 6px; }
.message-empty { color: #b0b8c5; font-style: italic; text-align: center; padding: 12px 0; }
.first-msg-btn {
    display: block; width: auto; padding: 6px 16px; background: transparent;
    border: 1px dashed #d0d8e0; border-radius: 40px; color: #7f9bb8; font-size: 0.85rem;
    font-weight: 500; cursor: pointer; transition: all 0.3s; text-align: center;
    margin-top: 6px; margin-left: auto; margin-right: 10px;
}
.first-msg-btn:hover { border-color: #b0c4d8; color: #2d6cb5; background: rgba(45,108,181,0.04); }
.first-msg-btn:active { transform: scale(0.97); }
.first-msg-btn i { margin-right: 5px; color: #b0c4d8; }
.first-msg-btn:hover i { color: #2d6cb5; }

/* 留言弹窗 */
.msg-modal {
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.6); z-index: 10001; align-items: flex-end; justify-content: center;
}
.msg-modal.show { display: flex; }
.msg-modal-content {
    background: white; width: 100%; max-width: 600px; border-radius: 28px 28px 0 0;
    padding: 20px 18px 30px; max-height: 75vh; overflow-y: auto;
}
.msg-modal-header {
    display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px;
    font-weight: 700; font-size: 1.2rem; color: #1a2f4a; border-bottom: 2px solid #e8edf5; padding-bottom: 10px;
}
.msg-modal-close { background: none; border: none; font-size: 1.8rem; cursor: pointer; color: #999; }
.msg-modal textarea { width: 100%; min-height: 100px; padding: 12px; border: 1px solid #dce6f0; border-radius: 12px; font-size: 0.9rem; font-family: inherit; resize: vertical; }
.msg-modal .msg-submit { background: #2d6cb5; color: #fff; border: none; border-radius: 40px; padding: 10px 30px; font-size: 1rem; font-weight: 600; cursor: pointer; margin-top: 12px; width: 100%; }
.msg-modal .msg-submit:active { transform: scale(0.96); }

/* 核心亮点区域 */
.slogan-area {
    background: #FDF4E6; padding: 10px 8px 17px; margin: 6px 0 10px 0;
    font-size: 0.95rem; color: #4a3a2a; line-height: 1.6; border-bottom: 1px solid #f0f4f9;
}
.slogan-area .feature { padding: 0 16px; margin: 0; background: transparent; }
@media (max-width: 480px) {
    .slogan-area .feature { padding: 0 18px; }
    .first-msg-btn { font-size: 0.75rem; padding: 4px 12px; margin-right: 6px; }
    .route-info-grid { grid-template-columns: 1fr; gap: 2px 0; font-size: 0.82rem; }
    .route-info-grid .info-item .label { min-width: 56px; }
    .route-info-grid .info-item .labelt { min-width: 56px; }
}

/* ===== ★★★ 每日行程标题增强（贴顶置零，含下拉菜单） ★★★ ===== */
#daily-title {
    background: #2D6CB5;
    border-radius: 0 35px 35px 0;
    color: #fff;
    border-left: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px 8px 16px;
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    position: sticky;
    top: 0;
    z-index: 100;
    transition: box-shadow 0.2s;
    overflow: visible;
}
#daily-title.sticky-shadow {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
#daily-title .title-text {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
#daily-title .title-text::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #fff;
    border-radius: 2px;
}

/* 目录按钮（药丸型） */
.directory-btn {
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
    font-family: inherit;
    flex-shrink: 0;
}
.directory-btn:hover {
    background: rgba(255,255,255,0.35);
}
.directory-btn .fa-chevron-down {
    transition: transform 0.25s ease;
}
.directory-btn.open .fa-chevron-down {
    transform: rotate(180deg);
}

/* ★★★ 下拉菜单 - flex 自适应布局，每个 D* 为圆弧小正方形 ★★★ */
.directory-dropdown {
    display: none;
    background: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    padding: 12px 16px;
    margin-top: 0;
    box-sizing: border-box;
}
.directory-dropdown.show {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 8px;
}
.directory-dropdown a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 12px;
    background: #f0f4f8;
    color: #1a2f4a;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.2s;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
}
.directory-dropdown a:hover {
    background: #dce6f0;
}
.directory-dropdown a.active {
    background: #2d6cb5;
    color: #fff;
}

/* 移动端适配 */
@media (max-width: 560px) {
    #daily-title {
        top: 0;
        padding: 6px 14px 6px 12px;
        font-size: 17px;
    }
    .directory-dropdown {
        padding: 8px 10px;
        gap: 6px;
    }
    .directory-dropdown a {
        width: 44px;
        height: 44px;
        font-size: 0.75rem;
        border-radius: 10px;
    }
}
@media (max-width: 400px) {
    .directory-dropdown a {
        width: 38px;
        height: 38px;
        font-size: 0.7rem;
        border-radius: 8px;
    }
}

/* ===== ★★★ 时间轴竖线延伸至“每日行程”标题底边 ★★★ ===== */
.timeline-wrapper {
    margin-top: 0 !important;
}
.timeline-wrapper::before {
    top: -54px !important;
}

/* 海报弹窗置于最上层 */
#posterModal { z-index: 99999 !important; }

/* 为“自驾游•好记”增加药丸型背景，突出品牌标识 */
.header .subtitle a {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: #fff !important;
    padding: 2px 10px;
    border-radius: 35px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s;
}
.header .subtitle a:hover {
    background: rgba(255,255,255,0.35);
}

/* ================================================================
   ★★★ 从 route-1.html 迁移的专有样式（弹窗、折叠等） ★★★
   ================================================================ */

/* ★★★ 路线主标题横条（与“每日行程”样式一致） ★★★ */
.route-main-title {
    background: #2D6CB5;
    border-radius: 0 35px 35px 0;
    color: #fff;
    border-left: none !important;
    padding: 8px 20px 8px 16px;
    margin: 0 0 12px 0;
    font-size: 19px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    clear: both;
}
.route-main-title .title-text {
    display: flex;
    align-items: center;
    gap: 8px;
}
.route-main-title .title-text::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #fff;
    border-radius: 2px;
    flex-shrink: 0;
}
.card h2.route-main-title {
    border-left: none !important;
}

/* ===== ★★★ 药丸按钮样式 ★★★ ===== */
.pill-btn {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 2px 14px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s;
    border: none;
    font-family: inherit;
}
.pill-btn:hover {
    background: rgba(255,255,255,0.35);
}
.pill-btn.blue {
    background: #eef3f8;
    color: #2d6cb5;
}
.pill-btn.blue:hover {
    background: #dce6f0;
}

/* ===== ★★★ 弹窗通用样式 ★★★ ===== */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.popup-overlay.show {
    display: flex;
}
.popup-content {
    background: #fff;
    border-radius: 12px;
    max-width: 600px;
    width: 88%;
    max-height: 85vh;
    overflow-y: auto;
    padding: 25px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.2);
    position: relative;
}
.popup-close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 1.8rem;
    cursor: pointer;
    color: #999;
    background: none;
    border: none;
    transition: color 0.2s;
}
.popup-close:hover {
    color: #333;
}
.popup-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a2f4a;
    margin-bottom: 16px;
    padding-right: 30px;
}
.popup-title i {
    color: #2d6cb5;
    margin-right: 8px;
}

/* ★★★ 使用说明弹窗内容 ★★★ */
.usage-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.usage-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f4f9;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #1a2f4a;
}
.usage-list li:last-child {
    border-bottom: none;
}
.usage-list li i {
    color: #2d6cb5;
    width: 24px;
    text-align: center;
    margin-right: 8px;
}

/* ★★★ 详情弹窗（仿003样式，横向一行显示标签与值，间距紧凑） ★★★ */
.detail-item {
    background: #f7faff;
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 12px;
    border-left: 4px solid #2d6cb5;
}
.detail-item .day-title {
    font-weight: 700;
    font-size: 1rem;
    color: #1a2f4a;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.detail-item .day-title .route-label {
    font-weight: 400;
    font-size: 0.85rem;
    color: #5a7a9a;
}
/* ★★★ 修改为 flex 横向一行显示，标签与值间距更紧凑 ★★★ */
.detail-item .day-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    font-size: 0.85rem;
    color: #1a2f4a;
    padding: 1px 0;
}
.detail-item .day-row .tagtjqyu {
    font-weight: 600;
    color: #2d6cb5;
    white-space: nowrap;
    flex-shrink: 0;
}
.detail-item .day-row .value {
    color: #1a2f4a;
    word-break: break-word;
}
.detail-empty {
    color: #b0b8c5;
    font-style: italic;
}

/* ★★★ 途径区域折叠控制 ★★★ */
.route-path-wrap {
    margin-top: 6px;
}
.route-path-content {
    padding: 1px 1px 20px 18px;
    word-break: break-word;
    line-height: 1.8;
}
.route-path-toggle {
    display: inline-block;
    color: #2d6cb5;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 2px 14px;
    border-radius: 30px;
    background: #eef3f8;
    transition: background 0.2s;
    border: none;
    font-family: inherit;
}
.route-path-toggle:hover {
    background: #dce6f0;
}
.route-path-toggle i {
    margin-right: 4px;
}
.hidden-path {
    display: none;
}

/* ===== ★★★ 详情弹窗：从底部向上滑出，仪式感十足 ★★★ ===== */
#detailPopup {
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    background: rgba(0,0,0,0.5);
}
#detailPopup .popup-content {
    max-width: 100% !important;
    width: 100%;
    border-radius: 20px 20px 0 0;
    margin: 0;
    box-shadow: 0 -4px 30px rgba(0,0,0,0.15);
    animation: detailSlideUp 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    transform: translateY(100%);
    opacity: 0.3;
}
#detailPopup:not(.show) .popup-content {
    animation: none;
    transform: translateY(100%);
    opacity: 0.3;
}
@keyframes detailSlideUp {
    0% {
        transform: translateY(100%);
        opacity: 0.3;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* ================================================================
   ★★★ 新增：左上角固定图标组 + 侧滑菜单样式 ★★★
   ================================================================ */
/* 左上角固定图标组 */
.top-left-icons {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}
.top-left-icons a,
.top-left-icons .menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(45,108,181,0.48);
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
    outline: none;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.top-left-icons a:hover,
.top-left-icons .menu-btn:hover {
    background: #FF8C03;
    color: #fff;
    transform: scale(1.05);
}
.top-left-icons a:active,
.top-left-icons .menu-btn:active {
    transform: scale(0.90);
}

/* 侧滑菜单覆盖层 */
.side-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1002;
}
.side-menu-overlay.show {
    display: block;
}

/* 侧滑菜单本体 */
.side-menu {
    position: fixed;
    top: 0;
    left: -280px;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 20px rgba(0,0,0,0.15);
    z-index: 1003;
    transition: left 0.3s cubic-bezier(0.32, 0.72, 0, 1);
    padding: 20px 0;
    overflow-y: auto;
    box-sizing: border-box;
}
.side-menu.open {
    left: 0;
}
.side-menu .menu-header {
    padding: 0 20px 16px 20px;
    border-bottom: 1px solid #e8edf5;
    font-weight: 700;
    font-size: 1rem;
    color: #2d6cb5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.side-menu .menu-header .close-menu {
    background: none;
    border: none;
    font-size: 1.4rem;
    color: #999;
    cursor: pointer;
    padding: 0 4px;
}
.side-menu .menu-header .close-menu:hover {
    color: #333;
}
.side-menu .menu-item {
    display: block;
    padding: 12px 20px;
    color: #1a2f4a;
    text-decoration: none;
    font-size: 0.95rem;
    border-bottom: 1px solid #f0f4f9;
    transition: background 0.15s;
}
.side-menu .menu-item:hover {
    background: #f0f6fe;
}
.side-menu .menu-item:active {
    background: #dce6f0;
}
.side-menu .menu-item i {
    margin-right: 12px;
    color: #2d6cb5;
    width: 20px;
    text-align: center;
}

/* 响应式调整 */
@media (max-width: 480px) {
    .top-left-icons {
        top: 8px;
        left: 8px;
        gap: 6px;
    }
    .top-left-icons a,
    .top-left-icons .menu-btn {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }
    .side-menu {
        width: 220px;
        left: -240px;
    }
    .side-menu.open {
        left: 0;
    }
}


/* ★★★ 十字架布局四个按钮（紧凑版，上下间距16px） ★★★ */
.action-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0;
    position: relative;
    max-width: 200px;
    margin: 16px auto 8px;
    padding: 0;
}
/* 竖线 */
.action-buttons::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1.5px;
    background: #2d6cb5;
    transform: translateX(-50%);
    z-index: 0;
}
/* 横线 */
.action-buttons::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1.5px;
    background: #2d6cb5;
    transform: translateY(-50%);
    z-index: 0;
}
.action-btn {
    border: none;
    background: transparent;
    padding: 8px 4px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #2d6cb5;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    position: relative;
    z-index: 1;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.action-btn i {
    font-size: 0.9rem;
    color: #FF8C03;
}
.action-btn:hover {
    background: rgba(45,108,181,0.06);
    color: #1a4c7a;
}
.action-btn:active {
    transform: scale(0.95);
}

/* ★★★ 移动端：间距调整 + 虚线 ★★★ */
@media (max-width: 480px) {
    .action-buttons {
        max-width: 210px;  /* 比原来 200px 宽 10px */
        margin: 12px auto 26px;
    }
    .action-btn {
        padding: 11px 4px;  /* 上下 padding 从 8px 增加到 11px，合计上下间距增加 6px */
        font-size: 0.75rem;
    }
    .action-btn i {
        font-size: 0.8rem;
    }
    /* 横竖线变为虚线，颜色变浅 */
    .action-buttons::before,
    .action-buttons::after {
        background: transparent;
        border: 1px dashed #a0b8d0;  /* 浅色虚线 */
        width: auto;
        height: auto;
    }
    .action-buttons::before {
        border-left: 1px dashed #a0b8d0;
        border-right: none;
        border-top: none;
        border-bottom: none;
        width: 0;
        height: 100%;
    }
    .action-buttons::after {
        border-top: 1px dashed #a0b8d0;
        border-bottom: none;
        border-left: none;
        border-right: none;
        width: 100%;
        height: 0;
    }
}

/* ★★★ 通用弹窗（满屏无圆角，默认完全隐藏） ★★★ */
.simple-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 99999;
    align-items: center;
    justify-content: center;
}
.simple-modal.show {
    display: flex;
}
.simple-modal-content {
    background: #fff;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0 !important;
    box-shadow: none;
    transform: none;
    transition: none;
}
.simple-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e8edf5;
    flex-shrink: 0;
}
.simple-modal-header .simple-back,
.simple-modal-header .simple-close {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: #555;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 30px;
    transition: background 0.2s;
}
.simple-modal-header .simple-back:hover,
.simple-modal-header .simple-close:hover {
    background: #f0f4f9;
}
.simple-modal-header .simple-close {
    font-size: 1.6rem;
}
.simple-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 0;
    text-align: center;
}
.simple-modal-body iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
.simple-modal-body .placeholder {
    font-size: 1.2rem;
    color: #666;
    padding: 40px 0;
    line-height: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

 .para {
        border: none !important;
        background: transparent !important;
        border-radius: 0 !important;
    }
    .play-btn-wrapper {
        display: block;
        text-align: right;
        margin-top: 6px;
        padding: 0;
        clear: both;
    }
    .play-btn {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        margin-bottom: 16px;
    }



/* 两栏条目行 */
.detail-item-row {
    display: flex;
    align-items: baseline;
    padding: 3px 0;
    border-bottom: 1px dashed #eef3f8; /* 可选分隔线 */
}
.detail-item-row .label {
    flex: 0 0 62px;
    font-weight: 650;
    color: #2d6cb5;
    white-space: nowrap;
}
.detail-item-row .value {
    flex: 1;
    color: #1a2f4a;
    word-break: break-word;
}
.more-body .detail-item-row .label {
    flex: 0 0 62px;
}


/* ============================================================
   留言弹窗移动端满屏显示
   ============================================================ */
@media (max-width: 768px) {
    /* 弹窗遮罩层全屏 */
    #msgModal.msg-modal {
        padding: 0 !important;
        background: rgba(0, 0, 0, 0.6) !important;
        align-items: stretch !important;
        justify-content: stretch !important;
    }

    /* 弹窗内容全屏，无圆角，无内边距（padding 由内部控制） */
    #msgModal .msg-modal-content {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        border-radius: 0 !important;
        margin: 0 !important;
        transform: none !important;
        padding: 16px !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
    }

    /* 弹窗主体可滚动 */
    #msgModal .msg-modal-body {
        flex: 1 !important;
        overflow-y: auto !important;
    }

    /* 底部按钮固定 */
    #msgModal .msg-modal-footer {
        flex-shrink: 0 !important;
        padding-top: 10px !important;
    }

    /* 头部紧凑 */
    #msgModal .msg-modal-header {
        flex-shrink: 0 !important;
    }

    /* 输入框高度自适应 */
    #msgModal .msg-textarea-wrapper textarea {
        min-height: 120px !important;
    }
}


/* ============================================================
   申请入团弹窗移动端满屏显示
   ============================================================ */
@media (max-width: 768px) {
    /* 弹窗遮罩层全屏，取消底部对齐 */
    .apply-modal {
        align-items: stretch !important;
        justify-content: stretch !important;
        background: rgba(0, 0, 0, 0.6) !important;
    }

    /* 弹窗内容全屏，无圆角，无内边距 */
    .apply-modal .apply-modal-content {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        border-radius: 0 !important;
        margin: 0 !important;
        transform: none !important;
        padding: 16px !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
    }

    /* 遮罩不再有背景色（由父级控制） */
    .apply-modal .apply-modal-content {
        background: #fff !important;
    }

    /* 头部紧凑 */
    .apply-modal .apply-modal-header {
        flex-shrink: 0 !important;
        padding-top: 10px !important;
    }

    /* 表单滚动区域 flex:1 */
    .apply-modal .apply-form-scroll {
        flex: 1 !important;
        overflow-y: auto !important;
        padding: 0 16px !important;
    }

    /* 底部按钮固定 */
    .apply-modal .apply-footer {
        flex-shrink: 0 !important;
        padding: 12px 16px 20px !important;
        border-top: 1px solid #e2edf2 !important;
        background: #fff !important;
    }

    /* 输入框字体不小于16px（避免iOS自动缩放） */
    .apply-modal .apply-form-group input,
    .apply-modal .apply-form-group textarea,
    .apply-modal .apply-form-group select {
        font-size: 16px !important;
    }

    /* 验证码行自适应 */
    .apply-modal .apply-captcha-row {
        flex-wrap: wrap !important;
    }
    .apply-modal .apply-captcha-code {
        min-width: 80px !important;
        font-size: 1rem !important;
    }
}

/* ============================================================
   高德地图弹窗移动端满屏显示
   ============================================================ */
@media (max-width: 768px) {
    /* 地图遮罩层全屏，取消内边距 */
    #mapModal.popup-overlay {
        padding: 0 !important;
        background: rgba(0, 0, 0, 0.95) !important;
        align-items: stretch !important;
        justify-content: stretch !important;
    }

    /* 地图内容全屏，无圆角，无内边距 */
    #mapModal .popup-content {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        background: #000 !important;
    }

    /* 地图容器占满剩余空间 */
    #mapModal #routeMap {
        flex: 1 !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
    }

    /* 标题栏更紧凑 */
    #mapModal .popup-content > div:first-child {
        padding: 12px 16px !important;
        font-size: 0.95rem !important;
        flex-shrink: 0 !important;
    }

    /* 关闭按钮更大（方便触屏） */
    #mapModal .popup-close {
        font-size: 2.2rem !important;
        width: 48px !important;
        height: 48px !important;
        backdrop-filter: none !important;
        background: rgba(255,255,255,0.1) !important;
        border-radius: 50% !important;
    }
}


/* ============================================================
   通用弹窗（全部路线/语音视频）优化：隐藏返回按钮，关闭按钮悬浮在右上角
   ============================================================ */
/* 标题栏不占空间，但保留子元素（关闭按钮） */
#simpleModal .simple-modal-header {
    position: static;
    min-height: 0;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    height: 0 !important;
    overflow: visible !important; /* 允许子元素超出显示 */
}

/* 隐藏返回按钮 */
#simpleModal .simple-back {
    display: none !important;
}

/* 关闭按钮改为固定定位，显示在右上角 */
#simpleModal .simple-close {
    position: fixed !important;
    top: 10px !important;
    right: 10px !important;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    color: #333;
    font-size: 1.6rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    z-index: 99999;
    font-weight: 300;
    line-height: 1;
    padding: 0;
    margin: 0;
}
#simpleModal .simple-close:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.05);
}
#simpleModal .simple-close:active {
    transform: scale(0.92);
}

/* 弹窗内容区域无内边距，iframe 从顶部开始 */
#simpleModal .simple-modal-body {
    padding: 0 !important;
    height: 100%;
}
#simpleModal .simple-modal-body iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

/* 弹窗整体背景保持 */
#simpleModal .simple-modal-content {
    padding: 0 !important;
}


/* ============================================================
   “驾友必看”入口样式（右侧悬浮）
   ============================================================ */
.guide-badge {
    position: fixed;
    top: 40px;
    right: 0;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 40px 0 0 40px;
    padding: 8px 16px 8px 20px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #d32f2f;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-right: none;
}
.guide-badge:hover {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.18);
    transform: translateX(-2px);
}
.guide-badge i {
    margin-right: 6px;
    font-size: 0.85rem;
}

/* ★★★ 驾友必看徽章隐藏状态（强化版） ★★★ */
.guide-badge.hidden {
    opacity: 0 !important;
    transform: translateX(20px) !important;
    pointer-events: none !important;
}

/* ★★★ 路线摘要悬挂式圆弧框（被标题遮盖但文字可见） ★★★ */
.route-main-title {
    position: relative;
    z-index: 2;
}
.route-summary-hook {
    width: calc(100% - 30px);
    margin: -24px auto 18px;
    padding: 22px 18px 12px;
    background: #F4F8FD;
    border: 0.6px solid #dce6f0;
    border-radius: 10px;
    font-size: 0.92rem;
    line-height: 1.8;
    color: #1a2f4a;
    text-align: left;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* ★★★ “一句话”药丸型背景 ★★★ */
.route-summary-hook .summary-lead {
    display: inline-block;
    font-weight: 700;
    color: #FAFCFF;
    font-size: 0.95rem;
    background: #3073E0;
    padding: 1px 16px;
    border-radius: 10px;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.route-summary-hook .badge {
    font-weight: 700;
    color: #2d6cb5;
}
.route-summary-hook strong {
    color: #2d6cb5;
    font-weight: 700;
}