:root {
    --sj-primary: #1357a6;
    --sj-primary-dark: #0b3970;
    --sj-accent: #e51b2b;
    --sj-text: #172033;
    --sj-muted: #667085;
    --sj-border: #dce2ea;
    --sj-surface: #ffffff;
    --sj-soft: #f3f5f7;
    --sj-shadow: 0 8px 22px rgba(15, 42, 76, 0.05);
}

body {
    background: var(--sj-soft);
    color: var(--sj-text);
    overflow-x: hidden;
}

.switch-box {
    display: none !important;
}

a {
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

a:hover,
a:focus {
    color: var(--sj-primary);
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 3px solid rgba(15, 95, 183, 0.25);
    outline-offset: 3px;
}

.top-header {
    background: var(--sj-primary-dark);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.top-header,
.top-header a,
.top-header .city-temperature,
.top-header .header-date {
    color: rgba(255, 255, 255, 0.92);
}

.top-header .top-social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.top-header .top-social li a:hover {
    background: #ffffff;
    color: var(--sj-primary-dark);
}

.studyandjobs24-nav {
    background: var(--sj-surface);
    box-shadow: 0 6px 16px rgba(15, 42, 76, 0.06);
}

.studyandjobs24-mobile-nav {
    background: #ffffff;
    box-shadow: 0 5px 14px rgba(15, 42, 76, 0.06);
}

.studyandjobs24-nav .navbar-brand img,
.studyandjobs24-mobile-nav .logo img {
    max-height: 64px;
}

.studyandjobs24-nav .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav .nav-link {
    border-top: 3px solid transparent;
    border-radius: 0;
    font-weight: 700;
    padding-top: 18px;
    padding-bottom: 18px;
    white-space: nowrap;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background: rgba(15, 95, 183, 0.06);
    color: var(--sj-primary) !important;
}

.nav-link-sky-blue,
.dropdown-item-sky-blue:hover,
.dropdown-item-sky-blue:focus {
    border-color: #24a6d9;
}

.nav-link-green,
.dropdown-item-green:hover,
.dropdown-item-green:focus {
    border-color: #2ca55c;
}

.nav-link-blue,
.dropdown-item-blue:hover,
.dropdown-item-blue:focus {
    border-color: #1357a6;
}

.nav-link-red,
.dropdown-item-red:hover,
.dropdown-item-red:focus {
    border-color: #dd2a2a;
}

.nav-link-yellow,
.dropdown-item-yellow:hover,
.dropdown-item-yellow:focus {
    border-color: #d6a300;
}

.nav-link-orange,
.dropdown-item-orange:hover,
.dropdown-item-orange:focus {
    border-color: #df6b1d;
}

.nav-link-purple,
.dropdown-item-purple:hover,
.dropdown-item-purple:focus {
    border-color: #8f4fa8;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    border-top-color: currentColor;
}

.nav-search-button,
.nav-search-close-button {
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    padding: 0;
}

.nav-search form {
    border: 1px solid var(--sj-border);
    box-shadow: var(--sj-shadow);
}

.nav-search-inner input {
    width: min(420px, 82vw);
}

.dropdown-menu {
    border: 1px solid var(--sj-border);
    border-radius: 8px;
    box-shadow: var(--sj-shadow);
}

.dropdown-item {
    font-weight: 600;
    white-space: normal;
}

.breaking-news {
    background: linear-gradient(90deg, var(--sj-accent), #ff6b35);
}

.breaking-news-content {
    background: transparent;
    border-radius: 0;
}

.breaking-news-content .breaking-title,
.breaking-news-content .single-breaking-news p a {
    color: #ffffff;
}

.breaking-news-slides,
.breaking-news-slides .single-breaking-news,
.breaking-news-content .owl-stage-outer {
    background: transparent !important;
}

.breaking-news-content .single-breaking-news p {
    margin: 0;
}

.breaking-news-content .single-breaking-news p a {
    display: block;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.default-news-area,
.popular-news-area,
.all-news-area,
.news-details-area,
.category-news-area {
    background: var(--sj-soft);
}

.homepage-hero-area {
    padding: 28px 0 16px;
}

.homepage-feature-strip,
.homepage-category-area {
    padding-top: 26px;
}

.homepage-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) minmax(280px, 0.95fr);
    gap: 18px;
    /* height: 540px; */
    align-items: start;
}

.homepage-lead-column,
.homepage-middle-column {
    height: 100%;
    min-width: 0;
    min-height: 0;
}

.homepage-middle-column {
    display: grid;
    gap: 16px;
    align-content: start;
}

.homepage-lead-story .news-image img,
.homepage-lead-story .story-placeholder {
    display: block;
    width: 100%;
    min-height: 360px;
}

.homepage-lead-story .news-image img {
    height: 360px;
    object-fit: cover;
}

.homepage-lead-story .news-content {
    padding: 22px 24px;
}

.homepage-lead-story .news-content h3 {
    font-size: 29px;
    line-height: 1.25;
}

.homepage-highlight-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.homepage-mini-story {
    padding: 14px 15px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-top: 3px solid var(--sj-accent);
    border-radius: 4px;
    box-shadow: none;
}

.homepage-mini-story span {
    color: var(--sj-primary);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.homepage-mini-story h3 {
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 1.45;
}

.homepage-mini-story h3 a {
    color: var(--sj-text);
}

.homepage-links-card {
    padding: 18px;
}

.homepage-link-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.homepage-link-pills a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid var(--sj-border);
    border-radius: 999px;
    background: #f8fbff;
    color: var(--sj-primary-dark);
    font-size: 13px;
    font-weight: 700;
}

.homepage-link-pills a:hover {
    background: rgba(15, 95, 183, 0.08);
}

.homepage-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.homepage-category-grid {
    display: grid;
    grid-template-columns: minmax(0, 2.05fr) minmax(280px, 0.95fr);
    gap: 18px;
    align-items: start;
}

.homepage-category-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.category-layout-grid {
    grid-template-columns: minmax(0, 2.1fr) minmax(280px, 0.9fr);
}

.category-content-column {
    min-width: 0;
}

.category-hero {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
    padding: 18px 22px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-top: 3px solid var(--sj-accent);
    border-radius: 4px;
    box-shadow: var(--sj-shadow);
}

.category-hero-kicker {
    display: inline-flex;
    width: fit-content;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(19, 87, 166, 0.08);
    color: var(--sj-primary);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.category-hero h1 {
    margin: 8px 0 0;
    color: var(--sj-primary-dark);
    font-size: 32px;
}

.category-hero p {
    margin: 0;
    max-width: 760px;
    color: var(--sj-muted);
}

.single-health-lifestyle-news,
.single-default-inner-news,
.fashion-news,
.international-news-list,
.news-details,
.widget,
.content-panel,
.category-news-area .card,
.sidebar-widget {
    background: var(--sj-surface);
    border: 1px solid var(--sj-border) !important;
    border-radius: 4px !important;
    box-shadow: var(--sj-shadow);
    overflow: hidden;
}

.single-health-lifestyle-news,
.homepage-stack-list,
.homepage-editorial-rail,
.feature-card,
.homepage-ad-card,
.homepage-latest-rail {
    height: 100%;
}

.fashion-news,
.international-news-list,
.content-panel {
    padding: 18px;
}

.homepage-main-slider .single-health-lifestyle-news {
    display: flex;
    flex-direction: column;
}

.homepage-main-slider,
.homepage-main-slider .health-lifestyle-news-slides,
.homepage-main-slider .owl-stage-outer,
.homepage-main-slider .owl-stage,
.homepage-main-slider .owl-item {
    height: 100%;
}

.homepage-main-slider .health-lifestyle-news-slides {
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-radius: 4px;
    box-shadow: var(--sj-shadow);
    overflow: hidden;
}

.homepage-main-slider .news-image {
    overflow: hidden;
}

.homepage-main-slider .news-image img {
    height: 280px;
    transition: transform 0.28s ease;
}

.homepage-main-slider .single-health-lifestyle-news:hover .news-image img {
    transform: scale(1.035);
}

.homepage-main-slider .owl-nav {
    position: absolute;
    right: 14px;
    top: 14px;
    margin-top: 0 !important;
}

.homepage-main-slider .owl-theme .owl-nav [class*="owl-"] {
    width: 34px;
    height: 34px;
    margin: 0 0 0 8px;
    border-radius: 4px;
    background: rgba(11, 57, 112, 0.78);
    color: #ffffff;
    line-height: 34px;
}

.homepage-main-slider .owl-theme .owl-nav [class*="owl-"]:hover,
.homepage-main-slider .owl-theme .owl-nav [class*="owl-"]:focus {
    background: var(--sj-accent);
    color: #ffffff;
}

.homepage-main-slider .news-content {
    flex: 1;
    padding: 20px;
    overflow: hidden;
}

.homepage-main-slider .news-content h3 {
    margin: 6px 0 10px;
    font-size: 24px;
}

.story-placeholder {
    display: grid;
    align-content: end;
    min-height: 280px;
    padding: 24px;
    background:
        linear-gradient(
            180deg,
            rgba(11, 57, 112, 0.18),
            rgba(23, 32, 51, 0.88)
        ),
        linear-gradient(135deg, #cfd7e3, #eef2f6);
    color: #ffffff;
}

.story-placeholder span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(229, 27, 43, 0.88);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.story-placeholder strong {
    max-width: 92%;
    font-size: 26px;
    line-height: 1.25;
}

.story-fallback-card {
    display: grid;
    align-content: end;
    width: 100%;
    min-height: 220px;
    padding: 22px;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.18),
            rgba(255, 255, 255, 0.92)
        ),
        linear-gradient(135deg, #f4efe8, #e8edf5);
    border-bottom: 1px solid var(--sj-border);
    color: var(--sj-text);
}

.story-fallback-card span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: var(--sj-accent);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.story-fallback-card strong {
    display: block;
    max-width: 95%;
    color: var(--sj-primary-dark);
    font-size: 24px;
    line-height: 1.3;
}

.story-fallback-card-small {
    min-height: 154px;
    padding: 18px;
}

.story-fallback-card-small strong {
    font-size: 18px;
}

.category-fallback-card {
    min-height: 220px;
}

.category-fallback-card strong {
    font-size: 20px;
}

.story-placeholder-small {
    min-height: 154px;
    padding: 18px;
}

.story-placeholder-small strong {
    font-size: 18px;
}

.category-placeholder {
    min-height: 220px;
}

.category-placeholder strong {
    font-size: 21px;
}

.mini-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 62px;
    border: 1px solid #d7dee8;
    border-radius: 4px;
    background: #eef2f6;
    color: var(--sj-primary-dark);
    font-size: 16px;
    font-weight: 800;
}

.news-kicker {
    display: inline-flex;
    align-items: center;
    color: var(--sj-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.panel-title {
    margin: 0 0 14px;
    color: var(--sj-primary-dark);
    font-size: 18px;
    font-weight: 800;
}

.panel-title::after {
    display: block;
    width: 42px;
    height: 3px;
    margin-top: 8px;
    background: var(--sj-accent);
    border-radius: 999px;
    content: "";
}

.homepage-stack-list {
    padding: 18px;
    overflow: auto;
}

.homepage-stack-list .single-food-inner-news {
    padding: 10px 0;
    border-bottom: 1px solid var(--sj-border);
}

.homepage-stack-list .single-food-inner-news:first-of-type {
    padding-top: 4px;
}

.homepage-stack-list .single-food-inner-news:last-child {
    border-bottom: 0;
}

.homepage-stack-list .single-food-inner-news h3 {
    margin: 5px 0 0;
    font-size: 15px;
    line-height: 1.45;
}

.homepage-stack-list .single-food-inner-news h3 a {
    color: var(--sj-text);
}

.resource-search-card {
    display: grid;
    gap: 16px;
    margin-bottom: 22px;
    padding: 18px 20px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-top: 3px solid var(--sj-accent);
    border-radius: 4px;
    box-shadow: var(--sj-shadow);
}

.resource-search-card h3 {
    margin: 0;
    color: var(--sj-primary-dark);
    font-size: 20px;
    line-height: 1.35;
}

.resource-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}

.resource-search-form input {
    min-width: 0;
    height: 46px;
    padding: 0 14px;
    border: 1px solid var(--sj-border);
    border-radius: 4px;
}

.resource-search-form button {
    height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 4px;
    background: var(--sj-accent);
    color: #ffffff;
    font-weight: 800;
}

.homepage-editorial-rail {
    display: grid;
    gap: 16px;
    height: 100%;
    align-content: start;
    overflow: auto;
}

.sidebar-card,
.notice-card {
    padding: 16px 18px 18px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-top: 3px solid var(--sj-accent);
    border-radius: 4px;
    box-shadow: var(--sj-shadow);
}

.notice-card {
    color: var(--sj-text);
}

.notice-eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: var(--sj-accent);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.notice-card h3 {
    margin: 0 0 10px;
    color: var(--sj-primary-dark);
    font-size: 18px;
    line-height: 1.35;
}

.notice-card p {
    margin: 0 0 14px;
    color: var(--sj-muted);
    line-height: 1.7;
}

.notice-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 4px;
    background: var(--sj-accent);
    color: #ffffff;
    font-weight: 800;
}

.notice-action:hover {
    background: #bf1320;
    color: #ffffff;
}

.quick-links-card a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0;
    border-bottom: 1px solid var(--sj-border);
    color: var(--sj-text);
    font-weight: 700;
}

.quick-links-card a:last-child {
    border-bottom: 0;
}

.quick-links-card a::after {
    color: var(--sj-accent);
    content: ">";
    font-weight: 900;
}

.homepage-recent-card {
    display: grid;
    gap: 0;
}

.homepage-recent-story {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid var(--sj-border);
}

.homepage-recent-story:last-child {
    border-bottom: 0;
    padding-bottom: 2px;
}

.homepage-recent-story > a,
.homepage-recent-story .content a {
    padding: 0;
    border: 0;
}

.homepage-recent-story > a {
    display: block;
}

.homepage-recent-story > a::after,
.homepage-recent-story .content a::after {
    content: none;
}

.homepage-recent-story img {
    display: block;
    width: 76px;
    height: 62px;
    border-radius: 4px;
    object-fit: cover;
}

.homepage-recent-story .content {
    min-width: 0;
}

.homepage-recent-story .content a {
    display: block;
    color: var(--sj-text);
    font-weight: 700;
    line-height: 1.45;
}

.category-feature-card {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.1fr);
    margin-bottom: 22px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-radius: 4px;
    box-shadow: var(--sj-shadow);
    overflow: hidden;
}

.category-feature-image {
    display: block;
}

.category-feature-image img {
    width: 100%;
    height: 100%;
    min-height: 290px;
    object-fit: cover;
}

.category-feature-body {
    padding: 22px 24px;
}

.category-feature-body h2 {
    margin: 8px 0 12px;
    font-size: 30px;
    line-height: 1.3;
}

.category-feature-body h2 a {
    color: var(--sj-text);
}

.category-feature-body p {
    margin: 0;
    color: var(--sj-muted);
}

.category-listing-grid {
    display: grid;
    gap: 18px;
}

.category-sidebar-rail {
    display: grid;
    gap: 18px;
    align-content: start;
}

.category-sidebar-links {
    display: grid;
    gap: 10px;
}

.category-sidebar-links a {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--sj-border);
    color: var(--sj-text);
    font-weight: 700;
}

.category-sidebar-links a:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.facebook-plugin-frame {
    overflow: hidden;
    border: 1px solid var(--sj-border);
    border-radius: 4px;
    background: #ffffff;
}

.facebook-plugin-frame iframe {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: 260px !important;
}

.feature-card .news-content {
    padding: 14px 15px 16px;
}

.feature-card .news-content h3 {
    margin-top: 6px;
    font-size: 17px;
}

.feature-card .news-content h3 a {
    color: var(--sj-text);
}

.homepage-ad-card {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 14px;
    border-top: 3px solid var(--sj-accent) !important;
}

.homepage-ad-card span {
    color: var(--sj-primary-dark);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.homepage-ad-card img {
    width: 100%;
    border-radius: 4px;
}

.news-image img,
.single-fashion-news img,
.article-img img,
.category-news-area .card img,
.international-news-list img {
    width: 100%;
    object-fit: cover;
}

.single-health-lifestyle-news .news-image img,
.single-default-inner-news .news-image img {
    aspect-ratio: 16 / 10;
}

.single-fashion-news img {
    aspect-ratio: 16 / 11;
}

.fashion-news {
    height: 100%;
}

.fashion-news .section-title {
    margin-bottom: 16px;
}

.fashion-news .section-title h2 {
    margin: 0;
    font-size: 21px;
}

.fashion-news .section-title a {
    padding: 6px 10px;
    border: 1px solid var(--sj-primary);
    border-radius: 4px;
    font-size: 12px;
}

.single-fashion-news {
    border-radius: 4px;
    overflow: hidden;
}

.single-fashion-news .story-fallback-card,
.feature-card .story-fallback-card {
    min-height: 100%;
}

.single-fashion-news .news-content {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0),
        rgba(8, 22, 39, 0.86)
    );
}

.single-fashion-news .news-content h3 {
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.fashion-inner-news .single-fashion-inner-news {
    padding: 13px 0;
    border-bottom: 1px solid var(--sj-border);
}

.fashion-inner-news .single-fashion-inner-news:last-child {
    border-bottom: 0;
}

.homepage-latest-rail {
    position: sticky;
    top: 18px;
}

.homepage-latest-rail .news-media {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--sj-border);
}

.homepage-latest-rail .news-media:last-child {
    border-bottom: 0;
}

.homepage-latest-rail .news-media a img {
    width: 76px;
    height: 62px;
    border-radius: 4px;
}

.homepage-latest-rail .content p {
    margin: 0;
    line-height: 1.45;
}

.homepage-latest-rail .content p a {
    color: var(--sj-text);
    font-weight: 700;
}

.article-img img {
    max-height: 520px;
}

.section-title {
    border-bottom: 2px solid var(--sj-border);
    padding-bottom: 10px;
}

.section-title h2,
.category-title h2,
.widget-title {
    color: var(--sj-primary-dark) !important;
}

.section-title a,
.btn-outline-primary {
    border-color: var(--sj-primary);
    color: var(--sj-primary);
    font-weight: 700;
}

.section-title a:hover,
.btn-outline-primary:hover {
    background: var(--sj-primary);
    color: #ffffff;
}

.news-content h3,
.article-content h3,
.card-title {
    line-height: 1.35;
}

.news-content p,
.article-content p,
.news-body,
.content-panel p {
    color: var(--sj-muted);
    line-height: 1.75;
}

.food-inner-news,
.default-video-news,
.popular-section-ads {
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-radius: 4px;
    box-shadow: var(--sj-shadow);
}

.default-video-news .title {
    color: var(--sj-primary-dark);
}

.post-controls-buttons a,
.tagcloud a,
.news-details .article-content .category li a {
    border-radius: 999px;
}

.contact-card {
    display: grid;
    gap: 4px;
    margin: 22px 0;
    padding: 18px;
    border: 1px solid var(--sj-border);
    border-radius: 4px;
    background: #f8fbff;
}

.contact-card span {
    color: var(--sj-muted);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-card a {
    color: var(--sj-primary-dark);
    font-size: 20px;
    font-weight: 800;
}

.listing-grid {
    align-items: stretch;
}

.listing-card {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 16px;
    padding: 14px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-radius: 4px;
    box-shadow: var(--sj-shadow);
}

.listing-card-image {
    display: block;
    overflow: hidden;
    border-radius: 4px;
}

.listing-card-image img {
    width: 100%;
    height: 100%;
    min-height: 118px;
    object-fit: cover;
}

.listing-card-body {
    min-width: 0;
}

.listing-card-body h3 {
    margin: 6px 0 8px;
    font-size: 18px;
    line-height: 1.35;
}

.listing-card-body h3 a {
    color: var(--sj-text);
}

.listing-card-body p {
    margin: 0;
    color: var(--sj-muted);
    line-height: 1.6;
}

.listing-date {
    color: var(--sj-primary);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.cms-page-body img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.empty-state {
    padding: 32px;
    color: var(--sj-muted);
    text-align: center;
}

.footer-area {
    background: #08192c;
    padding: 0;
    /* background: var(--sj-primary-dark); */
}

.footer-area,
.footer-area a,
.footer-area p {
    color: rgba(255, 255, 255, 0.9);
}

.footer-area a:hover {
    color: #ffffff;
}

.footer-shell {
    /* padding: 42px 0 0; */
}

.footer-brand,
.footer-links-block {
    display: grid;
    gap: 12px;
}

.footer-logo img {
    max-height: 58px;
    width: auto;
}

.footer-links-block h3 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
}

.footer-links-block p,
.footer-brand p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
}

.footer-contact a {
    color: #ffffff;
}

.footer-bottom {
    /* margin-top: 26px; */
    padding: 18px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom p {
    margin: 0;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 700;
}

@media (max-width: 991px) {
    .homepage-hero-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    .homepage-lead-column,
    .homepage-middle-column,
    .homepage-editorial-rail,
    .homepage-main-slider,
    .homepage-main-slider .health-lifestyle-news-slides,
    .homepage-main-slider .owl-stage-outer,
    .homepage-main-slider .owl-stage,
    .homepage-main-slider .owl-item {
        height: auto;
    }

    .homepage-stack-list,
    .homepage-editorial-rail {
        overflow: visible;
    }

    .homepage-highlight-strip,
    .homepage-feature-grid,
    .homepage-category-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .homepage-category-grid {
        grid-template-columns: 1fr;
    }

    .category-feature-card {
        grid-template-columns: 1fr;
    }

    .category-feature-image img {
        min-height: 240px;
    }

    .top-header .text-end {
        text-align: left !important;
    }

    .homepage-lead-story .news-image img,
    .homepage-lead-story .story-placeholder {
        min-height: 300px;
    }

    .homepage-lead-story .news-image img {
        height: 300px;
    }

    .homepage-lead-story .news-content h3 {
        font-size: 26px;
    }

    .homepage-latest-rail {
        position: static;
    }

    .fashion-news,
    .international-news-list,
    .content-panel {
        padding: 18px;
    }

    .footer-nav {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .top-header {
        padding: 6px 0 10px;
    }

    .top-header .row {
        row-gap: 8px;
    }

    .top-header .city-temperature,
    .top-header .header-date,
    .top-header .top-nav,
    .top-header .top-social {
        justify-content: center;
        text-align: center;
    }

    .top-header .top-nav {
        display: none;
    }

    .top-header .top-social {
        gap: 8px;
        margin-top: 2px;
    }

    .header-date {
        display: inline-flex;
        margin-top: 8px;
        padding: 6px 10px;
        border-radius: 999px;
        background: var(--sj-accent);
    }

    .homepage-hero-area {
        padding-top: 20px;
    }

    .breaking-news-content {
        padding: 8px 10px;
    }

    .breaking-news-content .breaking-news-slides {
        margin-top: 8px;
    }

    .breaking-news-content .breaking-news-slides .owl-nav {
        display: none;
    }

    .breaking-news-content .single-breaking-news p {
        margin: 0;
        font-size: 13px;
        line-height: 1.45;
    }

    .homepage-lead-story .news-image img,
    .homepage-lead-story .story-placeholder {
        min-height: 240px;
    }

    .homepage-lead-story .news-image img {
        height: 240px;
    }

    .homepage-lead-story .news-content {
        padding: 18px;
    }

    .homepage-lead-story .news-content h3 {
        font-size: 22px;
    }

    .story-placeholder {
        min-height: 210px;
        padding: 20px;
    }

    .story-placeholder strong {
        font-size: 21px;
    }

    .story-placeholder-small,
    .category-placeholder {
        min-height: 180px;
    }

    .story-fallback-card {
        min-height: 180px;
        padding: 18px;
    }

    .story-fallback-card strong {
        font-size: 19px;
    }

    .homepage-highlight-strip,
    .homepage-feature-grid,
    .homepage-category-list {
        grid-template-columns: 1fr;
    }

    .resource-search-form {
        grid-template-columns: 1fr;
    }

    .category-hero h1 {
        font-size: 26px;
    }

    .category-feature-body {
        padding: 18px;
    }

    .category-feature-body h2 {
        font-size: 22px;
    }

    .navbar-nav .nav-link {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .facebook-plugin-frame iframe {
        height: 220px !important;
    }

    .notice-card,
    .sidebar-card,
    .homepage-stack-list,
    .fashion-news,
    .international-news-list {
        padding: 18px;
    }

    .listing-card {
        grid-template-columns: 1fr;
    }

    .listing-card-image img {
        aspect-ratio: 16 / 10;
    }

    .contact-card a {
        font-size: 16px;
        word-break: break-word;
    }

    .post-controls-buttons {
        gap: 12px;
    }

    .footer-shell {
        /* padding-top: 34px; */
    }
}
