body {
    background-color: #001e28!important;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
    position: static;
}

.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.daily-sport-news {
    overflow: hidden;
    position: relative;
}

.daily-sport-news:hover .zoom-effect {
    transform: scale(4);
}

.zoom-effect {
    transition: transform 0.2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
}

.daily-sport-news h5 {
    position: relative;
    z-index: 2; /* Ең жоғарғы қабатта */
    color: black; /* Hover жоқ кезде қара */
    transition: color 0.3s ease-in-out; /* Түстің тегіс өзгеруі */
}

.daily-sport-news:hover h5 {
    color: white; /* Hover кезінде ақ */
}

.daily-sport-news:hover::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Градиент бүкіл блокты жабады */
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .85) 60%, transparent);
    z-index: 1;
    cursor: pointer;
}

.in-sport-overlay::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .85) 40%, transparent);
    border-radius: 0.5rem;
}

.card_l_news {
    width: 100%;
    overflow-y: scroll;
    max-height: 520px;
}

.in-sport-title {
    font-size: 2rem;
}

.article-content p img {
    width: 100%;
    height: auto;
}

blockquote p {
    padding: 1rem;
    border-left: 5px solid #ab0000;
    font-style: italic;
    font-weight: 600;
    background-color: #f0f8ff;
}






@media (max-width: 768px) {
    .logo {
        width: 100px;
        height: auto;
    }
    .header .btn {
        font-size: 14px;
        padding: 5px 10px;
    }
    .nav-link {
        font-size: 12px;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
	.in-sport-title {
    font-size: 1rem;
	}
}
