@media (min-width: 1513px) and (max-width: 1680px) {
    body {
        zoom: 0.875;
    }

    @supports (-moz-appearance: none) {
        body {
            zoom: 1;
        }

        #gitsite-wrapper {
            transform: scale(0.875);
            transform-origin: top left;
            width: calc(100% / 0.875);
        }
    }

    img,
    picture,
    video,
    canvas,
    svg {
        max-width: 100%;
        height: auto;
    }

    header,
    .site-header,
    .global-header {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    header,
    .site-header,
    .global-header {
        height: auto !important;
        min-height: 0 !important;
    }

    body,
    body * {
        font-weight: 500;
        -webkit-text-size-adjust: 100%;
        text-rendering: optimizeLegibility;
    }
}

@media (min-width: 1441px) and (max-width: 1512px) {
    body {
        zoom: 0.788;
    }

    @supports (-moz-appearance: none) {
        body {
            zoom: 1;
        }

        #gitsite-wrapper {
            transform: scale(0.788);
            transform-origin: top left;
            width: calc(100% / 0.788);
        }
    }

    img,
    picture,
    video,
    canvas,
    svg {
        max-width: 100%;
        height: auto;
    }

    header,
    .site-header,
    .global-header {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    header,
    .site-header,
    .global-header {
        height: auto !important;
        min-height: 0 !important;
    }

    body,
    body * {
        font-weight: 500;
        -webkit-text-size-adjust: 100%;
        text-rendering: optimizeLegibility;
    }
}

@media (min-width: 1369px) and (max-width: 1440px) {
    body {
        zoom: 0.75;
    }

    @supports (-moz-appearance: none) {
        body {
            zoom: 1;
        }

        #gitsite-wrapper {
            transform: scale(0.75);
            transform-origin: top left;
            width: calc(100% / 0.75);
        }
    }

    img,
    picture,
    video,
    canvas,
    svg {
        max-width: 100%;
        height: auto;
    }

    header,
    .site-header,
    .global-header {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    header,
    .site-header,
    .global-header {
        height: auto !important;
        min-height: 0 !important;
    }

    body,
    body * {
        font-weight: 500;
        -webkit-text-size-adjust: 100%;
        text-rendering: optimizeLegibility;
    }
}

@media (min-width: 1281px) and (max-width: 1368px) {
    body {
        zoom: 0.71;
    }

    @supports (-moz-appearance: none) {
        body {
            zoom: 1;
        }

        #gitsite-wrapper {
            transform: scale(0.71);
            transform-origin: top left;
            width: calc(100% / 0.71);
        }
    }

    img,
    picture,
    video,
    canvas,
    svg {
        max-width: 100%;
        height: auto;
    }

    header,
    .site-header,
    .global-header {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    header,
    .site-header,
    .global-header {
        height: auto !important;
        min-height: 0 !important;
    }

    body,
    body * {
        font-weight: 500;
        -webkit-text-size-adjust: 100%;
        text-rendering: optimizeLegibility;
    }
}

/* Tablet Responsive Styles for Header */
@media (max-width: 992px) {
    .header-container {
        padding: 0 40px !important;
    }

    .logo-wrapper {
        gap: 10px;
    }

    .site-title {
        font-size: 20px;
    }

    .site-subtitle {
        font-size: 12px;
    }

    .logo-icon svg {
        width: 42px;
        height: 42px;
    }

    .nav-menu {
        gap: 12px !important;
    }

    .nav-link {
        font-size: 15px !important;
        padding: 8px 4px !important;
    }

    .nav-separator {
        margin: 0 2px !important;
        font-size: 14px;
    }

    .nav-item {
        padding: 8px 0 !important;
    }
}

/* Mobile and Tablet Responsive Styles for Header */
@media (max-width: 768px) {
    /* Hide desktop header on mobile */
    .top-header {
        display: none !important;
    }

    .header-container {
        flex-direction: column;
        gap: 15px;
        padding: 10px 15px;
    }

    .logo-wrapper {
        width: 100%;
        justify-content: center;
    }

    .header-nav {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nav-menu {
        flex-wrap: nowrap;
        justify-content: center;
        min-width: max-content;
    }

    .nav-link {
        font-size: 12px;
        padding: 5px 6px;
        white-space: nowrap;
    }

    .nav-separator {
        font-size: 12px;
        margin: 0 1px;
    }

    .site-title {
        font-size: 16px;
    }

    .site-subtitle {
        font-size: 10px;
    }

    .logo-icon svg {
        width: 40px;
        height: 40px;
    }
    .banner-bottom{
        padding: 30px 16px !important;
    }
    .banner-bottom__content{
        padding: 0px !important;
        max-width: 100%;
        box-sizing: border-box;
    }
    .banner-bottom__btn{
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
        justify-content: center;
        padding: 10px 12px !important;
    }

}

@media (max-width: 480px) {
    .top-header {
        padding: 10px 0;
    }

    .header-container {
        padding: 5px 10px;
        gap: 10px;
    }

    .nav-link {
        font-size: 11px;
        padding: 4px 4px;
    }

    .site-title {
        font-size: 14px;
    }

    .logo-icon svg {
        width: 35px;
        height: 35px;
    }

    .banner-bottom__content {
        padding: 0 !important;
        max-width: 100%;
        box-sizing: border-box;
    }

    .banner-bottom__btn {
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
        padding: 8px 10px !important;
        font-size: 16px !important;
    }
}

/* Hero Section Responsive */
@media (max-width: 768px) {
    .hero-section {
        padding: 12px 16px !important;
    }

    .hero-container {
        padding: 0 15px !important;
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        text-align: left !important;
        gap: 2px !important
    }

    .hero-badge {
        padding: 5px 12px;
        margin-bottom: 12px;
    }

    .badge-text {
        font-size: 12px;
    }

    .hero-title {
        font-size: 40px !important;
        margin-bottom: 16px;
    }

    .hero-subtitle {
        font-size: 18px !important;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 30px 0;
    }

    .hero-container {
        padding: 0 15px !important;
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .hero-title {
        font-size: 40px !important;
        margin-bottom: 12px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .hero-badge {
        padding: 4px 10px;
        margin-bottom: 10px;
    }

    .badge-text {
        font-size: 11px;
    }
}

/* Blog Section Responsive */
@media (max-width: 768px) {
    .blog-section {
        padding: 40px 20px;
    }

    .blog-title {
        font-size: 32px !important;
    }

    .blog-subtitle {
        font-size: 20px;
    }

    .blog-description {
        font-size: 16px !important;
    }

    .blog-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
    }

    .blog-card {
        flex-direction: row !important;
        padding: 16px;
    }

    .blog-card-image {
        width: 100%;
        height: 200px;
    }
 
    .blog-card-title{
        font-size: 18px !important;
    }
    .responsive-column{
        display: flex !important;
        flex-direction: column !important;
    }
    .responsive-column-reverse{
        display: flex !important;
        flex-direction: column-reverse !important;
    }
}

@media (max-width: 480px) {
    .blog-section {
        padding: 30px 15px;
    }

    .blog-title {
        font-size: 32px !important;
    }

    .blog-subtitle {
        font-size: 18px;
    }

    .blog-card-image {
        height: 150px;
    }
}

/* Location Section Responsive */
@media (max-width: 768px) {
    .location-section {
        padding: 40px 20px;
    }

    .location-title {
        font-size: 24px;
    }

    .location-map-iframe {
        height: 300px;
    }

    .location-links {
        grid-template-columns: 1fr !important;
        gap: 12px;
    }

    .location-link {
        padding: 14px 16px;
    }

    .location-link-text {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .location-section {
        padding: 30px 15px;
    }

    .location-title {
        font-size: 20px;
    }

    .location-map-iframe {
        height: 250px;
    }

    .location-link-text {
        font-size: 12px;
    }
}

/* Footer Responsive */
@media (max-width: 768px) {
    /* Hide desktop footer on mobile */
    .main-footer.desktop-only {
        display: none !important;
    }
    
    /* Hide desktop sticky bar on mobile */
    .sticky-footer-bar.desktop-only {
        display: none !important;
    }
}

/* Mobile Sticky Footer Bar */
.mobile-sticky-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 1px solid #dcdcdc;
    padding: 12px 0;
    z-index: 999;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

.mobile-sticky-footer-bar.show {
    transform: translateY(0);
}

.mobile-sticky-footer-bar__container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.mobile-sticky-footer-bar__left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.mobile-sticky-footer-bar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mobile-sticky-footer-bar__icon svg {
    display: block;
}

.mobile-sticky-footer-bar__text {
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-weight: 400;
    color: #515151;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-sticky-footer-bar__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    background-color: #2681C4;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.mobile-sticky-footer-bar__btn:hover {
    background-color: #14722A;
}

.mobile-sticky-footer-bar__arrow {
    margin-left: 4px;
    font-size: 14px;
    font-weight: 700;
}

/* Mobile Footer Styles */
.mobile-footer {
    background-color: #333333;
    padding: 24px 0;
    bottom: 0;
    z-index: 100;
    margin-top: auto;
    position: relative;
}

.mobile-footer-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile-footer-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-footer-logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mobile-footer-logo-image {
    display: block;
}

.mobile-footer-logo-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mobile-footer-site-title {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 700;
    color: #14722a;
    margin: 0;
    padding: 0;
    line-height: 1.3;
}

.mobile-footer-site-subtitle {
    font-family: "Noto Sans JP";
    font-size: 11px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-weight: 500;
}

.mobile-footer-nav {
    display: flex;
    align-items: flex-start;
}

.mobile-footer-nav-menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 12px;
    width: 100%;
}

.mobile-footer-nav-item {
    display: flex;
    align-items: center;
}

.mobile-footer-nav-link {
    font-family: "Noto Sans JP";
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.5;
    transition: color 0.2s ease;
    display: block;
    padding: 4px 0;
}

.mobile-footer-nav-link:active {
    color: #2681C4;
    opacity: 0.8;
}

/* Mobile Global Floating Slot */
.mobile-global-floating-slot {
    position: absolute;
    right: 16px;
    bottom: calc(100% + 12px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-global-floating-slot__btn {
    padding: 0;
    color: #1C1C1C;
    text-decoration: none;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 700;
}


.mobile-location-more-text {
    white-space: nowrap;
}

@media (max-width: 480px) {
    .mobile-footer {
        padding: 20px 0;
    }

    .mobile-footer-container {
        padding: 0 12px;
        gap: 16px;
    }

    .mobile-footer-site-title {
        font-size: 14px;
    }

    .mobile-footer-site-subtitle {
        font-size: 10px;
    }

    .mobile-footer-nav-link {
        font-size: 13px;
    }

    .mobile-global-floating-slot {
        right: 12px;
        bottom: calc(100% + 5px);
    }

}

@media (max-width: 480px) {
    .main-footer.desktop-only {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .main-footer.desktop-only {
        display: none !important;
    }

    .footer-nav-separator {
        display: none;
    }

    .footer-nav-link {
        font-size: 14px;
    }
}

/* Breadcrumb Responsive */
@media (max-width: 768px) {
    .breadcrumb-container {
        display: flex !important;
        align-items: center !important;
        padding: 12px 16px !important;
        gap: 8px;
        max-width: 100% !important;
        margin: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
        overflow-x: auto; /* Cho phép scroll ngang */
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch; /* Smooth scroll trên iOS */
        scrollbar-width: none; /* Ẩn scrollbar trên Firefox */
        -ms-overflow-style: none; /* Ẩn scrollbar trên IE/Edge */
    }

    .breadcrumb-container::-webkit-scrollbar {
        display: none; /* Ẩn scrollbar trên Chrome/Safari */
    }

    .breadcrumb-home {
        flex-shrink: 0;
    }

    .breadcrumb-home svg {
        width: 18px;
        height: 18px;
        display: block;
    }

    .breadcrumb-separator {
        font-size: 14px;
        flex-shrink: 0;
        white-space: nowrap;
    }

    .breadcrumb-title {
        font-size: 14px;
        white-space: nowrap;
        flex-shrink: 0; /* Không bị shrink để có thể scroll */
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .breadcrumb-container {
        display: flex !important;
        align-items: center !important;
        padding: 12px 16px !important;
        gap: 6px;
        max-width: 100% !important;
        margin: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
        overflow-x: auto; /* Cho phép scroll ngang */
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch; /* Smooth scroll trên iOS */
        scrollbar-width: none; /* Ẩn scrollbar trên Firefox */
        -ms-overflow-style: none; /* Ẩn scrollbar trên IE/Edge */
    }

    .breadcrumb-container::-webkit-scrollbar {
        display: none; /* Ẩn scrollbar trên Chrome/Safari */
    }

    .breadcrumb-home {
        flex-shrink: 0;
    }

    .breadcrumb-home svg {
        width: 16px;
        height: 16px;
        display: block;
    }

    .breadcrumb-separator {
        font-size: 12px;
        flex-shrink: 0;
        white-space: nowrap;
    }

    .breadcrumb-title {
        font-size: 12px;
        white-space: nowrap;
        flex-shrink: 0; /* Không bị shrink để có thể scroll */
        display: inline-block;
    }
}

/* Ranking Section Responsive */
@media (max-width: 992px) {
    .ranking-wrapper {
        grid-template-columns: 1fr !important;
        gap: 0;
    }

    .ranking-sidebar {
        display: flex;
        flex-direction: column;
        position: static !important;
        scroll-behavior: unset;
        max-height: none !important;
        transition: none !important;
    }

    .ranking-list {
        width: 100%;
    }
    .intro-section {
        padding: 36px 30px !important;
    }
    .ranking-section {
        padding: 36px 16px !important;
    }
    .hero-container {
        padding: 0px !important;
    }
    .blog-section {
        padding: 36px 30px !important;
    }
    .ranking-points__button {
        width: 100%;
   
    }
    .ranking-points__button button {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .ranking-card__title{
        font-size: 20px !important;
    }
    .ranking-card__title::after{
        width: 6.15px !important;
        height: 7.51px !important;
        top: 19px !important;
        left: 18px !important;
    }
    .ranking-card__title::before{
        width: 10.93px !important;
        height: 13.66px !important;
        top: -1px !important;
        left: -2px !important;
    }
    .ranking-card{
        padding: 12px !important;
        gap: 12px !important;
    }
    .ranking-points__title{
        font-size: 18px !important;
    }
    .ranking-points{
        font-size: 16px !important;
        padding-left:25px !important;
    }
    .ranking-card__people-container{
        gap: 8px !important;
        justify-content: space-between !important;
    }
    
    .ranking-card__people-container-img{
        flex: 0 0 auto;
        width: 60px;
        height: 60px;
    }
    .ranking-points__btn-text{
        font-size: 16px !important;
    }
    .ranking-card__image-img{
        margin-bottom: 0px !important;
    }
    .banner-bottom__title{
        font-size: 32px !important;
    }
    .banner-bottom__text{
        font-size: 16px !important;
    }
    .chosse-hero__eyebrow{
        font-size: 18px !important;
    }
    .chosse-hero__text{
        font-size: 16px !important;
    }

}

@media (max-width: 768px) {
    .ranking-section {
        padding: 36px 16px !important;
    }

    .ranking-wrapper {
        padding: 0px;
        grid-template-columns: 1fr;
        gap: 0;
    }


    .ranking-list {
        width: 100%;
    }

    .ranking-side-title {
        font-size: 32px !important;
    }

    .ranking-card {
        padding: 16px;
    }

    .ranking-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .ranking-section {
        padding: 28px 16px !important;
    }

    .ranking-wrapper {
        padding: 0px;
        grid-template-columns: 1fr;
        gap: 0;
    }


    .ranking-list {
        width: 100%;
    }

    .ranking-card {
        padding: 14px;
    }

    .ranking-title {
        font-size: 18px;
    }

    .ranking-points {
        font-size: 13px;
    }

    .ranking-desc {
        font-size: 13px;
    }

    .ranking-card__people-container {
        gap: 6px !important;
        justify-content: space-between !important;
    }

    .ranking-card__people-container-img {
        flex: 0 0 auto;
        width: 50px;
        height: 50px;
        max-width: 50px;
        max-height: 50px;
    }
}

/* FAQ Hero Responsive */
@media (max-width: 768px) {
    .faq-hero {
        grid-template-columns: 1fr;
        padding: 30px 16px 10px;
        gap: 20px;
    }

    .faq-hero__title {
        font-size: 28px;
    }

    .faq-hero__text {
        font-size: 14px;
    }

    .faq-hero__image {
        justify-content: center;
    }

    .faq-hero__img {
        max-width: 360px;
    }
}

@media (max-width: 480px) {
    .faq-hero {
        padding: 24px 12px 8px;
        gap: 16px;
    }

    .faq-hero__title {
        font-size: 24px;
    }

    .faq-hero__text {
        font-size: 13px;
        line-height: 1.6;
    }
}

/* Mobile Only - Hide on Desktop, Show on Mobile */
.mobile-only {
    display: none !important;
}

@media (max-width: 768px) {
    .mobile-only {
        display: block !important;
    }
    
    .mobile-only-inline {
        display: inline !important;
    }
    
    .mobile-only-flex {
        display: flex !important;
    }
}


/* Desktop Only - Show on Desktop, Hide on Mobile */
.desktop-only {
    display: block !important;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }
}

/* Mobile Header Styles */
.mobile-header {
    background-color: #fcfcfc;
    border-bottom: 1px solid #dcdcdc;
    padding: 12px 16px;
    position: sticky;
    top: 0;
    z-index: 1001;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.mobile-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}

.mobile-header-left {
    display: flex;
    align-items: center;
    flex: 1;
}

.mobile-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
}

a.mobile-logo-wrapper {
    text-decoration: none;
    color: inherit;
}

a.mobile-logo-wrapper:hover {
    text-decoration: none;
    opacity: 0.9;
}

.mobile-logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mobile-logo-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mobile-site-title {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 700;
    color: #14722a;
    margin: 0;
    padding: 0;
    line-height: 1.3;
}

.mobile-site-subtitle {
    font-family: "Noto Sans JP";
    font-size: 11px;
    color: #515151;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-weight: 500;
}

.mobile-menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2681C4;
    flex-shrink: 0;
}

.mobile-menu-toggle:active {
    opacity: 0.7;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1002;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
    display: block;
    opacity: 1;
}

/* Mobile Menu Sidebar */
.mobile-menu-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    max-width: 85%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1003;
    transition: right 0.3s ease;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.mobile-menu-sidebar.active {
    right: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
}

.mobile-menu-close {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c1c1c;
}

.mobile-menu-close:active {
    opacity: 0.7;
}

.mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-item {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-item:last-child {
    border-bottom: none;
}

.mobile-menu-link {
    display: block;
    padding: 16px 20px;
    font-family: "Noto Sans JP";
    font-size: 16px;
    color: #1c1c1c;
    text-decoration: none;
    font-weight: 400;
    transition: background-color 0.2s ease;
}

.mobile-menu-link:active {
    background-color: #f5f5f5;
}

.mobile-menu-item.active .mobile-menu-link {
    color: #2681C4;
    font-weight: 500;
}

/* Pagination Responsive - Keep on 1 line */
@media (max-width: 768px) {
    .column-pagination,
    .hyberlink-pagination,
    .book-pagination {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 4px !important;
        padding: 16px 0 !important;
        justify-content: space-around !important;
    }

    .column-pagination::-webkit-scrollbar,
    .hyberlink-pagination::-webkit-scrollbar,
    .book-pagination::-webkit-scrollbar {
        display: none;
    }

    .column-pagination-btn,
    .hyberlink-pagination__btn,
    .book-pagination__btn {
        flex-shrink: 0 !important;
        padding: 6px 10px !important;
        font-size: 13px !important;
        white-space: nowrap;
    }

    .column-pagination-numbers,
    .hyberlink-pagination__numbers,
    .book-pagination__numbers {
        flex-shrink: 0;
        display: flex !important;
        gap: 4px !important;
    }

    .column-pagination-number,
    .hyberlink-pagination__number,
    .book-pagination__number {
        flex-shrink: 0 !important;
        min-width: 32px !important;
        width: 32px !important;
        height: 32px !important;
        padding: 0 !important;
        font-size: 13px !important;
    }
}

@media (max-width: 480px) {
    .column-pagination,
    .hyberlink-pagination,
    .book-pagination {
        gap: 3px !important;
    }

    .column-pagination-btn,
    .hyberlink-pagination__btn,
    .book-pagination__btn {
        padding: 5px 8px !important;
        font-size: 12px !important;
    }

    .column-pagination-number,
    .hyberlink-pagination__number,
    .book-pagination__number {
        min-width: 28px !important;
        width: 28px !important;
        height: 28px !important;
        font-size: 12px !important;
    }
}

/* Intro Section Responsive */
@media (max-width: 768px) {
    .intro-section {
        padding: 36px 30px !important;
    }

    .intro-container {
        padding: 0 16px;
        gap: 10px;
    }

    .intro-text,
    .intro-check {
        font-size: 18px !important;
        line-height: 1.5;
    }

    .check-icon {
        width: 18px;
        height: 18px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .intro-section {
        padding: 28px 0 !important;
    }

    .intro-container {
        padding: 0 12px;
    }

    .intro-text,
    .intro-check {
        font-size: 13px;
    }

    .check-icon {
        width: 16px;
        height: 16px;
        font-size: 10px;
    }
}

/* Notification Popup Responsive */
@media (max-width: 768px) {
    .notification-popup {
        bottom: 203px !important;
        right: 16px;
        left: 16px;
        max-width: calc(100% - 32px);
    }

    .notification-popup-content {
        min-width: auto;
        max-width: 100%;
        padding: 16px;
        gap: 12px;
    }

    .medal-icon-popup {
        width: 20px;
        height: 16px;
    }

    .notification-text p {
        font-size: 16px !important;
        line-height: 1.4;
    }

    .notification-link {
        font-size: 16px;
        margin-top: 8px;
    }
}


/* Mobile Only - Hide on Desktop, Show on Mobile */
.mobile-only--480 {
    display: none !important;
}

@media (max-width: 480px) {
    .mobile-only--480{
        display: block !important;
    }
    .notification-popup {
        bottom: 70px !important;
        right: 12px;
        left: 12px;
        max-width: calc(100% - 24px);
    }

    .notification-popup-content {
        padding: 12px !important;
        gap: 12px !important;
        flex-direction: row;
        align-items: flex-start;
    }

    .medal-icon-popup {
        width: 18px;
        height: 14px;
    }

    .notification-text{
        gap: 4px !important;
    }

    .notification-text p {
        font-size: 14px !important;
        line-height: 1.5;
    }

    .notification-link {
        font-size: 12px !important;
        margin-top: 6px;
    }

}