.category-product-div {
    padding: 5px !important;
}

.top-stories-bar {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.top-stories-wrapper {
    gap: 12px;
    padding: 10px 0;
    direction: rtl;
}

.top-stories-label {
    font-weight: 700;
    color: #d32f2f;
    white-space: nowrap;
}

.top-stories-marquee {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.top-stories-track {
    display: flex;
    align-items: center;
    gap: 10px;
    animation: top-stories-scroll 35s linear infinite;
    will-change: transform;
}

.top-stories-item {
    color: #1f1f1f;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    padding: 6px 14px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.top-stories-marquee:hover .top-stories-track {
    animation-play-state: paused;
}

.top-stories-item:hover {
    color: #b71c1c;
    border-color: #b71c1c;
    text-decoration: none;
    background-color: #fff5f5;
}

@media screen and (max-width: 400px) {
    .top-stories-item {
        padding: 5px 8px;
    }
}

@keyframes top-stories-scroll {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.importance-widget {
    border-bottom: none;
}

.top-stories-importance-header {
    padding: 10px 0 6px;
    border-bottom: 1px solid #e9ecef;
    flex-wrap: wrap;
}

.importance-widget-note {
    color: #6c757d;
    font-size: 13px;
}

.importance-widget-link {
    color: #b71c1c;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.top-stories-importance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    padding: 12px 0 6px;
}

.importance-column {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.importance-column-title {
    font-weight: 700;
    color: #d32f2f;
}

.importance-column-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.menu-static > .nav-link,
.menu-static > a {
    position: relative;
}

.menu-static > .nav-link::before,
.menu-static > a::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-inline-end: 8px;
    vertical-align: middle;
}

.menu-static--postcat > .nav-link::before,
.menu-static--postcat > a::before {
    background-color: #ff9800;
}

.menu-static--productcat > .nav-link::before,
.menu-static--productcat > a::before {
    background-color: #1565c0;
}

.menu-static--articlecat > .nav-link::before,
.menu-static--articlecat > a::before {
    background-color: #2e7d32;
}

.menu-static--announcementcat > .nav-link::before,
.menu-static--announcementcat > a::before {
    background-color: #6a1b9a;
}

.menu-static--linkcat > .nav-link::before,
.menu-static--linkcat > a::before {
    background-color: #00838f;
}

.menu-static--eventcat > .nav-link::before,
.menu-static--eventcat > a::before {
    background-color: #c62828;
}

.menu-static--faqcat > .nav-link::before,
.menu-static--faqcat > a::before {
    background-color: #5d4037;
}

.menu-static--orgcat > .nav-link::before,
.menu-static--orgcat > a::before {
    background-color: #455a64;
}
