.section_header__title {
    color: var(--color-accent);
    text-align: start;
    padding: 70px 0 30px;
    margin: 0;
    text-transform: uppercase;
    font-size: 28px;
}

/* news list */
.news_list__cop {
    display: flex;
    gap: 50px;
    margin-bottom: 70px;
}

.news_list__left {
    width: 70%;
    padding: 0px;
    display: flex;
    flex-direction: column;
}

.news_list__right {
    width: 30%;
}

.news_grid__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.no_data__box {
    background: var(--bg-white);
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.blog__pos {
    position: sticky;
    top: 20px;
    transition: 0.45s ease-in-out;
}

.blog__list {
    background: var(--bg-white);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 16px;
    border: #E0E9EB 1px solid;
}

.blog__list:hover,
.news__item__hot:hover {
    transform: translateY(-2px);
    border: var(--color-border) 1px solid;
    border-radius: 4px;
}


.blog__content {
    margin: 16px 0 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog__linkr {
    font-weight: 700;
    color: var(--color-text-brand);
    transition: 0.3s ease-in-out;
    text-transform: none;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.4;
    display: block;
    margin-bottom: 8px;
}

.blog__linkr:hover {
    color: var(--color-accent);
}

.blog__content p {
    font-size: 1rem;
    color: #808080;
    line-height: 1.5;
    margin-bottom: 12px;
    flex: 1;
}

.blog__link {
    display: flex;
    justify-content: space-between;
}

.calendar__box {
    display: flex;
    align-items: center;
    gap: 6px;
}

.calendar__text {
    font-weight: 400;
    color: var(--color-text-brand);
}

.blog__link a {
    color: var(--color-primary-hover);
    font-weight: 400;
    transition: color 0.3s ease;
}

.blog__link a:hover {
    color: #f79853;
}

.blog__link .icon {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.blog__link a:hover .icon {
    transform: translateX(3px);
}

.no__data {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    background: #f9f9f9;
    border-radius: 10px;
    border: 2px dashed #ddd;
}

.no_data__content {
    text-align: center;
    padding: 40px;
}

.no_data__icon {
    font-size: 60px;
    color: #ccc;
    margin-bottom: 20px;
}

.no_data__title {
    font-size: 24px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 600;
}

.no_data__text {
    font-size: 16px;
    color: #999;
    line-height: 1.5;
}

.news__page .title__main {
    text-align: left;
}

/* Hot news styles for right sidebar */
.news__title__hot {
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--color-hotline);
    margin-bottom: 14px;
    text-transform: uppercase;
    line-height: 1.4;
}

.news_right__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.news__item__hot {
    display: flex;
    gap: 12px;
    padding: 12px;
    background: var(--bg-white);
    border-radius: 4px;
    border: #ECECEC 1px solid;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news_item__hot__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news_item__hot__link {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-text-brand);
    text-decoration: none;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.calendar__box__hot {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: auto;
}

.calendar__image__hot {
    width: 16px;
    height: 16px;
}

.calendar__text__hot {
    font-size: 14px;
    color: var(--color-text-brand);
}

/* Load more button styles */
.load_more__container {
    display: flex;
    justify-content: center;
    margin: 24px 0;
}

.load_more__container .btn {
    background: var(--bg-soft-yellow);
    border: none;
    color: var(--color-text-brand);
    padding: 11px 30px;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 200px;
}

.load_more__container .btn:hover {
    background: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
    transform: translateY(-2px);
    color: var(--bg-white);
}

.load_more__container .btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(255, 200, 0, 0.2);
}

.load_more__container .btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.load_more_text,
.loading_text {
    display: inline-block;
    transition: opacity 0.3s ease;
}

.loading_text {
    position: relative;
}

.loading_text::after {
    content: '';
    animation: loadingDots 1.5s infinite;
}

@keyframes loadingDots {

    0%,
    20% {
        content: '';
    }

    40% {
        content: '.';
    }

    60% {
        content: '..';
    }

    80%,
    100% {
        content: '...';
    }
}

/* 4K and Ultra-wide Screens */
@media (min-width: 1600px) {}

/* Ultra Large Devices (Extra Large Desktop) */
@media (max-width: 1599px) {}

/* XXL Devices (Large Desktop) */
@media (max-width: 1399px) {}

/* Extra Large Devices (Small Desktop) */
@media (max-width: 1199px) {}

/* Large Devices (Tablets) */
@media (max-width: 991px) {
    .news_list__cop {
        flex-direction: column;
        gap: 16px;
    }

    .news_list__left {
        width: 100%;
    }

    .news_list__right {
        width: 100%;
        padding-left: 0px;
    }

    .news__page .title__main {
        text-align: center;
    }
}

/* Medium Devices (Tablets) */
@media (max-width: 767px) {
    .news_grid__box {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Small Devices (Phones) */
@media (max-width: 575px) {
    .news_grid__box {
        grid-template-columns: repeat(1, 1fr);
    }

    .blog__img img {
        width: 100%;
    }
}

/* Extra Small Devices */
@media (max-width: 374px) {
    .news_grid__box {
        grid-template-columns: repeat(1, 1fr);
    }
}