/* Page-scoped overrides for tuyen-sinh: same selectors, different values than other pages. */

.text-clamp-hero {
    font-size: clamp(2.2rem, 5.5vw, 4.2rem);
    line-height: 1.1;
}

.text-clamp-giant {
    font-size: clamp(3.2rem, 8vw, 7.5rem);
    line-height: 1.05;
}

.text-clamp-section {
    font-size: clamp(1.75rem, 3.8vw, 3.25rem);
    line-height: 1.2;
}

.text-clamp-card-title {
    font-size: clamp(1.05rem, 1.35vw, 1.4rem);
    line-height: 1.25;
}

.tuyen-sinh-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #cbd5e1;
    opacity: 1;
    border-radius: 9999px;
    transition: all 0.3s ease;
}

.tuyen-sinh-pagination .swiper-pagination-bullet-active {
    width: 28px;
    background-color: #f43f5e;
    box-shadow: 0 2px 8px rgba(244, 63, 94, 0.45);
}
