/* 移动端按钮 - 仅导航栏按钮单行；内容区 CTA 允许换行 */

.over_eadc .caption-green-e88c {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 100%;
}

/* 内容区大按钮：文字不超出按钮边界 */
.row_4712,
.card-narrow-ccb4,
.center_a16b .caption-green-e88c,
.hero_9cb8 .caption-green-e88c,
.paragraph_white_c544 .caption-green-e88c,
.button-left-76ff .caption-green-e88c {
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
    box-sizing: border-box;
    line-height: 1.35;
    text-align: center;
}

.over_eadc {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 1;
    min-width: 0;
}

@media (max-width: 1024px) {
    .over_eadc {
        display: flex !important;
        flex-direction: row !important;
        gap: 0.35rem;
        flex-shrink: 1;
        min-width: 0;
    }
    
    .over_eadc .caption-green-e88c {
        white-space: nowrap !important;
        padding: 0.45rem 0.65rem;
        font-size: 0.75rem;
        min-width: 0;
        max-width: none;
        height: auto;
        line-height: 1.2;
        overflow: visible;
    }
}

@media (max-width: 768px) {
    .over_eadc {
        padding-left: var(--space-2);
        gap: 0.3rem;
    }
    
    .over_eadc .caption-green-e88c {
        padding: 0.4rem 0.55rem;
        font-size: 0.7rem;
        font-weight: 600;
    }
}

@media (max-width: 480px) {
    .over_eadc .caption-green-e88c {
        padding: 0.35rem 0.45rem;
        font-size: 0.65rem;
    }
}

@media (max-width: 360px) {
    .nav_19ac img {
        width: 48px !important;
        height: 48px !important;
    }

    .over_eadc .caption-green-e88c {
        padding: 0.3rem 0.4rem;
        font-size: 0.625rem;
    }
}

@media (max-width: 768px) {
    .over_eadc * {
        writing-mode: horizontal-tb !important;
        text-orientation: mixed !important;
    }
    
    .over_eadc {
        flex-wrap: nowrap !important;
        overflow: visible !important;
    }
}

.over_eadc .mini_03eb {
    background-color: transparent;
    border: 2px solid var(--brand-primary);
    color: var(--brand-primary);
}

.over_eadc .video_lower_803d {
    background-color: var(--brand-primary);
    color: white;
    border: 2px solid var(--brand-primary);
}

@media (max-width: 768px) {
    .over_eadc .caption-green-e88c:active {
        transform: scale(0.95);
        transition: transform 0.1s;
    }
}

/* css-noise: 70f6 */
.ghost-box-p5 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.2;
}
