@media (max-width: 767px) {
    :root {
        --content-gap: 12px;
        --header-height: 58px;
    }

    html body.news-app {
        padding-bottom: calc(var(--mobile-bottom-height) + env(safe-area-inset-bottom));
        font-size: 15px;
    }

    .news-shell {
        width: min(calc(100% - 24px), var(--container-width));
    }

    .news-header {
        position: sticky;
        top: 0;
    }

    .news-header__utility {
        display: none;
    }

    .news-header__main-inner {
        display: grid;
        min-height: calc(var(--header-height) + env(safe-area-inset-top));
        padding-top: env(safe-area-inset-top);
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        gap: 8px;
    }

    .news-header__mobile-control {
        display: inline-grid;
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        border: 0;
    }

    .news-brand {
        justify-content: center;
    }

    .hazar-brand--header {
        min-width: 104px;
    }

    .hazar-brand--header .hazar-brand__hazar {
        font-size: 22px;
    }

    .hazar-brand--header .hazar-brand__haber {
        padding-block: 2px;
        font-size: 12px;
    }

    .news-search--desktop,
    .news-header__status {
        display: none;
    }

    .news-category-nav__inner {
        width: 100%;
        min-height: 42px;
        padding-inline: 12px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .news-category-nav__inner::-webkit-scrollbar {
        display: none;
    }

    .news-category-nav a {
        min-height: 42px;
        padding-inline: 11px;
        font-size: 11px;
    }

    .news-category-nav a::after {
        right: 11px;
        left: 11px;
    }

    .news-breaking__inner {
        width: 100%;
        grid-template-columns: auto minmax(0, 1fr) 34px;
    }

    .news-breaking__label {
        width: 38px;
        padding: 0;
        justify-content: center;
        font-size: 0;
    }

    .news-breaking__label i {
        font-size: 14px;
    }

    .news-breaking__item {
        padding-inline: 9px;
        gap: 7px;
    }

    .news-breaking__item span {
        font-size: 12px;
    }

    .news-breaking__item time {
        font-size: 9px;
    }

    .news-main {
        padding-top: 12px;
        padding-bottom: 28px;
    }

    .news-hero {
        display: block;
    }

    .news-hero__stage {
        aspect-ratio: 16 / 11;
    }

    .news-hero__content {
        padding: 20px 16px 18px;
    }

    .news-hero__content h1,
    .news-hero__content h2 {
        margin-top: 9px;
        font-size: 23px;
        line-height: 1.12;
        -webkit-line-clamp: 3;
    }

    .news-hero__spot {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    .news-hero__dots {
        top: 14px;
        right: 14px;
    }

    .news-hero__arrow {
        display: none;
    }

    .news-save-button {
        right: 14px;
        bottom: 16px;
        width: 38px;
        height: 38px;
    }

    .news-meta--on-image {
        padding-right: 48px;
    }

    .news-hero__rail {
        display: none;
    }

    .news-insights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .news-insight-card {
        min-height: 80px;
        padding: 9px 5px;
        flex-direction: column;
        gap: 6px;
        justify-content: center;
        text-align: center;
    }

    .news-insight-card__icon {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
        font-size: 15px;
    }

    .news-insight-card small {
        font-size: 8px;
    }

    .news-insight-card strong {
        max-width: 100%;
        font-size: 13px;
    }

    .news-shortcuts {
        display: flex;
        margin-right: -12px;
        margin-left: -12px;
        padding: 0 12px 4px;
        gap: 7px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .news-shortcuts::-webkit-scrollbar {
        display: none;
    }

    .news-shortcuts a {
        flex: 0 0 auto;
        min-height: 38px;
        padding: 0 12px;
        scroll-snap-align: start;
    }

    .news-home__content-grid {
        display: block;
        margin-top: 20px;
    }

    .news-section__heading {
        min-height: 40px;
        margin-bottom: 10px;
    }

    .news-section__heading h2 {
        font-size: 15px;
    }

    .news-section__heading > a {
        font-size: 11px;
    }

    .news-card-scroll {
        display: flex;
        margin-right: -12px;
        margin-left: -12px;
        padding: 0 12px 6px;
        gap: 8px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .news-card-scroll::-webkit-scrollbar {
        display: none;
    }

    .news-card,
    .news-card:nth-child(n+4) {
        display: block;
        flex: 0 0 min(48vw, 190px);
        scroll-snap-align: start;
    }

    .news-card h3 {
        min-height: 57px;
        font-size: 14px;
        -webkit-line-clamp: 3;
    }

    .news-most-read {
        margin-top: 22px;
        padding-inline: 10px;
    }

    .news-ranked-list a {
        min-height: 84px;
        grid-template-columns: 24px 104px minmax(0, 1fr);
    }

    .news-ranked-list img {
        width: 104px;
        height: 64px;
    }

    .news-ranked-list__body strong {
        font-size: 13px;
    }

    .news-ad-slot {
        min-height: 64px;
        margin: 18px 0;
    }

    .news-editorial-grid {
        display: block;
        margin-top: 20px;
    }

    .news-section--compact + .news-section--compact {
        margin-top: 16px;
    }

    .news-authors {
        gap: 6px;
    }

    .news-authors img {
        width: 52px;
        height: 52px;
    }

    .news-mini-media-grid {
        display: flex;
        margin-right: -12px;
        padding-right: 12px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .news-mini-media-grid::-webkit-scrollbar {
        display: none;
    }

    .news-mini-media-grid > a {
        flex: 0 0 42%;
    }

    .news-category-block {
        margin-top: 22px;
    }

    .news-category-block__grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .news-category-block article a {
        display: grid;
        grid-template-columns: 116px minmax(0, 1fr);
        align-items: stretch;
    }

    .news-category-block article img {
        width: 116px;
        height: 100%;
        min-height: 92px;
        aspect-ratio: auto;
    }

    .news-category-block article > a > span {
        display: flex;
        min-width: 0;
        padding: 10px 11px;
        flex-direction: column;
        justify-content: center;
    }

    .news-category-block h3,
    .news-category-lead h3 {
        font-size: 14px;
    }

    .news-category-lead a {
        display: block;
    }

    .news-category-lead article img,
    .news-category-lead img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .news-category-lead h3 {
        font-size: 18px;
    }

    .news-breadcrumb {
        margin-bottom: 12px;
        overflow: hidden;
    }

    .news-article-layout {
        display: block;
    }

    .news-article__header h1 {
        margin-top: 10px;
        font-size: 30px;
        line-height: 1.12;
    }

    .news-article__lead {
        font-size: 17px;
        line-height: 1.5;
    }

    .news-article__byline {
        grid-template-columns: 42px minmax(0, 1fr) 40px;
        gap: 9px;
    }

    .news-article__byline > img {
        width: 42px;
        height: 42px;
    }

    .news-article__stats {
        grid-column: 2 / 4;
        grid-row: 2;
        font-size: 10px;
    }

    .news-article__author small {
        display: grid;
        gap: 1px;
    }

    .news-article__media {
        margin-right: -12px;
        margin-left: -12px;
    }

    .news-article__media > img {
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .news-article__media figcaption {
        padding-inline: 12px;
    }

    .news-article-tools {
        margin-top: 10px;
    }

    .news-article-tools button,
    .news-article-tools a {
        padding-inline: 3px;
        font-size: 10px;
    }

    .news-summary {
        padding: 15px;
    }

    .news-article-tabs {
        margin-right: -12px;
        margin-left: -12px;
        padding-right: 12px;
        padding-left: 12px;
    }

    .news-article__body {
        font-size: calc(17px + (var(--article-font-step) * 1px));
        line-height: 1.75;
    }

    .news-related__grid {
        grid-template-columns: 1fr;
    }

    .news-related article a {
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .news-related article img {
        width: 120px;
        height: 88px;
    }

    .news-reaction > div {
        display: grid;
        grid-template-columns: 1fr;
    }

    .news-reaction button {
        text-align: left;
    }

    .news-comment-list ol {
        margin-left: 20px;
    }

    .news-comment-form {
        padding: 15px;
    }

    .news-comment-form__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .news-article-sidebar {
        display: none;
    }

    .news-auth-page {
        min-height: 0;
        padding: 12px 0 24px;
    }

    .news-auth {
        display: block;
        width: min(calc(100% - 24px), 520px);
        min-height: 0;
    }

    .news-auth__visual {
        min-height: 210px;
    }

    .news-auth__visual > div {
        padding: 22px;
    }

    .news-auth__visual h1 {
        font-size: 25px;
    }

    .news-auth__visual p {
        display: none;
    }

    .news-auth__visual ul {
        margin-top: 12px;
    }

    .news-auth__visual li {
        font-size: 11px;
    }

    .news-auth__visual li:nth-child(n+3) {
        display: none;
    }

    .news-auth__form-side {
        padding: 25px 20px;
    }

    .news-auth__brand {
        display: flex;
        justify-content: center;
    }

    .news-auth__brand img {
        height: 48px;
    }

    .news-auth__heading {
        margin: 20px 0;
        text-align: center;
    }

    .news-auth__heading h2 {
        font-size: 25px;
    }

    .np-mobile-bottom-nav {
        position: fixed;
        z-index: 1060;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        min-height: calc(var(--mobile-bottom-height) + env(safe-area-inset-bottom));
        padding: 5px 6px env(safe-area-inset-bottom);
        grid-template-columns: repeat(5, minmax(0, 1fr));
        color: var(--text-main);
        background: rgba(14, 17, 20, .97);
        border-top: 1px solid var(--border-soft);
        box-shadow: 0 -10px 30px rgba(0, 0, 0, .34);
        backdrop-filter: blur(12px);
    }

    html[data-theme="light"] .np-mobile-bottom-nav {
        background: rgba(255, 255, 255, .97);
    }

    .np-mobile-bottom-nav__item {
        display: flex;
        min-width: 0;
        min-height: 52px;
        padding: 4px 1px;
        flex-direction: column;
        gap: 4px;
        align-items: center;
        justify-content: center;
        color: var(--text-muted);
        background: transparent;
        border: 0;
        font-size: 10px;
        line-height: 1;
    }

    .np-mobile-bottom-nav__item:first-child,
    .np-mobile-bottom-nav__item:hover,
    .np-mobile-bottom-nav__item:focus {
        color: var(--brand-red);
    }

    .np-mobile-bottom-nav__item i {
        font-size: 19px;
    }

    .news-app #backToTop {
        display: none;
    }

    .news-footer {
        margin-top: 26px;
        padding-bottom: var(--mobile-bottom-height);
    }

    .news-footer__grid {
        padding-top: 26px;
        padding-bottom: 24px;
        grid-template-columns: 1fr 1fr;
        gap: 24px 18px;
    }

    .news-footer__brand {
        grid-column: span 2;
    }

    .news-footer__brand p {
        max-width: none;
        margin-top: 12px;
    }

    .news-footer__social {
        grid-column: span 2;
    }

    .news-footer__bottom .news-shell {
        min-height: 64px;
        padding-block: 10px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 2px;
    }

    .news-contact-hub {
        right: 12px;
        bottom: calc(var(--mobile-bottom-height) + env(safe-area-inset-bottom) + 10px);
    }

    .news-contact-hub > button {
        width: 40px;
        min-height: 40px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }

    .news-contact-hub > button span {
        display: none;
    }

    .news-contact-hub__menu {
        min-width: 138px;
    }

    .news-saved-panel {
        padding-bottom: calc(var(--mobile-bottom-height) + env(safe-area-inset-bottom) + 12px);
    }

    .news-smart-badges {
        gap: 5px;
    }

    .news-smart-badge {
        min-height: 20px;
        padding: 3px 7px;
        font-size: 9px;
    }

    .news-location-select {
        display: none;
    }

    .news-trust-box {
        padding: 14px;
    }

    .news-trust-box dl {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

@media (max-width: 991px) {
    .news-media-grid,
    .news-author-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-list-hero {
        grid-template-columns: 1fr;
    }

    .news-list-hero__actions {
        justify-items: start;
    }
}

@media (max-width: 767px) {
    .news-filter-chips {
        margin-right: -12px;
        margin-left: -12px;
        padding: 0 12px 4px;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
    }

    .news-filter-chips::-webkit-scrollbar {
        display: none;
    }

    .news-filter-chips a,
    .news-filter-chips span {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .news-media-grid,
    .news-author-grid {
        grid-template-columns: 1fr;
    }

    .news-media-card__body {
        min-height: 116px;
        padding: 13px;
    }

    .news-author-card {
        padding: 15px;
    }

    .news-author-card__avatar {
        width: 62px;
        height: 62px;
        flex-basis: 62px;
    }
}

@media (max-width: 374px) {
    .news-shell {
        width: min(calc(100% - 20px), var(--container-width));
    }

    .news-hero__content h1,
    .news-hero__content h2 {
        font-size: 23px;
    }

    .news-ranked-list a {
        grid-template-columns: 22px 88px minmax(0, 1fr);
        gap: 7px;
    }

    .news-ranked-list img {
        width: 88px;
        height: 58px;
    }

    .np-mobile-bottom-nav__item {
        font-size: 9px;
    }
}

@media (max-width: 991px) {
    .news-list-layout {
        grid-template-columns: 1fr;
    }

    .news-list-aside {
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .news-list-page {
        padding-top: 10px;
    }

    .news-list-hero {
        min-height: 0;
        margin-bottom: 14px;
        padding: 18px 14px;
        grid-template-columns: 1fr;
        gap: 14px;
        align-items: start;
    }

    .news-list-hero h1 {
        margin-top: 9px;
        font-size: 27px;
        line-height: 1.12;
    }

    .news-list-hero p {
        font-size: 14px;
    }

    .news-list-hero__actions {
        width: 100%;
        min-width: 0;
        grid-template-columns: auto 1fr;
        align-items: center;
        justify-items: start;
    }

    .news-list-search {
        width: 100%;
    }

    .news-list-summary {
        min-height: 34px;
        margin-bottom: 10px;
        font-size: 11px;
    }

    .news-list-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .news-list-card,
    .news-list-card--lead {
        grid-column: auto;
        grid-row: auto;
    }

    .news-list-card {
        display: grid;
        grid-template-columns: 124px minmax(0, 1fr);
        min-height: 116px;
    }

    .news-list-card--lead {
        display: block;
    }

    .news-list-card__media,
    .news-list-card--lead .news-list-card__media {
        height: 100%;
        min-height: 116px;
        aspect-ratio: auto;
    }

    .news-list-card--lead .news-list-card__media {
        aspect-ratio: 16 / 10;
        height: auto;
    }

    .news-list-card__media .news-badge {
        top: auto;
        bottom: 7px;
        left: 7px;
        max-width: calc(100% - 14px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news-list-card__body {
        min-height: 0;
        padding: 10px 11px;
        gap: 7px;
    }

    .news-list-card--lead .news-list-card__body {
        min-height: 0;
        padding: 14px;
    }

    .news-list-card h2,
    .news-list-card:not(.news-list-card--lead) h2 {
        display: -webkit-box;
        overflow: hidden;
        font-size: 14px;
        line-height: 1.28;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .news-list-card--lead h2 {
        font-size: 21px;
        line-height: 1.16;
    }

    .news-list-card p {
        display: none;
    }

    .news-list-card--lead p {
        display: -webkit-box;
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    .news-list-card .news-meta {
        gap: 8px;
        flex-wrap: wrap;
        font-size: 10px;
    }

    .news-pagination {
        justify-content: center;
    }

    .news-pagination a,
    .news-pagination span {
        min-width: 36px;
        height: 36px;
        font-size: 12px;
    }

    .news-list-aside {
        gap: 10px;
    }

    .news-list-aside .sticky-content-inner {
        position: static !important;
        transform: none !important;
    }
}

@media (max-width: 374px) {
    .news-list-card {
        grid-template-columns: 108px minmax(0, 1fr);
    }

    .news-list-card__media {
        min-height: 106px;
    }

    .news-list-card--lead .news-list-card__media {
        min-height: 0;
    }

    .news-list-card__body {
        padding: 9px;
    }
}

@media (max-width: 767px) {
    .news-app .main-content--section .container,
    .news-app .contact--section .container,
    .news-app .f0f--section .container {
        width: min(calc(100% - 24px), var(--container-width));
        padding-right: 0;
        padding-left: 0;
    }

    .news-app .main-content--section {
        padding-bottom: 22px !important;
    }

    .news-app .contributor--items,
    .news-app .page--title,
    .news-app .contact--section .beyaz,
    .news-app .comment-respond {
        padding: 12px !important;
        border-radius: var(--radius-md);
    }

    .news-app .contributor--items ul.nav,
    .news-app .contributor--items .row {
        display: grid;
        margin-right: 0;
        margin-left: 0;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .news-app .contributor--items li[class*="col-"] {
        width: 100%;
        padding: 0 !important;
    }

    .news-app .contributor--item {
        display: grid;
        grid-template-columns: 124px minmax(0, 1fr);
        min-height: 122px;
    }

    .news-app .contributor--item .img {
        height: 100%;
        min-height: 122px;
        aspect-ratio: auto;
    }

    .news-app .contributor--item .info {
        display: grid;
        min-height: 0;
        padding: 11px;
        align-content: center;
    }

    .news-app .contributor--item .name h3,
    .news-app .contributor--item .h4 {
        font-size: 14px;
        line-height: 1.28;
        -webkit-line-clamp: 3;
    }

    .news-app .contributor--item .social {
        margin-top: 8px;
        justify-content: flex-start;
    }

    .news-app .contributor--item .social a {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .news-app .contributor--item .action {
        margin-top: 9px;
    }

    .news-app .contributor--item .action .btn {
        min-height: 32px;
        padding: 0 10px;
        font-size: 11px;
    }

    .news-app .page--title h2 {
        margin-top: 0;
        font-size: 23px;
    }

    .news-app .page--title p {
        font-size: 14px;
    }

    .news-app .contact--section {
        padding-top: 14px !important;
    }

    .news-app .contact--section .row,
    .news-app .contact--section [class*="col-"] {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .news-app .contact--info {
        margin-bottom: 12px;
    }

    .news-app .contact--info li {
        padding: 10px 0;
    }

    .news-app .comment-respond label {
        display: grid;
        margin-bottom: 11px;
        gap: 5px;
    }

    .news-app .comment-respond input {
        min-height: 44px;
    }

    .news-app .comment-respond textarea {
        min-height: 132px;
    }

    .news-app .g-recaptcha {
        max-width: 100%;
        overflow: hidden;
        transform: scale(.9);
        transform-origin: left top;
    }

    .news-app .pagination {
        justify-content: center;
    }

    .news-app .pagination > li > a,
    .news-app .pagination > li > span {
        min-width: 36px;
        height: 36px;
        font-size: 12px;
    }

    .news-app .f0f--section {
        min-height: 52vh;
        padding: 32px 0 !important;
    }

    .news-app .f0f--content {
        padding: 30px 16px;
    }

    .news-app .f0f--content h1 {
        font-size: 68px;
    }

    .news-app .f0f--content h2 {
        font-size: 20px;
    }

    .news-app iframe {
        max-height: 360px;
    }

    .np-mobile-bottom-nav {
        z-index: 10020;
    }

    .news-app .cc-window.cc-banner {
        right: 8px !important;
        bottom: calc(var(--mobile-bottom-height) + env(safe-area-inset-bottom) + 8px) !important;
        left: 8px !important;
        width: auto !important;
        padding: 12px 14px !important;
        border-radius: 6px;
        box-shadow: 0 12px 32px rgba(0, 0, 0, .28);
        font-size: 13px;
        line-height: 1.45;
        z-index: 10010;
    }

    .news-app .cc-window.cc-banner .cc-message {
        margin: 0 0 10px !important;
    }

    .news-app .cc-window.cc-banner .cc-btn {
        min-height: 40px;
        margin: 0 !important;
        padding: 9px 14px;
    }
}

@media (max-width: 374px) {
    .news-app .contributor--item {
        grid-template-columns: 108px minmax(0, 1fr);
    }

    .news-app .contributor--item .img {
        min-height: 112px;
    }

    .news-app .contributor--item .info {
        padding: 9px;
    }
}
