/* MX Haber Ana Sayfasi V11 */
.mx-news-home {
    --mx-home-page: #f5f7f6;
    --mx-home-card: #ffffff;
    --mx-home-text: #17211f;
    --mx-home-muted: #64716e;
    --mx-home-line: #dce4e2;
    --mx-home-deep: #073d3d;
    --mx-home-gold: #e3b055;
    --mx-home-on-deep: #f7fbfa;
    color: var(--mx-home-text);
    background: var(--mx-home-page);
    overflow-x: clip;
}

html.theme-dark .mx-news-home {
    --mx-home-page: #181818;
    --mx-home-card: #2a2a2a;
    --mx-home-text: #ffffff;
    --mx-home-muted: #ffffff;
    --mx-home-line: #454545;
    --mx-home-deep: #090b0b;
    --mx-home-on-deep: #ffffff;
}

.mx-news-home *,
.mx-news-home *::before,
.mx-news-home *::after {
    box-sizing: border-box;
}

.mx-news-home img {
    display: block;
    max-width: 100%;
}

.mx-news-home a {
    color: inherit;
    text-decoration: none;
}

.mx-news-container {
    width: min(100% - 2rem, 86rem);
    margin-inline: auto;
    padding-block: 1.5rem 4rem;
}

.mx-news-ad {
    width: min(100% - 2rem, 86rem);
    margin: 1.5rem auto;
    padding: 1rem;
    text-align: center;
    background: var(--mx-home-card);
    border: 1px solid var(--mx-home-line);
    border-radius: 1rem;
}

.mx-news-ad > span {
    display: block;
    margin-bottom: .65rem;
    color: var(--mx-home-muted);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.mx-news-ad img,
.mx-news-ad iframe {
    max-width: 100%;
}

.mx-news-strip {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    min-height: 2.65rem;
    padding: .65rem 1rem;
    color: var(--mx-home-on-deep);
    background: var(--mx-home-deep);
    border-radius: .85rem .85rem 0 0;
}

.mx-news-strip-label {
    display: flex;
    align-items: center;
    gap: .45rem;
    color: var(--mx-home-gold);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.mx-news-strip-label span {
    width: .5rem;
    height: .5rem;
    background: var(--mx-home-gold);
    border-radius: 50%;
    box-shadow: 0 0 0 .3rem rgba(227, 176, 85, .15);
}

.mx-news-strip > a {
    min-width: 0;
    overflow: hidden;
    font-size: .84rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mx-news-strip > time {
    color: rgba(255, 255, 255, .68);
    font-size: .72rem;
    white-space: nowrap;
}

.mx-news-datebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .65rem 1rem;
    color: var(--mx-home-muted);
    background: var(--mx-home-card);
    border: 1px solid var(--mx-home-line);
    border-top: 0;
    border-radius: 0 0 .85rem .85rem;
    font-size: .72rem;
}

.mx-news-datebar strong {
    color: var(--mx-home-primary);
    font-weight: 800;
}

html.theme-dark .mx-news-datebar strong {
    color: #ffffff;
}

.mx-news-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.62fr) minmax(24rem, .92fr);
    gap: 1rem;
    margin-top: 1.25rem;
}

.mx-news-lead {
    position: relative;
    display: flex;
    min-height: 36rem;
    align-items: end;
    overflow: hidden;
    color: #ffffff;
    background: var(--mx-home-deep);
    border-radius: 1.05rem;
    isolation: isolate;
}

.mx-news-lead > img,
.mx-news-lead > .mx-news-image-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.2, .7, .2, 1);
    z-index: -3;
}

.mx-news-lead:hover > img {
    transform: scale(1.025);
}

.mx-news-image-fallback {
    display: block;
    background:
        radial-gradient(circle at 72% 28%, rgba(15, 118, 110, .82), transparent 25%),
        linear-gradient(135deg, var(--mx-home-primary), var(--mx-home-deep));
}

.mx-news-lead-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(3, 20, 20, .96) 0%, rgba(3, 20, 20, .62) 38%, rgba(3, 20, 20, .08) 76%);
    z-index: -2;
}

.mx-news-lead article {
    width: 100%;
    padding: clamp(1.5rem, 4vw, 3rem);
}

.mx-news-kicker {
    display: inline-block;
    color: var(--mx-home-gold) !important;
    -webkit-text-fill-color: var(--mx-home-gold) !important;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.mx-news-lead h1 {
    max-width: 57rem;
    margin: .8rem 0 .75rem;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.1rem, 4.4vw, 4.5rem);
    font-weight: 700;
    line-height: 1.01;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.mx-news-lead p {
    max-width: 48rem;
    margin: 0;
    color: rgba(255, 255, 255, .86) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, .86) !important;
    font-size: clamp(.95rem, 1.5vw, 1.08rem);
    line-height: 1.65;
}

.mx-news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem 1rem;
    margin-top: 1.1rem;
    color: rgba(255, 255, 255, .7);
    font-size: .76rem;
}

.mx-news-meta > * {
    color: inherit !important;
    -webkit-text-fill-color: currentColor !important;
}

.mx-news-hero-side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: .8rem;
}

.mx-news-side-card {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-width: 0;
    overflow: hidden;
    background: var(--mx-home-card);
    border-top: 3px solid var(--mx-home-secondary);
    border-radius: .7rem .7rem 0 0;
    transition: border-color .2s ease, transform .2s ease;
}

.mx-news-side-card:nth-child(2) {
    border-color: var(--mx-home-gold);
}

.mx-news-side-card:nth-child(3) {
    border-color: var(--mx-home-primary);
}

.mx-news-side-card:nth-child(4) {
    border-color: var(--mx-home-muted);
}

.mx-news-side-card:hover {
    transform: translateY(-2px);
}

.mx-news-side-image {
    min-height: 7rem;
    overflow: hidden;
    background: var(--mx-home-deep);
}

.mx-news-side-image img,
.mx-news-side-image .mx-news-image-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.mx-news-side-card:hover img {
    transform: scale(1.035);
}

.mx-news-side-card article {
    min-width: 0;
    padding: .85rem .9rem 1rem;
}

.mx-news-side-card article > span {
    color: var(--mx-home-secondary);
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

html.theme-dark .mx-news-side-card article > span {
    color: #ffffff;
}

.mx-news-side-card h2 {
    display: -webkit-box;
    margin: .4rem 0 .65rem;
    overflow: hidden;
    color: var(--mx-home-text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.mx-news-side-card time {
    color: var(--mx-home-muted);
    font-size: .68rem;
}

.mx-news-section {
    margin-top: 2.5rem;
}

.mx-news-section-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.mx-news-section-title h1,
.mx-news-section-title h2 {
    margin: 0;
    color: var(--mx-home-text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.65rem, 2.6vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -.025em;
}

.mx-news-section-title p,
.mx-news-section-title > a {
    margin: 0;
    color: var(--mx-home-muted);
    font-size: .78rem;
    font-weight: 700;
}

.mx-news-five {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    background: var(--mx-home-card);
    border-top: 1px solid var(--mx-home-line);
    border-bottom: 1px solid var(--mx-home-line);
}

.mx-news-five > a {
    position: relative;
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: .75rem;
    min-height: 9rem;
    padding: 1.15rem 1rem;
    border-right: 1px solid var(--mx-home-line);
}

.mx-news-five > a:last-child {
    border-right: 0;
}

.mx-news-five > a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: var(--mx-home-secondary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}

.mx-news-five > a:hover::after {
    transform: scaleX(1);
}

.mx-news-five > a > strong {
    color: var(--mx-home-secondary);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
}

html.theme-dark .mx-news-five > a > strong {
    color: #ffffff;
}

.mx-news-five h3 {
    margin: 0;
    color: var(--mx-home-text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: .98rem;
    font-weight: 700;
    line-height: 1.3;
}

.mx-news-five article > span {
    display: block;
    margin-top: .75rem;
    color: var(--mx-home-muted);
    font-size: .67rem;
}

.mx-news-beyond {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(22rem, .9fr);
    min-height: 20rem;
    margin-top: 2.5rem;
    overflow: hidden;
    color: var(--mx-home-on-deep);
    background: var(--mx-home-deep);
    border-radius: 1rem;
}

.mx-news-beyond-story {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.75rem, 4vw, 3.25rem);
    background: radial-gradient(circle at 85% 15%, rgba(15, 118, 110, .52), transparent 35%);
}

.mx-news-beyond-story h2 {
    max-width: 49rem;
    margin: .8rem 0 .9rem;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3.6vw, 3.25rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -.035em;
}

.mx-news-beyond-story p {
    max-width: 45rem;
    margin: 0;
    color: rgba(255, 255, 255, .76) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, .76) !important;
    line-height: 1.65;
}

.mx-news-beyond-story > strong {
    margin-top: 1.2rem;
    color: #ffffff;
    font-size: .82rem;
}

.mx-news-compass {
    display: grid;
    align-content: center;
    padding: 1.5rem 2rem;
    background: rgba(15, 118, 110, .18);
}

.mx-news-compass > div {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.mx-news-compass > div:last-child {
    border-bottom: 0;
}

.mx-news-compass strong {
    color: var(--mx-home-gold) !important;
    -webkit-text-fill-color: var(--mx-home-gold) !important;
    font-size: .7rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.mx-news-compass p {
    margin: .4rem 0 0;
    color: rgba(255, 255, 255, .88) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, .88) !important;
    font-size: .84rem;
    line-height: 1.5;
}

.mx-news-dashboard {
    display: grid;
    grid-template-columns: minmax(17rem, .75fr) minmax(0, 1.25fr);
    gap: 2rem;
    margin-top: 2.5rem;
}

.mx-news-live-list {
    border-top: 3px solid var(--mx-home-primary);
}

.mx-news-live-list > a {
    display: grid;
    grid-template-columns: 3.4rem minmax(0, 1fr);
    gap: .8rem;
    padding: .95rem 0;
    border-bottom: 1px solid var(--mx-home-line);
}

.mx-news-live-list time {
    color: var(--mx-home-secondary);
    font-size: .76rem;
    font-weight: 900;
}

html.theme-dark .mx-news-live-list time {
    color: #ffffff;
}

.mx-news-live-list span {
    color: var(--mx-home-text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: .96rem;
    font-weight: 700;
    line-height: 1.35;
}

.mx-news-categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
}

.mx-news-categories > a {
    min-width: 0;
    padding: 1.15rem;
    background: var(--mx-home-card);
    border-top: 2px solid var(--mx-home-secondary);
}

.mx-news-categories > a > span,
.mx-news-latest-category {
    color: var(--mx-home-primary);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

html.theme-dark .mx-news-categories > a > span,
html.theme-dark .mx-news-latest-category {
    color: #ffffff;
}

.mx-news-categories h3 {
    margin: .55rem 0 .8rem;
    color: var(--mx-home-text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.25;
}

.mx-news-categories small {
    color: var(--mx-home-muted);
    font-size: .68rem;
}

.mx-news-latest-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.mx-news-latest-card {
    min-width: 0;
    overflow: hidden;
    background: var(--mx-home-card);
    border-bottom: 2px solid var(--mx-home-line);
}

.mx-news-latest-image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--mx-home-deep);
}

.mx-news-latest-image img,
.mx-news-latest-image .mx-news-image-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.mx-news-latest-card:hover .mx-news-latest-image img {
    transform: scale(1.025);
}

.mx-news-latest-card > div {
    padding: 1rem 1rem 1.15rem;
}

.mx-news-latest-card h3 {
    margin: .5rem 0 .65rem;
    color: var(--mx-home-text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.25;
}

.mx-news-latest-card p {
    display: -webkit-box;
    margin: 0 0 .8rem;
    overflow: hidden;
    color: var(--mx-home-muted);
    font-size: .82rem;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mx-news-latest-card > div > span {
    color: var(--mx-home-muted);
    font-size: .68rem;
}

.mx-news-authors {
    display: grid;
    grid-template-columns: minmax(12rem, 1.15fr) repeat(4, minmax(0, 1fr));
    gap: 1rem;
    align-items: center;
    margin-top: 2.5rem;
    padding: 1.4rem;
    background: var(--mx-home-card);
    border-top: 1px solid var(--mx-home-line);
    border-bottom: 1px solid var(--mx-home-line);
}

.mx-news-authors > div > span {
    color: var(--mx-home-secondary);
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .12em;
}

html.theme-dark .mx-news-authors > div > span {
    color: #ffffff;
}

.mx-news-authors h2 {
    margin: .25rem 0 .45rem;
    color: var(--mx-home-text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
    font-weight: 700;
}

.mx-news-authors > div > a {
    color: var(--mx-home-muted);
    font-size: .72rem;
    font-weight: 700;
}

.mx-news-author {
    display: grid;
    grid-template-columns: 3.6rem minmax(0, 1fr);
    gap: .75rem;
    align-items: center;
    min-width: 0;
}

.mx-news-author img,
.mx-news-author-fallback {
    display: grid;
    width: 3.6rem;
    height: 3.6rem;
    place-items: center;
    object-fit: cover;
    color: #ffffff;
    background: linear-gradient(135deg, var(--mx-home-primary), var(--mx-home-secondary));
    border-radius: 50%;
    font-weight: 900;
}

.mx-news-author > span:last-child {
    min-width: 0;
}

.mx-news-author strong,
.mx-news-author small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mx-news-author strong {
    color: var(--mx-home-text);
    font-size: .84rem;
    white-space: nowrap;
}

.mx-news-author small {
    margin-top: .2rem;
    color: var(--mx-home-muted);
    font-size: .66rem;
    line-height: 1.25;
}

.mx-news-archive {
    padding-top: 1rem;
}

.mx-news-archive-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(17rem, .34fr);
    gap: 1.5rem;
}

.mx-news-archive-layout .mx-news-latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mx-news-archive-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mx-news-archive-sidebar .mx-news-ad {
    width: 100%;
    margin: 0;
}

.mx-news-sidebar-box {
    padding: 1.15rem;
    background: var(--mx-home-card);
    border-top: 3px solid var(--mx-home-primary);
}

.mx-news-sidebar-box h2 {
    margin: 0 0 .8rem;
    color: var(--mx-home-text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    font-weight: 700;
}

.mx-news-sidebar-box > a {
    display: block;
    padding: .8rem 0;
    border-bottom: 1px solid var(--mx-home-line);
}

.mx-news-sidebar-box > a:last-child {
    border-bottom: 0;
}

.mx-news-sidebar-box strong,
.mx-news-sidebar-box small {
    display: block;
}

.mx-news-sidebar-box strong {
    color: var(--mx-home-text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: .9rem;
    line-height: 1.3;
}

.mx-news-sidebar-box small {
    margin-top: .35rem;
    color: var(--mx-home-muted);
    font-size: .67rem;
}

.mx-news-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    margin-top: 2.5rem;
}

.mx-news-pagination a {
    display: inline-flex;
    min-width: 2.7rem;
    min-height: 2.7rem;
    align-items: center;
    justify-content: center;
    padding: .65rem .9rem;
    color: var(--mx-home-text);
    background: var(--mx-home-card);
    border: 1px solid var(--mx-home-line);
    border-radius: .65rem;
    font-size: .78rem;
    font-weight: 800;
}

.mx-news-pagination a.is-current {
    color: #ffffff !important;
    background: var(--mx-home-primary);
    border-color: var(--mx-home-primary);
}

.mx-news-home a:focus-visible {
    outline: 3px solid var(--mx-home-secondary);
    outline-offset: 3px;
}

@media (max-width: 72rem) {
    .mx-news-hero {
        grid-template-columns: minmax(0, 1.35fr) minmax(20rem, .85fr);
    }

    .mx-news-lead {
        min-height: 32rem;
    }

    .mx-news-five {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mx-news-five > a:nth-child(3) {
        border-right: 0;
    }

    .mx-news-five > a:nth-child(-n+3) {
        border-bottom: 1px solid var(--mx-home-line);
    }

    .mx-news-authors {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 58rem) {
    .mx-news-hero,
    .mx-news-beyond,
    .mx-news-dashboard,
    .mx-news-archive-layout {
        grid-template-columns: 1fr;
    }

    .mx-news-hero-side {
        grid-template-rows: none;
    }

    .mx-news-lead {
        min-height: 30rem;
    }

    .mx-news-latest-grid,
    .mx-news-archive-layout .mx-news-latest-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 40rem) {
    .mx-news-container {
        width: min(100% - 1rem, 86rem);
        padding-block: .75rem 3rem;
    }

    .mx-news-strip {
        grid-template-columns: auto minmax(0, 1fr);
        gap: .7rem;
        padding-inline: .8rem;
    }

    .mx-news-strip > time {
        display: none;
    }

    .mx-news-datebar {
        align-items: start;
        flex-direction: column;
        gap: .25rem;
        padding-inline: .8rem;
    }

    .mx-news-hero {
        margin-top: .75rem;
    }

    .mx-news-lead {
        min-height: 28rem;
        border-radius: .85rem;
    }

    .mx-news-lead article {
        padding: 1.25rem;
    }

    .mx-news-lead h1 {
        font-size: clamp(2rem, 10.5vw, 3rem);
        line-height: 1.03;
    }

    .mx-news-lead p {
        display: -webkit-box;
        overflow: hidden;
        font-size: .9rem;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .mx-news-hero-side,
    .mx-news-five,
    .mx-news-categories,
    .mx-news-latest-grid,
    .mx-news-archive-layout .mx-news-latest-grid,
    .mx-news-authors {
        grid-template-columns: 1fr;
    }

    .mx-news-side-card {
        grid-template-columns: 7.5rem minmax(0, 1fr);
        grid-template-rows: none;
        min-height: 8.5rem;
        border-top-width: 2px;
    }

    .mx-news-side-image {
        min-height: 100%;
    }

    .mx-news-five > a,
    .mx-news-five > a:nth-child(3) {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--mx-home-line);
    }

    .mx-news-five > a:last-child {
        border-bottom: 0;
    }

    .mx-news-beyond {
        margin-top: 2rem;
    }

    .mx-news-beyond-story,
    .mx-news-compass {
        padding: 1.35rem;
    }

    .mx-news-beyond-story h2 {
        font-size: 2rem;
    }

    .mx-news-section-title {
        align-items: start;
        flex-direction: column;
        gap: .25rem;
    }

    .mx-news-live-list > a {
        grid-template-columns: 3rem minmax(0, 1fr);
    }

    .mx-news-author {
        min-height: 3.6rem;
    }

    .mx-news-ad {
        width: min(100% - 1rem, 86rem);
        border-radius: .75rem;
    }
}

@media (hover: none) {
    .mx-news-lead:hover > img,
    .mx-news-side-card:hover img,
    .mx-news-latest-card:hover .mx-news-latest-image img,
    .mx-news-side-card:hover {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mx-news-home *,
    .mx-news-home *::before,
    .mx-news-home *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
