.news-article-section {
    padding: 17px;
    border: 1px solid #E6E6E6;
    margin-block: 17px;
}

.banner-image-1 {
    width: 100%;
    aspect-ratio: 16/2.5;
    overflow: hidden;
    margin-bottom: 17px;
}

.banner-image-2 {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    margin-bottom: 17px;
}

.banner-image-3 {
    width: 100%;
    aspect-ratio: 16/20.7;
    overflow: hidden;
    margin-top: 17px;
}

.banner-image-4 {
    width: 100%;
    aspect-ratio: 10/10;
    overflow: hidden;
    margin-top: 17px;
}

/* News Article Content */
.news-article-content {
    position: sticky;
    top: 17px;
}

.news-article-category {
    font-size: 14px;
    font-weight: 400;
    color: var(--bg-dark);
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 0.05em;
    font-family: 'Interstate Cond Mono', monospace;
}

.news-article-title {
    font-size: 25px;
    font-weight: 700;
    color: var(--bg-dark);
    margin-bottom: 0px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    font-family: 'Interstate Cond Mono', monospace;
}

.news-article-meta {
    font-size: 16px;
    font-weight: 500;
    color: #b0b0b0;
    line-height: 1.6;
    margin-bottom: 5px;
    font-family: 'Interstate Cond Mono';
    font-weight: bold;
}

.news-article-text {
    margin-bottom: 34px;
}

.news-article-text p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--bg-dark);
    margin-bottom: 20px;
    text-align: justify;
}

.news-article-dropcap {
    position: relative;
}

.dropcap {
    float: left;
    font-size: 80px;
    font-weight: 700;
    line-height: 0.8;
    margin-right: 10px;
    margin-top: 5px;
    color: var(--bg-dark);
    font-family: 'Interstate Cond Mono', monospace;
}

.news-article-quote {
    font-style: italic;
}

.news-article-quote em {
    font-style: italic;
    font-weight: 400;
}

/* Author Section */
.news-article-author {
    margin-bottom: 34px;
}

.author-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--bg-dark);
    margin: 0 0 5px 0;
    font-family: 'Interstate Cond Mono', monospace;
}

.author-role {
    font-size: 14px;
    font-weight: 400;
    color: #b0b0b0;
    margin: 0;
}

/* BUZZ Sidebar */
.buzz-sidebar {
    background-color: var(--bg-dark);
    color: var(--text-white);
    padding: 10px;
    margin-bottom: 17px;
}

.buzz-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-white);
    margin: 0px;
    letter-spacing: 0.1em;
    border-bottom: 1px solid var(--text-white);
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-family: 'Interstate Cond Mono';
    font-weight: bold;
}

.buzz-entry {
    display: flex;
    gap: 10px;
    align-items: start;
}

.buzz-number {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-white);
    flex-shrink: 0;
}

.buzz-content {
    flex: 1;
}

.buzz-headline {
    font-size: 0.9375rem;
    font-weight: 400;
    color: var(--text-white);
    margin: 0 0 0.5rem 0;
    line-height: 1.5;
}

.buzz-clicks {
    font-size: 0.875rem;
    font-weight: 400;
    color: #00D4FF;
}

.buzz-divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 1.5rem 0;
}

.buzz-divider:last-child {
    display: none;
}

/* Subscribe Bar */
.sidebar-subscribe {
    background-color: #dc3545;
    border-radius: 0;
}

.subscribe-icon-wrapper {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sidebar-subscribe i {
    color: var(--text-white);
    font-size: 1.5rem;
}

.subscribe-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--bg-dark);
    margin: 0;
    line-height: 1.2;
    font-family: 'Interstate Cond Mono';
    font-weight: bold;
}

.subscribe-count {
    font-size: 0.75rem;
    color: var(--text-white);
    opacity: 1;
    margin: 0;
    line-height: 1.3;
    margin-top: 2px;
    font-style: italic;
    font-family: 'Interstate Cond Mono';
    font-weight: bold;
}

.subscribe-btn {
    background-color: var(--text-white);
    color: #000;
    border: 1px solid #000;
    font-weight: 700;
    padding: 0.5rem 1.25rem;
    border-radius: 0;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    text-decoration: none;
    font-family: 'Interstate Cond Mono';
    font-weight: bold;
}

.subscribe-btn:hover {
    background-color: #f0f0f0;
    color: #000;
    border-color: #000;
}

.about-share {
    padding: 15px 25px;
    border: 1px solid var(--bg-dark);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.share-label {
    font-size: 0.875rem;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
    font-family: 'Interstate Cond Mono';
    font-weight: bold;
}

.share-button {
    width: 30px;
    color: var(--text-white);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 1.125rem;
    flex-shrink: 0;
    padding: 0;
}

.share-button:hover {
    background-color: #000;
}

.share-button:focus {
    outline: 2px solid #000;
    outline-offset: 2px;
}

/* Sidebar */
.about-sidebar {
    background-color: #000;
    color: var(--text-white);
    padding: 17px;
    border-radius: 0;
    height: fit-content;
    margin-top: 17px;
}

.sidebar-section {
    margin-bottom: 34px;
}

.sidebar-section:last-of-type {
    margin-bottom: 0;
}

.sidebar-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-white);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 17px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--text-white);
    font-family: 'Interstate Cond Mono';
    font-weight: bold;
}

.sidebar-items {
    margin-top: 0;
}

.sidebar-item {
    margin-bottom: 10px;
}

.sidebar-item-image {
    width: 100%;
    max-width: 120px;
    height: 80px;
    overflow: hidden;
    border-radius: 0;
    flex-shrink: 0;
}

.sidebar-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.sidebar-item-image:hover img {
    transform: scale(1.05);
}

.sidebar-item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sidebar-item-title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--text-white);
    margin: 0 0 6px 0;
    line-height: 1.4;
    font-family: 'Interstate Cond Mono';
    font-weight: bold;
    text-align: center;
}

.sidebar-item-link {
    color: #4fc3f7;
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 400;
    transition: color 0.3s ease;
    display: inline-block;
    font-family: 'Interstate Cond Mono';
    font-weight: bold;
    text-align: center;
}

.sidebar-item-link:hover {
    color: #29b6f6;
    text-decoration: none;
}

/* Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    color: var(--bg-dark) !important;
    background-color: var(--text-white);
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    margin-top: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px !important;
    font-weight: 700;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

/* Swiper Pagination */
.swiper-pagination {
    bottom: 0;
}

.swiper-pagination-bullet {
    background-color: var(--bg-dark);
    opacity: 0.3;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--bg-dark) !important;
}

/* Dreamers Card Overlay */
.dreamers-swiper .dreamers-card {
    position: relative;
    width: 100%;
    aspect-ratio: 16/7;
    overflow: hidden;
    background-color: var(--bg-dark);
}

.dreamers-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dreamers-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.dreamers-card-category {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-white);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'Interstate Cond Mono', monospace;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.dreamers-card-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.dreamers-card-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-white);
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    font-family: 'Interstate Cond Mono', monospace;
    flex: 1;
}

.dreamers-card-btn {
    background-color: var(--bg-dark);
    color: var(--text-white);
    border: none;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Interstate Cond Mono', monospace;
    white-space: nowrap;
    margin-left: 20px;
}

.dreamers-card-btn:hover {
    background-color: #333;
    color: var(--text-white);
}

.article-image-banner {
    width: 100%;
    aspect-ratio: 16/7;
    overflow: hidden;
    margin-bottom: 17px;
}

/* Responsive adjustments for dreamers card */
@media (max-width: 1199px) {
    .news-article-text {
        margin-bottom: 17px;
    }

    .banner-image-1 {
        aspect-ratio: 16/4;
    }
}

@media (max-width: 768px) {
    .banner-image-1 {
        aspect-ratio: 16/4.5;
    }

    .dropcap {
        font-size: 60px;
    }

    .about-sidebar {
        margin-bottom: 17px;
    }

    .banner-image-2 {
        aspect-ratio: 16/6;
    }

    .banner-image-3 {
        aspect-ratio: 16/6;
    }

    .banner-image-4 {
        aspect-ratio: 16/6;
    }
}

@media (max-width: 767.98px) {
    .dreamers-card-overlay {
        padding: 15px;
    }

    .dreamers-card-title {
        font-size: 18px;
    }

    .dreamers-card-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .dreamers-card-btn {
        margin-left: 0;
        width: 100%;
    }

    .news-article-title {
        font-size: 20px;
    }

    .dropcap {
        font-size: 40px;
    }

    .news-article-text p {
        font-size: 14px;
    }

    .article-image-banner {
        aspect-ratio: 16/9;
    }

}