
/* Trending Bar */
.trending-bar {
    background-color: #ffffff;
    border-top: 1px solid #d1d5db;
    border-bottom: 1px solid #d1d5db;
}

.trending-bar .container {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
}

.trending-icon {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

.trending-topic {
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.5rem;
    transition: color 0.2s;
}

.trending-topic:hover {
    color: #ab8b08;
}

/* Market Widget */
.market-widget {
    background-color: #f9fafb;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.market-widget .container {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 0.75rem 1rem;
}

.market-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.market-item img {
    height: 2.5rem;
    object-fit: contain;
}

.market-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6b7280;
}

.market-price {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
}

.market-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-left: auto;
}

.market-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: opacity 0.2s;
}

.market-link:hover {
    opacity: 0.8;
}

.market-link img {
    width: 2.25rem;
    height: 2.25rem;
    object-fit: cover;
    border-radius: 50%;
}

.market-link span {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
}

/* Top Stories Section */
.top-stories {
    padding: 2rem 0;
    border-bottom: 1px solid #e5e5e5;
}

.section-title-large {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2rem;
}

.top-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.featured-large img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 1rem;
}

.main-headline {
    font-size: 1.875rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
    max-width: 48rem;
    margin-bottom: 2rem;
}

/* Article List */
.article-list {
    display: flex;
    flex-direction: column;
}

.article-list-full {
    display: flex;
    flex-direction: column;
}

.article-item {
    display: flex;
    gap: 1rem;
    padding: 0.75rem 0;
    cursor: pointer;
    transition: background-color 0.2s;
}

.article-item:hover {
    background-color: #f9fafb;
}

.article-item img {
    width: 8rem;
    height: 5rem;
    object-fit: cover;
    border-radius: 0.5rem;
    flex-shrink: 0;
}

.article-content {
    flex: 1;
    min-width: 0;
}

.article-content h4 {
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-date {
    font-size: 0.75rem;
    font-weight: 600;
    color: #9ca3af;
}

/* Category Sections */
.category-section {
    padding: 1.5rem 0;
    border-bottom: 1px solid #e5e5e5;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.section-title-wrapper {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.section-badge {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #1f2937;
    border-radius: 0.5rem;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.read-more {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s;
}

.read-more:hover {
    color: #ab8b08;
}

.section-divider {
    height: 4px;
    background-color: #4b5563;
    margin-bottom: 1.5rem;
}

.category-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.featured-article {
    cursor: pointer;
    transition: opacity 0.2s;
}

.featured-article:hover {
    opacity: 0.95;
}

.featured-article img {
    width: 100%;
    height: 18rem;
    object-fit: cover;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.featured-article h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

/* OTT Section */
.ott-section {
    padding: 1.5rem 0;
    border-bottom: 1px solid #e5e5e5;
}

.ott-filters {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.filter-button {
    padding: 0.5rem 2rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #1f2937;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

.filter-button:hover {
    background-color: #374151;
}

.movie-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.movie-card {
    cursor: pointer;
    transition: opacity 0.2s;
}

.movie-card:hover {
    opacity: 0.8;
}

.movie-card img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    border-radius: 0.5rem;
    margin-bottom: 0.75rem;
}

.movie-card h4 {
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
}

.top-stories-grid {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
}

/* LEFT SIDE */
.left-side {
    width: 60%;
}

.featured-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    margin-bottom: 10px;
}

.featured-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

/* RIGHT SIDE */
.right-side {
    width: 40%;
}

.article-item {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.article-item img {
    width: 130px;
    height: 90px;
    object-fit: cover;
}

.article-date {
    font-size: 12px;
    color: #888;
}

.article-date a {
    font-size: 14px;
    color: #888;
}


.right-side .video-item iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 9;
    border-radius: 10px;
}



