
/* --- RESPONSIVE FOR TABLET (< 1024px) --- */

@media (max-width: 1023px) {
    .main-container {
        width: 95%; 
    }

    .content {
        flex-direction: column;
    }

    .content-left {
        width: 100%;
        padding-right: 0;
        border-right: none;
        border-bottom: 2px solid #E9E9E9;
        margin-bottom: 20px;
    }

    .content-right {
        width: 100%;
        padding-left: 0;
    }

    .content-form {
        flex-direction: row; 
    }

    .item-right {
        width: 50%;
    }

    .content-right__item {
        width: 50%;
    }

    .content-slide__list {
        flex-wrap: wrap;
    }

    .content-slide__link {
        width: 50%; 
    }

    .menu-name__list {
        flex-wrap: wrap; 
        gap: 15px;
        margin-bottom: 10px;
    }

    .content-left__img, 
    .content-right__img {
        object-fit: cover;
    }

    .menu-name__link:hover {
        transform: translateX(5px);
    }

    .menu-sport {
        position: relative;
        padding: 10px 0;
    }

    .menu-mobile-btn {
        display: block;
        font-size: 24px;
        color: #015E53;
        cursor: pointer;
        padding: 10px 0;
    }

    .menu-sport__list {
        display: none; 
        flex-direction: column;
        gap: 0;
        background-color: #f9f9f9;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 10;
        border: 1px solid #E9E9E9;
        padding-top: 0;
    }

    .menu-sport__item {
        width: 100%;
        border-bottom: 1px solid #E9E9E9;
    }

    .menu-sport__item:hover {
        transform: translateX(0);
        transform: translateY(-2px);
    }

    .menu-sport__link {
        padding: 15px 20px;
        width: 100%;
    }

    .menu-sport__link:hover {
        background-color: #EE4D2D;
        color: white;
    }

    #menu-check:checked ~ .menu-sport__list {
        display: flex;
    }

    .content-sport__body {
        flex-direction: column; 
    }

    .content-sport__news, 
    .content-sport__old {
        width: 100%;
        padding: 0;
        border: none;
    }

    .content-sport__news {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #E9E9E9;
    }

    .sport-newspaper {
        flex-direction: column;
    }

    .focus-newspaper, 
    .sideline-newspaper {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 740px) {
    .content-left__item {
        flex-direction: column-reverse;
    }

    .content-left__img,
    .content-left__title {
        width: 100%;
    }

    .content-left__title {
        padding-left: 0;
        padding-bottom: 16px;
    }

    .content-form {
        flex-direction: column; 
    }

    .content-right__item, 
    .item-right {
        width: 100%;
        padding: 0;
        border-right: none;
    }

    .content-right__item {
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #E9E9E9;
    }

    .right-list img {
        width: 25%; 
    }

    .sport-event {
        display: none;
    }

    .sport-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .menu-sport__list {
        gap: 15px;
        justify-content: space-between;
    }

    .sport-last {
        flex-direction: column;
        gap: 20px;
    }

    .sport-new__small {
        margin-top: 20px;
        width: 100%;
    }

    .focus-newspaper__item {
        flex-direction: column;
    }

    .focus-newspaper__img, 
    .focus-newspaper__title {
        width: 100%;
        padding-left: 0;
    }

    .focus-newspaper__img {
        margin-bottom: 12px;
    }

    .sport-container {
        flex-direction: column;
    }

    .sport-col-3 {
        width: 100%;
    }

    .pagination {
        gap: 8px;
    }

    .page-item {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}