:root {
    --np-red: #ec1c24;
    --np-blue: #00abc9;
    --np-grey: #f5f5f5;
    --np-dark: #1a1a1a;
}

.nile_post_apr05_body * {
    box-sizing: border-box !important;
    font: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
}

.nile_post_apr05_wrapper {
    max-width: 1140px !important;
    margin: auto !important;
    padding: 1rem !important;
}

.nile_post_apr05-title {
    all: unset !important;
    display: block !important;
    font-weight: 700 !important;
    font-family: "Proxima Nova Extra Condensed Black", Impact, "Roboto Condensed", "Arial Narrow", sans-serif !important;
    font-size: 3em !important;
    line-height: 1.1 !important;
    margin-bottom: 0.2rem !important;
    color: var(--np-dark) !important;
}

.nile_post_apr05-meta {
    font-size: 0.95rem !important;
    color: #6c757d !important;
    margin-bottom: 1rem !important;
}

.nile_post_apr05-hero {
    width: 100% !important;
    /* aspect-ratio: 16 / 9 !important; */
    background-color: #000 !important;
    overflow: hidden !important;
    margin-bottom: 0.5rem !important;
    position: relative !important;
    /* min-height: 250px */
}



.nile_post_apr05-hero img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center !important; /* 👈 Ensure top part is shown */
    display: block !important;
}

.nile_post_apr05-hero-caption,
.nile_post_apr05-caption {
    font-size: 0.85rem !important;
    font-style: italic !important;
    font-weight: bold !important;
    color: #444 !important;
    margin: 0.4rem 0 1.5rem 0 !important;
    padding-left: 2px !important;
}

.nile_post_apr05-main {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 2rem !important;
    margin-top: 2rem !important;
}

.nile_post_apr05-main-left {
    flex: 1 1 0 !important;
}

.nile_post_apr05-main-right {
    width: 336px !important;
    max-width: 336px !important;
}

.nile_post_apr05-image img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: top center !important; /* 👈 Ensure top part shows */
    border-radius: 0 !important;
    display: block !important;
}

.nile_post_apr05-excerpt {
    background-color: var(--np-grey) !important;
    border-left: 4px solid var(--np-red) !important;
    padding: 1rem 1.25rem !important;
    font-style: italic !important;
    font-size: 1.05rem !important;
    margin-bottom: 2rem !important;
    color: #444 !important;
}

.nile_post_apr05-related-inline {
    border-top: 2px solid var(--np-red) !important;
    padding: 1rem 1.5rem !important;
    margin: 3rem auto !important;
    background-color: #fdfdfd !important;
    border-radius: 6px !important;
    max-width: 90% !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03) !important;
}

.nile_post_apr05-related-inline h4 {
    background-color: var(--np-red) !important;
    color: #fff !important;
    display: inline-block !important;
    padding: 0.4rem 1.2rem !important;
    margin-bottom: 1rem !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    border-radius: 0.15rem !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.nile_post_apr05-related-inline ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.nile_post_apr05-related-inline ul li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.6rem !important;
    margin-bottom: 0.75rem !important;
    font-size: 1.05rem !important;
    line-height: 1.5 !important;
    padding-left: 0.1rem !important;
}

.nile_post_apr05-related-inline ul li::before {
    content: "\203A" !important;
    color: var(--np-red) !important;
    font-weight: 900 !important;
    font-size: 1.2rem !important;
    display: inline-block !important;
    line-height: 1.1 !important;
    margin-top: 0.1em !important;
}

.nile_post_apr05-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
    margin-top: 1rem !important;
}

.nile_post_apr05-tags span {
    display: inline-block !important;
    background-color: #f0f0f0 !important;
    padding: 0.4rem 1rem !important;
    border-radius: 100px !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out !important;
}

.nile_post_apr05-tags span:hover {
    background-color: var(--np-red) !important;
}

.nile_post_apr05-tags span:hover a {
    color: #fff !important;
}

.nile_post_apr05-side-card {
    margin-bottom: 2rem !important;
    background-color: #fafafa !important;
    padding: 1rem 1rem 0.75rem 1rem !important;
    border-radius: 8px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.nile_post_apr05-side-card h5 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: var(--np-red) !important;
    margin-top: 0 !important;
    margin-bottom: 0.75rem !important;
    padding-bottom: 0.35rem !important;
    border-bottom: 2px solid var(--np-red) !important;
}

.nile_post_apr05-side-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
    margin-bottom: 1.25rem !important;
}

.nile_post_apr05-side-item img {
    width: 96px !important;
    height: 72px !important;
    object-fit: cover !important;
    object-position: top center !important; /* 👈 show top part */
    border-radius: 6px !important;
    flex-shrink: 0 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) !important;
}

.nile_post_apr05-side-item div {
    flex: 1 !important;
}

.nile_post_apr05-side-item a {
    display: inline-block !important;
    font-weight: 600 !important;
    font-size: 0.98rem !important;
    font-family: inherit !important;
    color: var(--np-dark) !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
    transition: color 0.2s ease-in-out !important;
}

.nile_post_apr05-side-item a:hover {
    color: var(--np-red) !important;
}

.nile_post_apr05-side-item .meta-text {
    font-size: 0.85rem !important;
    color: #6c757d !important;
    line-height: 1.4 !important;
}

.nile_post_apr05-side-item.reverse {
    flex-direction: row-reverse !important;
}

.nile_post_apr05-side-card+.nile_post_apr05-side-card {
    margin-top: 1.5rem !important;
}

.nile_post_apr05-side-item.with-dotted-separator {
border-bottom: 1px dotted #00abc9; /* soft blue */
padding-bottom: 0.75rem;
margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .nile_post_apr05-related-inline {
        padding: 1rem !important;
        margin: 2rem auto !important;
    }
}

@media (max-width: 767px) {
    .nile_post_apr05_wrapper {
        padding: 0.75rem !important;
    }

    .nile_post_apr05-main {
        flex-direction: column !important;
    }

    .nile_post_apr05-main-right {
        width: 100% !important;
        max-width: 100% !important;
    }

    .nile_post_apr05-side-card {
        padding: 0.75rem !important;
    }

    .nile_post_apr05-title {
        font-size: 2.2em !important;
    }
}

.category-page {
    font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
    color: var(--np-dark);
    font-size: 18px;
}

.category-page .section-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--np-dark);
    border-bottom: 4px solid var(--np-red);
    margin-bottom: 1.5rem;
    display: inline-block;
    padding-bottom: 6px;
    font-family: "Proxima Nova Extra Condensed Black", Impact, "Roboto Condensed", sans-serif;
}

.category-page .news-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--np-dark);
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.category-page .news-title a {
    text-decoration: none;
    color: var(--np-dark);
}

.category-page .meta,
.category-page .list-group-heading {
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.category-page .meta a,
.category-page .list-group-heading a {
    color: var(--np-red);
    text-decoration: none;
}

.category-page .meta a:hover,
.category-page .list-group-heading a:hover {
    color: #c51111;
}

/* Masonry Grid */
.category-page .masonry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

/* Main Article Images */
.img-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 4px;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    display: block;
    transition: transform 0.3s ease;
}

.img-wrapper:hover img {
    transform: scale(1.01);
}

/* Layout Dividers */
.category-page .masonry-item,
.category-page .trending-item {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Trending Item */
.category-page .trending-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.category-page .trending-item .news-title {
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
    font-weight: 600;
    line-height: 1.4;
}

.category-page .trending-item .meta {
    font-size: 0.75rem;
    color: #888;
}

.category-page .trending-item img {
    width: 96px !important;
    height: 72px !important;
    object-fit: cover;
    object-position: top left;
    border-radius: 4px;
    border: 1px solid #eee;
    display: block;
    flex-shrink: 0;
}

/* List Styles */
.category-page ul {
    padding-left: 0;
}

.category-page ul li {
    font-size: 1rem;
    line-height: 1.5;
    border-bottom: 1px dashed #e2e2e2;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: flex-start;
}

.category-page ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.category-page ul li small {
    font-size: 0.8rem;
    color: #888;
    display: block;
    margin-top: 2px;
}

/* Responsive */
@media (max-width: 767px) {
    .category-page .section-title {
        font-size: 24px;
    }

    .category-page .news-title {
        font-size: 1.05rem;
    }

    .category-page .trending-item {
        flex-direction: column;
    }

    .category-page .trending-item img {
        width: 100% !important;
        height: auto !important;
    }
}

/* Author Wrapper */
.nile_post_apr05-author-wrapper {
    max-width: 1140px;
    margin: auto;
    padding: 2rem 1rem;
    font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
    color: var(--np-dark);
}

/* Author Profile */
.nile_post_apr05-author-profile {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}
.nile_post_apr05-author-profile img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: top center;
    border-radius: 50%;
    border: 2px solid var(--np-grey);
}
.nile_post_apr05-author-profile h1 {
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "Proxima Nova Extra Condensed Black", Impact, "Roboto Condensed", "Arial Narrow", sans-serif;
    margin: 0;
    color: var(--np-dark);
}
.nile_post_apr05-author-profile .meta {
    font-size: 0.95rem;
    color: #666;
    margin-top: 4px;
}

/* Main Content Layout */
.nile_post_apr05-main {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.nile_post_apr05-main-left {
    flex: 1 1 0;
}
.nile_post_apr05-main-right {
    width: 336px;
    max-width: 336px;
}

/* Author Articles */
.nile_post_apr05-article {
    margin-bottom: 2.5rem;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 1.5rem;
}
.nile_post_apr05-article .hero {
    aspect-ratio: 16/9;
    overflow: hidden;
    background-color: #000;
    border-radius: 4px;
    margin-bottom: 1rem;
}
.nile_post_apr05-article .hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 4px;
    display: block;
}
.nile_post_apr05-article h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: var(--np-dark);
}
.nile_post_apr05-article h2 a {
    text-decoration: none;
    color: inherit;
}
.nile_post_apr05-article .meta {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 0.8rem;
}
.nile_post_apr05-article .meta strong {
    font-weight: 600;
    color: var(--np-dark);
}
.nile_post_apr05-article .excerpt {
    background-color: var(--np-grey);
    border-left: 4px solid var(--np-red);
    padding: 1rem 1.25rem;
    font-style: italic;
    font-size: 1rem;
    color: #444;
    line-height: 1.6;
}

/* Sidebar: Trending */
.nile_post_apr05-side-card {
    margin-bottom: 2rem;
    background-color: #fafafa;
    padding: 1rem 1rem 0.75rem;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.nile_post_apr05-side-card h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--np-red);
    margin-bottom: 1rem;
    border-bottom: 2px solid var(--np-red);
    padding-bottom: 0.4rem;
}
.nile_post_apr05-side-item {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    align-items: flex-start;
}
.nile_post_apr05-side-item.reverse {
    flex-direction: row-reverse;
}
.nile_post_apr05-side-item img {
    width: 96px;
    height: 72px;
    object-fit: cover;
    object-position: top center;
    border-radius: 6px;
    flex-shrink: 0;
}
.nile_post_apr05-side-item div {
    flex: 1;
}
.nile_post_apr05-side-item a {
    font-weight: 600;
    font-size: 0.98rem;
    color: var(--np-dark);
    text-decoration: none;
    line-height: 1.4;
}
.nile_post_apr05-side-item .meta-text {
    font-size: 0.85rem;
    color: #6c757d;
    line-height: 1.4;
}

/* Sidebar: Latest */
.nile_post_apr05-related-inline-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.nile_post_apr05-related-inline-list li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 0.75rem;
}
.nile_post_apr05-related-inline-list li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 0.1rem;
    font-weight: 900;
    color: var(--np-red);
}
.nile_post_apr05-related-inline-list a {
    font-weight: 600;
    color: var(--np-dark);
    text-decoration: none;
}
.nile_post_apr05-related-inline-list small {
    font-size: 0.8rem;
    color: #888;
    display: block;
    margin-top: 0.2rem;
}

.nile_post_apr05-wrapper {
    padding: 1rem 0.75rem;
}

@media (max-width: 767px) {
    .nile_post_apr05-author-profile {
        flex-direction: column;
        align-items: flex-start;
    }

    .nile_post_apr05-main {
        flex-direction: column;
    }

    .nile_post_apr05-main-right {
        width: 100%;
        max-width: 100%;
    }

    .nile_post_apr05-article {
        flex-direction: column !important;
    }

    .nile_post_apr05-article > div:first-child {
        width: 100% !important;
    }

    .nile_post_apr05-article img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16/9;
        border-radius: 6px !important;
    }

    .nile_post_apr05-article h2 {
        font-size: 1.1rem !important;
        line-height: 1.4;
    }

    .nile_post_apr05-excerpt {
        font-size: 0.95rem !important;
        padding: 0.75rem !important;
    }

    .nile_post_apr05-side-card h5 {
        font-size: 1.15rem !important;
    }

    .nile_post_apr05-side-item {
        flex-direction: column !important;
        gap: 0.6rem;
    }

    .nile_post_apr05-side-item.reverse {
        flex-direction: column !important;
    }

    .nile_post_apr05-side-item img {
        width: 100% !important;
        height: auto !important;
    }
}


:root {
    --np-black: #000;
    --np-white: #fff;
    --np-muted: #aaa;
    --np-red: #ec1c24;
    --np-card-bg: #0d0d0d;
    --np-border: rgba(255, 255, 255, 0.08);
}

/* Wrapper */
.np_april06_tag_wrapper {
    max-width: 1140px;
    margin: auto;
    padding: 2rem 1rem;
    font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    background-color: var(--np-black);
    color: var(--np-white);
}

/* LEFT: Tag Stories */
.np_april06_tag_left {
    flex: 1 1 0;
}

/* Section Title */
.np_april06_tag_left h1 {
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "Proxima Nova Extra Condensed Black", Impact, "Roboto Condensed", sans-serif;
    margin-bottom: 2rem;
    color: var(--np-white);
}

.np_april06_tag_left h1 span {
    color: var(--np-red);
}

/* Grid */
.np_april06_tag_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 2rem;
}

/* Each Card */
.np_april06_tag_item {
    background: var(--np-card-bg);
    border: 1px solid var(--np-border);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.np_april06_tag_item:hover {
    border-color: var(--np-red);
    box-shadow: 0 2px 12px rgba(255, 255, 255, 0.05);
}

/* Image */
.np_april06_tag_image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-bottom: 1px solid var(--np-border);
    background: #111;
}
.np_april06_tag_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

/* Title */
.np_april06_tag_item h2 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
    padding: 1rem 1rem 0.5rem;
}
.np_april06_tag_item h2 a {
    color: var(--np-white);
    text-decoration: none;
}
.np_april06_tag_item h2 a:hover {
    color: var(--np-red);
}

/* Meta Info */
.np_april06_tag_meta {
    font-size: 0.85rem;
    color: var(--np-muted);
    padding: 0 1rem 1rem;
}
.np_april06_tag_meta a {
    color: var(--np-white);
    text-decoration: none;
    font-weight: 600;
}
.np_april06_tag_meta a:hover {
    color: var(--np-red);
}

/* RIGHT COLUMN */
.np_april06_tag_right {
    width: 336px;
    max-width: 336px;
}

/* Responsive */
@media (max-width: 768px) {
    .np_april06_tag_wrapper {
        flex-direction: column;
        padding: 1rem;
    }
    .np_april06_tag_grid {
        grid-template-columns: 1fr;
    }
    .np_april06_tag_right {
        width: 100%;
        max-width: 100%;
    }
    .np_april06_tag_left h1 {
        font-size: 1.6rem;
    }
}