/* PC端/全局样式 (Desktop/Global) */
.black-label {
    font-size: 1.8rem;
    /* PC端俄语字体调小，防止换行 */
}

@media (max-width: 430px) and (min-width: 320px) {

    .badge-text-line {
        font-size: 0.5rem;
    }
    .s-card-new p {
        font-size: clamp(0.8rem, 2.5vw, 3.5rem) !important;
    }
    .s-card-new:last-child h3 {
        font-size: clamp(0.8rem, 6vw, 4.5rem);
    }

    .btn-cta {
        font-size: 0.7rem;
        padding: 0.7rem 1rem;
    }

    .btn-cta-pink span {
        font-size: 0.6rem;
    }

    .btn-cta-pink {
        padding: 0.7rem 1rem !important;
    }

    .map-legend ul span {
        font-size: 10px !important;
    }

    .stat-label {
        white-space: unset;
    }

}