/* Özel News Theme — EsenHaber Demo 6 inspired */
:root {
    --ozel-brand: #0066bf;
    --ozel-accent: #ffe500;
    --ozel-ink: #1a1a1a;
    --ozel-muted: #666;
    --ozel-line: #ddd;
    --ozel-paper: #fff;
    --ozel-soft: #f5f5f5;
    --ozel-dark: #1e1e1e;
    --ozel-dark-2: #2a2a2a;
    --ozel-container: 1200px;
    --ozel-font: Arial, Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

body.ozel-theme {
    margin: 0;
    background: var(--ozel-paper);
    color: var(--ozel-ink);
    font-family: var(--ozel-font);
    font-size: 14px;
    line-height: 1.45;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.ozel-theme a { color: inherit; text-decoration: none; }
.ozel-theme a:hover { color: var(--ozel-brand); }
.ozel-theme img { max-width: 100%; display: block; height: auto; }
.ozel-theme ul, .ozel-theme ol { margin: 0; padding: 0; list-style: none; }

.ozel-container {
    width: min(var(--ozel-container), calc(100% - 24px));
    max-width: 100%;
    margin-inline: auto;
    box-sizing: border-box;
}

/* ── Top Bar ── */
.ozel-topbar {
    background: var(--ozel-dark);
    color: #ccc;
    font-size: 12px;
    border-bottom: 1px solid #333;
    max-width: 100%;
    overflow: hidden;
}

.ozel-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 36px;
    flex-wrap: wrap;
}

.ozel-topbar__left,
.ozel-topbar__right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.ozel-weather {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ozel-weather__temp { font-weight: 700; color: var(--ozel-accent); }
.ozel-weather__city {
    background: transparent;
    border: 1px solid #555;
    color: #ccc;
    font-size: 11px;
    padding: 2px 6px;
    cursor: pointer;
    max-width: 9.5em;
    min-width: 0;
    text-overflow: ellipsis;
}
.ozel-topbar__slogan {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 42ch;
}

.ozel-topbar__links { display: flex; gap: 14px; }
.ozel-topbar__links a { color: #ccc; font-weight: 600; text-transform: uppercase; font-size: 11px; letter-spacing: .3px; }
.ozel-topbar__links a:hover { color: var(--ozel-accent); }

.ozel-social { display: flex; gap: 8px; }
.ozel-social a {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    background: #333;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}
.ozel-social a:hover { background: var(--ozel-brand); color: #fff; }

/* ── Header ── */
.ozel-header {
    background: #fff;
    border-bottom: 1px solid var(--ozel-line);
    padding: 14px 0;
    max-width: 100%;
    overflow: hidden;
}

.ozel-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.ozel-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -1px;
    color: var(--ozel-brand);
    line-height: 1;
}

.ozel-logo img {
    display: block;
    height: 56px;
    width: auto;
    max-width: min(300px, 70vw);
    max-height: 56px;
}
.ozel-logo__text span { color: var(--ozel-accent); background: var(--ozel-brand); padding: 0 4px; }

.ozel-header-ad {
    flex: 1;
    max-width: 728px;
    min-height: 90px;
    display: grid;
    place-items: center;
    text-align: center;
    overflow: hidden;
}
.ozel-header-ad .ozel-ad-placeholder,
.ozel-ad-slot .ozel-ad-placeholder,
.ozel-ad .ozel-ad-placeholder {
    width: 100%;
    min-height: inherit;
    background: var(--ozel-soft);
    border: 1px dashed var(--ozel-line);
    display: grid;
    place-items: center;
    color: var(--ozel-muted);
    font-size: 12px;
    padding: 12px;
}
.ozel-header-ad ins,
.ozel-header-ad iframe,
.ozel-ad-slot ins,
.ozel-ad-slot iframe,
.ozel-ad ins,
.ozel-ad iframe {
    max-width: 100%;
}
.ozel-ad,
.ozel-ad-slot,
.ozel-header-ad {
    max-width: 100%;
    overflow: hidden;
}
.ozel-ad ins.adsbygoogle,
.ozel-ad-slot ins.adsbygoogle {
    max-width: 100% !important;
}

/* ── Navigation ── */
.ozel-nav {
    background: var(--ozel-brand);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    overflow: visible;
}

.ozel-nav__inner {
    display: flex;
    align-items: center;
    gap: 0;
}

.ozel-nav__toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    padding: 12px 14px;
    cursor: pointer;
    line-height: 1;
}

.ozel-nav__menu {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    flex: 1;
    scrollbar-width: none;
}
.ozel-nav__menu::-webkit-scrollbar { display: none; }

.ozel-nav__menu > li > a,
.ozel-nav__home {
    display: block;
    padding: 13px 16px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    white-space: nowrap;
    border-right: 1px solid rgba(255,255,255,.15);
    transition: background .15s;
}

.ozel-nav__home { background: rgba(0,0,0,.12); }
.ozel-nav__menu > li > a:hover,
.ozel-nav__home:hover { background: rgba(0,0,0,.2); color: var(--ozel-accent); }

.ozel-nav__search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    color: #fff;
    font-size: 16px;
    background: transparent;
    border: 0;
    cursor: pointer;
    line-height: 1;
}
.ozel-nav__search:hover { color: var(--ozel-accent); }

.ozel-nav__search-wrap {
    position: relative;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.ozel-search-panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 120;
    width: min(420px, calc(100vw - 24px));
    padding: 10px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 40px rgba(15, 23, 42, .22);
    border: 1px solid #e2e8f0;
}
.ozel-search-panel[hidden] { display: none !important; }

.ozel-search-panel__form {
    display: flex;
    align-items: center;
    gap: 6px;
}
.ozel-search-panel__form input[type="search"] {
    flex: 1;
    min-width: 0;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    color: #0f172a;
    outline: none;
}
.ozel-search-panel__form input[type="search"]:focus {
    border-color: var(--ozel-brand);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--ozel-brand) 20%, transparent);
}
.ozel-search-panel__form button[type="submit"] {
    border: 0;
    border-radius: 10px;
    background: var(--ozel-brand);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 14px;
    cursor: pointer;
}
.ozel-search-panel__close {
    border: 0;
    background: #f1f5f9;
    color: #334155;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.ozel-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ozel-search-page__head {
    margin-bottom: 20px;
}
.ozel-search-page__head h1 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
}
.ozel-search-page__head p {
    margin-top: 6px;
    color: #64748b;
    font-size: 14px;
}
.ozel-search-empty {
    padding: 28px;
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    background: #f8fafc;
    color: #475569;
}

/* Mobile drawer */
.ozel-drawer-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    z-index: 200;
}
.ozel-drawer-overlay.is-open { display: block; }

.ozel-drawer {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    background: var(--ozel-dark);
    z-index: 201;
    transition: left .25s ease;
    overflow-y: auto;
    padding: 20px 0;
}
.ozel-drawer.is-open { left: 0; }

.ozel-drawer__close {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    padding: 10px 20px;
    cursor: pointer;
    display: block;
}

.ozel-drawer a {
    display: block;
    padding: 12px 20px;
    color: #eee;
    font-weight: 600;
    border-bottom: 1px solid #333;
    text-transform: uppercase;
    font-size: 13px;
}
.ozel-drawer a:hover { background: var(--ozel-brand); color: #fff; }

/* ── Breaking News ── */
.ozel-breaking {
    background: #fff;
    border-bottom: 2px solid var(--ozel-accent);
    max-width: 100%;
    overflow: hidden;
}

.ozel-breaking__inner {
    display: flex;
    align-items: stretch;
    min-height: 40px;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.ozel-breaking__label {
    background: var(--ozel-accent);
    color: var(--ozel-ink);
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 16px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    letter-spacing: .5px;
    flex: 0 0 auto;
}

.ozel-breaking__ticker {
    flex: 1 1 auto;
    min-width: 0; /* flex taşmasını engeller — kritik */
    max-width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.ozel-breaking__track {
    display: flex;
    width: max-content;
    animation: ozel-ticker 30s linear infinite;
    white-space: nowrap;
    will-change: transform;
}

.ozel-breaking__track:hover { animation-play-state: paused; }

.ozel-breaking__item {
    padding: 0 30px;
    font-weight: 600;
    font-size: 13px;
    color: var(--ozel-ink);
    flex: 0 0 auto;
}
.ozel-breaking__item::before {
    content: "●";
    color: var(--ozel-brand);
    margin-right: 10px;
    font-size: 8px;
    vertical-align: middle;
}

@keyframes ozel-ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ── Markets Strip ── */
.ozel-markets {
    background: var(--ozel-soft);
    border-bottom: 1px solid var(--ozel-line);
    max-width: 100%;
    overflow: hidden;
}

.ozel-markets__inner {
    display: flex;
    align-items: center;
    gap: 0;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.ozel-markets__inner::-webkit-scrollbar { display: none; }

.ozel-markets__title {
    background: var(--ozel-brand);
    color: #fff;
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 14px;
    white-space: nowrap;
    letter-spacing: .3px;
    flex: 0 0 auto;
    position: sticky;
    left: 0;
    z-index: 1;
}

.ozel-markets__item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-right: 1px solid var(--ozel-line);
    white-space: nowrap;
    font-size: 12px;
}

.ozel-markets__name { font-weight: 700; color: var(--ozel-muted); text-transform: uppercase; font-size: 10px; }
.ozel-markets__value { font-weight: 700; }
.ozel-markets__change { font-size: 11px; font-weight: 700; }
.ozel-markets__change--up { color: #16a34a; }
.ozel-markets__change--down { color: #dc2626; }

/* ── Main Layout ── */
.ozel-main {
    padding: 20px 0 30px;
    max-width: 100%;
    overflow-x: hidden;
}

.ozel-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: start;
    max-width: 100%;
}

.ozel-content { min-width: 0; max-width: 100%; }
.ozel-sidebar { min-width: 0; max-width: 100%; }

/* ── Manset Slider ── */
.ozel-manset {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px;
    gap: 0;
    background: #000;
    margin-bottom: 24px;
    border: 1px solid var(--ozel-line);
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

.ozel-manset__stage {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    min-width: 0;
    width: 100%;
}

.ozel-manset__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}
.ozel-manset__slide.is-active { opacity: 1; pointer-events: auto; }
.ozel-manset.is-ready .ozel-manset__slide { transition: opacity .35s ease; }

.ozel-manset__slide a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ozel-manset__slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}

.ozel-manset__caption {
    position: absolute;
    inset: auto 0 0;
    padding: 40px 20px 18px;
    background: linear-gradient(transparent, rgba(0,0,0,.88));
    color: #fff;
}

.ozel-manset__cat {
    display: inline-block;
    background: var(--ozel-accent);
    color: var(--ozel-ink);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 3px 8px;
    margin-bottom: 6px;
}

.ozel-manset__title {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
}

.ozel-manset__meta { font-size: 11px; color: #ccc; margin-top: 6px; }

.ozel-manset__thumbs {
    display: flex;
    flex-direction: column;
    background: var(--ozel-dark);
}

.ozel-manset__thumb {
    flex: 1;
    display: grid;
    place-items: center;
    background: var(--ozel-dark-2);
    color: #888;
    font-size: 16px;
    font-weight: 800;
    border: none;
    border-bottom: 1px solid #333;
    cursor: pointer;
    transition: all .2s;
    min-height: 36px;
}
.ozel-manset__thumb:last-child { border-bottom: none; }
.ozel-manset__thumb.is-active,
.ozel-manset__thumb:hover { background: var(--ozel-accent); color: var(--ozel-ink); }

/* ── Section Blocks ── */
.ozel-section {
    margin-bottom: 28px;
}
/* İlk ekranın altındaki bloklarda boyama maliyetini düşür */
.ozel-content > .ozel-section:nth-child(n + 3) {
    content-visibility: auto;
    contain-intrinsic-size: 1px 720px;
}

.ozel-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid var(--ozel-brand);
    margin-bottom: 16px;
    padding-bottom: 8px;
}

.ozel-section__title {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--ozel-brand);
    letter-spacing: -.3px;
}

.ozel-section__more {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--ozel-muted);
    letter-spacing: .5px;
}
.ozel-section__more:hover { color: var(--ozel-brand); }

/* Featured row (Günün Öne Çıkanları) */
.ozel-featured-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.ozel-featured-card {
    border: 1px solid var(--ozel-line);
    background: #fff;
    transition: box-shadow .2s;
}
.ozel-featured-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,.1); }

.ozel-featured-card__img { aspect-ratio: 16/10; overflow: hidden; background: var(--ozel-soft); max-width: 100%; }
.ozel-featured-card__img img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    transition: transform .3s;
}
.ozel-featured-card:hover .ozel-featured-card__img img { transform: scale(1.04); }

.ozel-featured-card__body { padding: 10px 12px 14px; }
.ozel-featured-card__cat { font-size: 10px; font-weight: 800; color: var(--ozel-brand); text-transform: uppercase; }
.ozel-featured-card__title { margin: 4px 0 0; font-size: 14px; line-height: 1.35; font-weight: 700; }

/* Category block */
.ozel-cat-block__lead {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 16px;
    margin-bottom: 14px;
}

.ozel-cat-block__main { position: relative; overflow: hidden; max-width: 100%; min-width: 0; }
.ozel-cat-block__main img { width: 100%; max-width: 100%; aspect-ratio: 16/10; object-fit: cover; height: auto; }
.ozel-cat-block__main-title {
    position: absolute;
    inset: auto 0 0;
    padding: 30px 14px 12px;
    background: linear-gradient(transparent, rgba(0,0,0,.85));
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
}

.ozel-cat-block__side { display: flex; flex-direction: column; gap: 10px; }

.ozel-cat-block__side-item {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--ozel-line);
}
.ozel-cat-block__side-item:last-child { border-bottom: none; padding-bottom: 0; }
.ozel-cat-block__side-item img { width: 90px; height: 60px; object-fit: cover; }
.ozel-cat-block__side-item h4 { margin: 0; font-size: 13px; line-height: 1.3; font-weight: 700; }

.ozel-cat-block__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.ozel-news-card { border-bottom: 1px solid var(--ozel-line); padding-bottom: 12px; }
.ozel-news-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; margin-bottom: 8px; background: var(--ozel-soft); }
.ozel-news-card__title { margin: 0; font-size: 14px; line-height: 1.35; font-weight: 700; }
.ozel-news-card__meta { font-size: 11px; color: var(--ozel-muted); margin-top: 4px; }

/* Authors widget */
.ozel-authors { display: grid; gap: 12px; }
.ozel-author {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 12px;
    align-items: start;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--ozel-line);
}
.ozel-author:last-child { border-bottom: none; }
.ozel-author__avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--ozel-brand);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 18px;
    overflow: hidden;
}
.ozel-author__avatar img { width: 100%; height: 100%; object-fit: cover; }
.ozel-author__name { font-weight: 800; font-size: 13px; color: var(--ozel-brand); }
.ozel-author__post { font-size: 13px; line-height: 1.35; margin-top: 2px; font-weight: 600; }

/* Gallery / Video grids */
.ozel-media-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.ozel-media-card { position: relative; overflow: hidden; }
.ozel-media-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.ozel-media-card__overlay {
    position: absolute;
    inset: auto 0 0;
    padding: 20px 10px 8px;
    background: linear-gradient(transparent, rgba(0,0,0,.8));
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.ozel-media-card__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background: rgba(0,102,191,.85);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 16px;
}

/* Horoscope tabs */
.ozel-horoscope__tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    margin-bottom: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
}

.ozel-horoscope__tab {
    flex: 0 0 auto;
    padding: 5px 10px;
    background: var(--ozel-soft);
    border: 1px solid var(--ozel-line);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
}
.ozel-horoscope__tab.is-active { background: var(--ozel-brand); color: #fff; border-color: var(--ozel-brand); }

.ozel-horoscope__panel { display: none; font-size: 13px; line-height: 1.6; color: var(--ozel-muted); }
.ozel-horoscope__panel.is-active { display: block; }
.ozel-horoscope__sign { font-weight: 800; color: var(--ozel-brand); font-size: 15px; margin-bottom: 6px; }
.ozel-horoscope__date {
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    margin-bottom: 8px;
}

/* Standings table */
.ozel-standings { width: 100%; border-collapse: collapse; font-size: 12px; }
.ozel-standings th {
    background: var(--ozel-brand);
    color: #fff;
    padding: 8px 6px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
}
.ozel-standings td { padding: 7px 6px; border-bottom: 1px solid var(--ozel-line); }
.ozel-standings tr:nth-child(even) { background: var(--ozel-soft); }
.ozel-standings .ozel-rank { font-weight: 800; color: var(--ozel-brand); width: 24px; text-align: center; }

/* ── Sidebar ── */
.ozel-sidebar { display: flex; flex-direction: column; gap: 20px; }

.ozel-widget {
    border: 1px solid var(--ozel-line);
    background: #fff;
    max-width: 100%;
    min-width: 0;
    content-visibility: auto;
    contain-intrinsic-size: 1px 280px;
}
.ozel-widget__head {
    background: var(--ozel-brand);
    color: #fff;
    padding: 10px 14px;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.ozel-widget__body {
    padding: 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ozel-widget-list li {
    padding: 8px 0;
    border-bottom: 1px solid var(--ozel-line);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}
.ozel-widget-list li:last-child { border-bottom: none; }
.ozel-widget-list .ozel-num {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: var(--ozel-accent);
    color: var(--ozel-ink);
    text-align: center;
    line-height: 22px;
    font-size: 11px;
    font-weight: 800;
    margin-right: 8px;
}

.ozel-ad-slot {
    min-height: 250px;
    display: grid;
    place-items: center;
    overflow: hidden;
}
.ozel-ad {
    margin: 18px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    clear: both;
    overflow: hidden;
}
.ozel-ad--box {
    margin: 20px 0;
    width: 100%;
    max-width: 100%;
}
.ozel-ad--box a {
    display: block;
    width: 100%;
    max-width: 100%;
}
.ozel-ad--box img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    border: 0;
    border-radius: 8px;
}
.ozel-ad--top,
.ozel-ad--bottom,
.ozel-ad--mid {
    width: 100%;
}

/* ── Article Page ── */
.ozel-article-wrap { padding: 24px 0 40px; }

.ozel-breadcrumb {
    font-size: 12px;
    color: var(--ozel-muted);
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}
.ozel-breadcrumb a { color: var(--ozel-brand); font-weight: 600; }
.ozel-breadcrumb span { color: #aaa; }

.ozel-article { max-width: 820px; margin-inline: auto; }

.ozel-article__cat {
    display: inline-block;
    background: var(--ozel-accent);
    color: var(--ozel-ink);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 4px 10px;
    margin-bottom: 10px;
}

.ozel-article__title {
    margin: 0 0 12px;
    font-size: 36px;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -.5px;
}

.ozel-article__summary {
    font-size: 18px;
    line-height: 1.55;
    color: #444;
    margin-bottom: 14px;
    font-weight: 500;
}

.ozel-article__meta {
    font-size: 12px;
    color: var(--ozel-muted);
    padding-bottom: 16px;
    border-bottom: 2px solid var(--ozel-line);
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ozel-article__cover {
    margin: 0 0 18px;
    width: 100%;
    max-width: 100%;
    background: #0f172a;
    overflow: hidden;
}
.ozel-article__cover img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
    background: #0f172a;
}
.ozel-article__credit {
    font-size: 11px;
    color: var(--ozel-muted);
    margin-top: 6px;
    font-style: italic;
    padding: 0 2px;
}
@media (max-width: 768px) {
    .ozel-article__cover {
        margin: 0 -10px 16px;
        width: calc(100% + 20px);
        max-width: none;
    }
    .ozel-article__cover img {
        width: 100%;
        height: auto;
        max-height: min(70vh, 520px);
        object-fit: contain;
    }
}

.ozel-article__body {
    font-size: 17px;
    line-height: 1.75;
    color: #222;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.ozel-article__body h2, .ozel-article__body h3 { font-size: 22px; margin: 28px 0 12px; line-height: 1.25; }
.ozel-article__body p { margin: 0 0 16px; }
.ozel-article__body img { margin: 20px auto; max-width: 100%; height: auto; }
.ozel-article__body iframe,
.ozel-article__body video,
.ozel-article__body embed,
.ozel-article__body object {
    max-width: 100%;
}
.ozel-article__body iframe {
    width: 100% !important;
    aspect-ratio: 16 / 9;
    height: auto !important;
}
.ozel-article__body table {
    display: block;
    width: 100% !important;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.ozel-article__body pre {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.ozel-article__body blockquote {
    border-left: 4px solid var(--ozel-brand);
    margin: 24px 0;
    padding: 4px 0 4px 20px;
    font-size: 20px;
    color: #444;
    font-style: italic;
}

.ozel-article__gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 30px 0;
}
.ozel-article__gallery figure { margin: 0; }
.ozel-article__gallery img { width: 100%; height: 240px; object-fit: cover; }
.ozel-article__gallery figcaption { font-size: 11px; color: var(--ozel-muted); margin-top: 4px; }

.ozel-home-h1 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -.3px;
    color: var(--ozel-brand);
    text-transform: none;
}
@media (max-width: 768px) {
    .ozel-home-h1 { font-size: 18px; margin-bottom: 12px; }
}

.ozel-related { margin-top: 40px; padding-top: 24px; border-top: 3px solid var(--ozel-brand); }
.ozel-related--similar { margin-top: 32px; }
.ozel-related--category { margin-top: 28px; border-top-width: 2px; border-top-color: var(--ozel-line, #d7e0ea); }
.ozel-related__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 16px; }
.ozel-related__grid .ozel-news-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

/* ── Continuous next article (no redirect) ── */
.ozel-auto-next-sentinel {
    height: 1px;
    width: 100%;
    margin: 8px 0 0;
    pointer-events: none;
}
.ozel-article-stream {
    display: block;
}
.ozel-stream-status {
    margin: 18px 0;
    padding: 14px 16px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: var(--ozel-brand);
    background: var(--ozel-soft, #f4f7fb);
    border: 1px dashed var(--ozel-line, #d7e0ea);
    border-radius: 10px;
}
.ozel-stream-item {
    margin-top: 28px;
    padding-top: 8px;
}
.ozel-stream-item__divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 22px;
    color: var(--ozel-muted, #6b7c8f);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.ozel-stream-item__divider::before,
.ozel-stream-item__divider::after {
    content: '';
    flex: 1;
    height: 2px;
    background: var(--ozel-brand);
    opacity: .35;
}
.ozel-stream-item__title {
    margin-top: 8px;
}
.ozel-stream-item__title a {
    color: inherit;
    text-decoration: none;
}
.ozel-stream-item__title a:hover {
    color: var(--ozel-brand);
    text-decoration: underline;
}
.ozel-stream-item .ozel-article__cat {
    display: inline-block;
    text-decoration: none;
}

/* ── Category Page ── */
.ozel-category-head { margin-bottom: 24px; padding-bottom: 16px; border-bottom: 3px solid var(--ozel-brand); }
.ozel-category-head h1 { margin: 0; font-size: 28px; font-weight: 900; text-transform: uppercase; color: var(--ozel-brand); }
.ozel-category-head p,
.ozel-category-head__desc { margin: 8px 0 0; color: var(--ozel-muted); max-width: 680px; line-height: 1.6; }

.ozel-category-title {
    margin: 0;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--ozel-brand);
    letter-spacing: -.3px;
}

.ozel-category-intro {
    margin: 0 0 18px;
}
.ozel-category-intro__desc {
    margin: 8px 0 0;
    color: var(--ozel-muted);
    max-width: 720px;
    line-height: 1.6;
    font-size: 14px;
}

/* Uzun kategori SEO metni: arayüzde görünmez, HTML kaynakta kalır */
.ozel-category-seo {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.ozel-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ozel-pagination { margin-top: 30px; display: flex; justify-content: center; }
.ozel-pagination nav { display: flex; gap: 4px; flex-wrap: wrap; }
.ozel-pagination a, .ozel-pagination span {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid var(--ozel-line);
    font-size: 13px;
    font-weight: 600;
}
.ozel-pagination a:hover { background: var(--ozel-brand); color: #fff; border-color: var(--ozel-brand); }
.ozel-pagination span[aria-current="page"] { background: var(--ozel-brand); color: #fff; border-color: var(--ozel-brand); }

/* ── Footer ── */
.ozel-footer {
    background: var(--ozel-dark);
    color: #aaa;
    margin-top: 40px;
    padding: 36px 0 0;
    font-size: 13px;
}

.ozel-footer__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding-bottom: 30px;
}

.ozel-footer__col h4 {
    color: var(--ozel-accent);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 14px;
    letter-spacing: .3px;
}

.ozel-footer__col ul li { margin-bottom: 8px; }
.ozel-footer__col a { color: #ccc; font-size: 13px; display: inline-block; max-width: 100%; }
.ozel-footer__col a:hover { color: var(--ozel-accent); }

.ozel-footer__bottom {
    border-top: 1px solid #333;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
}

.ozel-footer__brand { font-weight: 800; color: #fff; font-size: 16px; }
.ozel-footer__social { display: flex; gap: 8px; }

/* ── Utilities ── */
.ozel-badge {
    display: inline-block;
    background: var(--ozel-accent);
    color: var(--ozel-ink);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 3px 8px;
}

.ozel-meta { font-size: 11px; color: var(--ozel-muted); }

.ozel-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}


/* ── Nöbetçi Eczane ── */
.ozel-pharmacies-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    padding: 28px 16px 60px;
    align-items: start;
}
.ozel-pharmacies__header h1 {
    margin: 0 0 8px;
    font-size: 2rem;
    line-height: 1.25;
}
.ozel-pharmacies__header p {
    margin: 0 0 20px;
    color: var(--ozel-muted, #666);
}
.ozel-pharmacies__filters {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 12px;
    margin-bottom: 20px;
    align-items: end;
}
.ozel-pharmacies__filters label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
}
.ozel-pharmacies__filters select {
    appearance: none;
    border: 1px solid #d8dde6;
    border-radius: 10px;
    padding: 10px 12px;
    background: #fff;
    font: inherit;
}
.ozel-pharmacies__submit {
    border: 0;
    border-radius: 10px;
    background: var(--ozel-brand, #0066bf);
    color: #fff;
    font-weight: 700;
    padding: 11px 18px;
    cursor: pointer;
}
.ozel-pharmacies__notice,
.ozel-pharmacies__meta {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #f4f7fb;
    color: #334155;
    font-size: 14px;
}
.ozel-pharmacies__period {
    font-weight: 600;
    color: #0f172a;
    background: #eff6ff;
}
.ozel-pharmacies__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 14px;
}
.ozel-pharmacy-card {
    border: 1px solid #e5e9f0;
    border-radius: 12px;
    padding: 16px;
    background: #fff;
}
.ozel-pharmacy-card h2 {
    margin: 0 0 6px;
    font-size: 1.05rem;
    line-height: 1.35;
}
.ozel-pharmacy-card__district {
    font-size: 12px;
    font-weight: 700;
    color: var(--ozel-brand, #0066bf);
    margin-bottom: 8px;
}
.ozel-pharmacy-card__address {
    margin: 0 0 12px;
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
}
.ozel-pharmacy-card__directions {
    margin: -4px 0 10px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.4;
}
.ozel-pharmacy-card__note {
    display: inline-block;
    margin: 0 0 12px;
    padding: 6px 10px;
    border-radius: 8px;
    background: #fff7ed;
    border: 1px solid #fdba74;
    color: #9a3412;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}
.ozel-pharmacy-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.ozel-pharmacy-card__phone,
.ozel-pharmacy-card__map {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}
.ozel-pharmacy-card__phone {
    background: #ecfdf5;
    color: #047857;
}
.ozel-pharmacy-card__map {
    border: 1px solid #93c5fd !important;
    cursor: pointer;
    font: inherit;
    background: #2563eb !important;
    color: #fff !important;
}
.ozel-pharmacy-card__map:hover {
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
    color: #fff !important;
}
.ozel-pharmacies__disclaimer {
    margin: 22px 0 0;
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.5;
}
.ozel-pharmacy-links {
    margin: 28px 0 0;
    padding-top: 22px;
    border-top: 1px solid #e5e9f0;
}
.ozel-pharmacy-links h2 {
    margin: 0 0 6px;
    font-size: 1.2rem;
    line-height: 1.35;
}
.ozel-pharmacy-links > p {
    margin: 0 0 14px;
    color: var(--ozel-muted, #666);
    font-size: 14px;
}
.ozel-pharmacy-links__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 8px 12px;
}
.ozel-pharmacy-links__grid a {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    background: #f8fafc;
    color: #0f172a;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    cursor: pointer;
}
.ozel-pharmacy-links__grid a:hover {
    background: #eff6ff;
    color: var(--ozel-brand, #0066bf);
}
.ozel-pharmacy-links__grid a:focus-visible {
    outline: 2px solid var(--ozel-brand, #0066bf);
    outline-offset: 2px;
}
.ozel-pharmacy-days {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 16px;
}
.ozel-pharmacy-days__tab {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    background: #f8fafc;
    color: #334155;
    cursor: pointer;
    text-align: left;
    font: inherit;
}
.ozel-pharmacy-days__tab strong {
    font-size: 14px;
    color: #0f172a;
}
.ozel-pharmacy-days__tab span {
    font-size: 11px;
    color: #64748b;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ozel-pharmacy-days__tab.is-active {
    border-color: var(--ozel-brand, #0066bf);
    background: #eff6ff;
    box-shadow: inset 0 0 0 1px var(--ozel-brand, #0066bf);
}
.ozel-pharmacy-day-panel[hidden] { display: none !important; }
.ozel-pharmacy-widget__city {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    color: var(--ozel-brand, #0066bf);
}
.ozel-pharmacy-widget__list li {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px 0;
    border-bottom: 1px solid #eef2f7;
}
.ozel-pharmacy-widget__list li:last-child { border-bottom: 0; }
.ozel-pharmacy-widget__list a { font-size: 12px; color: #047857; }
.ozel-pharmacy-widget__empty {
    margin: 0 0 10px;
    font-size: 13px;
    color: #64748b;
}
@media (max-width: 1024px) {
    .ozel-pharmacies-layout { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .ozel-pharmacy-days { grid-template-columns: 1fr; }
    .ozel-pharmacies__filters { grid-template-columns: 1fr; }
}


/* ── Namaz Vakitleri ── */
.ozel-prayer-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    padding: 28px 16px 60px;
    align-items: start;
}
.ozel-prayer__header h1 {
    margin: 0 0 8px;
    font-size: 2rem;
    line-height: 1.25;
}
.ozel-prayer__header p {
    margin: 0 0 20px;
    color: var(--ozel-muted, #666);
}
.ozel-prayer__hijri { color: #94a3b8; }
.ozel-prayer__filters {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    margin-bottom: 20px;
    align-items: end;
}
.ozel-prayer__filters label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
}
.ozel-prayer__filters select {
    appearance: none;
    border: 1px solid #d8dde6;
    border-radius: 10px;
    padding: 10px 12px;
    background: #fff;
    font: inherit;
}
.ozel-prayer__submit {
    border: 0;
    border-radius: 10px;
    background: var(--ozel-brand, #0066bf);
    color: #fff;
    font-weight: 700;
    padding: 11px 18px;
    cursor: pointer;
}
.ozel-prayer__notice {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #f4f7fb;
    color: #334155;
    font-size: 14px;
}
.ozel-prayer__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.ozel-prayer-card {
    border: 1px solid #e5e9f0;
    border-radius: 12px;
    padding: 18px 14px;
    background: #fff;
    text-align: center;
}
.ozel-prayer-card__label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--ozel-brand, #0066bf);
    margin-bottom: 8px;
}
.ozel-prayer-card__time {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #0f172a;
}
.ozel-prayer__disclaimer {
    margin: 22px 0 0;
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.5;
}
.ozel-prayer-widget__city {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    color: var(--ozel-brand, #0066bf);
}
.ozel-prayer-widget__list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 0;
    border-bottom: 1px solid #eef2f7;
    font-size: 13px;
}
.ozel-prayer-widget__list li:last-child { border-bottom: 0; }
.ozel-prayer-widget__empty {
    margin: 0 0 10px;
    font-size: 13px;
    color: #64748b;
}
@media (max-width: 1024px) {
    .ozel-prayer-layout { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .ozel-prayer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ozel-prayer__filters { grid-template-columns: 1fr; }
}


/* ── Son Depremler ── */
.ozel-quake-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    padding: 28px 16px 60px;
    align-items: start;
}
.ozel-quake__header h1 { margin: 0 0 8px; font-size: 2rem; line-height: 1.25; }
.ozel-quake__header p { margin: 0 0 18px; color: var(--ozel-muted, #666); }
.ozel-quake__filters { margin-bottom: 16px; }
.ozel-quake__filters label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 600; max-width: 220px; }
.ozel-quake__filters select {
    appearance: none; border: 1px solid #d8dde6; border-radius: 10px;
    padding: 10px 12px; background: #fff; font: inherit;
}
.ozel-quake__notice, .ozel-quake__meta {
    margin: 0 0 14px; padding: 12px 14px; border-radius: 10px;
    background: #f4f7fb; color: #334155; font-size: 14px;
}
.ozel-quake__list { display: flex; flex-direction: column; gap: 10px; }
.ozel-quake-card {
    display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 14px;
    border: 1px solid #e5e9f0; border-radius: 12px; padding: 14px; background: #fff;
}
.ozel-quake-card__mag {
    display: flex; align-items: center; justify-content: center;
    border-radius: 12px; font-size: 1.35rem; font-weight: 800; color: #fff;
    background: #64748b;
}
.ozel-quake-card--minor .ozel-quake-card__mag { background: #94a3b8; }
.ozel-quake-card--light .ozel-quake-card__mag { background: #0ea5e9; }
.ozel-quake-card--moderate .ozel-quake-card__mag { background: #f59e0b; }
.ozel-quake-card--strong .ozel-quake-card__mag { background: #dc2626; }
.ozel-quake-card__body h2 { margin: 0 0 6px; font-size: 1rem; line-height: 1.35; }
.ozel-quake-card__meta {
    display: flex; flex-wrap: wrap; gap: 8px 14px;
    font-size: 13px; color: #475569; margin-bottom: 4px;
}
.ozel-quake-card__coords { font-size: 12px; color: #94a3b8; }
.ozel-quake-card__map {
    display: inline-flex !important;
    align-items: center;
    border: 1px solid #93c5fd !important;
    border-radius: 999px !important;
    margin-left: 8px;
    padding: 4px 12px !important;
    background: #2563eb !important;
    color: #fff !important;
    cursor: pointer;
    font: inherit;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.3;
    text-decoration: none !important;
    vertical-align: middle;
    box-shadow: none;
}
.ozel-quake-card__map:hover {
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
    color: #fff !important;
}
.ozel-quake__scale { margin-top: 28px; padding-top: 18px; border-top: 1px solid #eef2f7; }
.ozel-quake__scale h2 { margin: 0 0 12px; font-size: 1.1rem; }
.ozel-quake__scale ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.ozel-quake__scale li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #475569; }
.ozel-quake-dot {
    width: 12px; height: 12px; border-radius: 50%; display: inline-block; background: #94a3b8;
}
.ozel-quake-dot--minor { background: #94a3b8; }
.ozel-quake-dot--light { background: #0ea5e9; }
.ozel-quake-dot--moderate { background: #f59e0b; }
.ozel-quake-dot--strong { background: #dc2626; }
.ozel-quake__disclaimer { margin: 22px 0 0; font-size: 12px; color: #94a3b8; line-height: 1.5; }
.ozel-quake__disclaimer a { color: #64748b; }
.ozel-quake-widget__list li {
    display: flex; gap: 10px; align-items: flex-start;
    padding: 8px 0; border-bottom: 1px solid #eef2f7;
}
.ozel-quake-widget__list li:last-child { border-bottom: 0; }
.ozel-quake-widget__mag {
    min-width: 38px; text-align: center; font-weight: 800; font-size: 13px;
    color: #fff; border-radius: 8px; padding: 4px 0; background: #64748b;
}
.ozel-quake-widget__mag.ozel-quake-dot--minor { background: #94a3b8; }
.ozel-quake-widget__mag.ozel-quake-dot--light { background: #0ea5e9; }
.ozel-quake-widget__mag.ozel-quake-dot--moderate { background: #f59e0b; }
.ozel-quake-widget__mag.ozel-quake-dot--strong { background: #dc2626; }
.ozel-quake-widget__info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.ozel-quake-widget__info strong { font-size: 13px; line-height: 1.3; }
.ozel-quake-widget__info small { font-size: 11px; color: #94a3b8; }
.ozel-quake-widget__empty { margin: 0 0 10px; font-size: 13px; color: #64748b; }
@media (max-width: 1024px) {
    .ozel-quake-layout { grid-template-columns: 1fr; }
}


/* ── Burç sayfası ── */
.ozel-horoscope-page { padding: 28px 16px 60px; max-width: 920px; }
.ozel-horoscope-page__header h1 { margin: 0 0 8px; font-size: 2rem; }
.ozel-horoscope-page__header p { margin: 0 0 22px; color: var(--ozel-muted, #666); }
.ozel-horoscope-page__grid { display: grid; gap: 14px; }
.ozel-horoscope-page__card {
    border: 1px solid #e5e9f0; border-radius: 12px; padding: 16px 18px; background: #fff;
}
.ozel-horoscope-page__card h2 {
    margin: 0 0 10px; font-size: 1.15rem; color: var(--ozel-brand, #0066bf);
}
.ozel-horoscope-page__card p {
    margin: 0; font-size: 15px; line-height: 1.7; color: #334155;
}
.ozel-horoscope-page__disclaimer {
    margin: 22px 0 0; font-size: 12px; color: #94a3b8; line-height: 1.5;
}


/* ── Hava durumu sayfa / topbar ── */
.ozel-weather { display: inline-flex; align-items: center; gap: 6px; }
.ozel-weather__temp { font-weight: 700; color: var(--ozel-accent); min-width: 2.5em; }
.ozel-weather__icon { font-size: 14px; line-height: 1; }
.ozel-weather__more {
    font-size: 11px; font-weight: 700; color: #94a3b8; text-decoration: none; margin-left: 2px;
}
.ozel-weather__more:hover { color: var(--ozel-accent); }
.ozel-weather-page { padding: 28px 16px 60px; max-width: 720px; }
.ozel-weather-page__header h1 { margin: 0 0 8px; font-size: 2rem; }
.ozel-weather-page__header p { margin: 0 0 18px; color: var(--ozel-muted, #666); }
.ozel-weather-page__filters {
    display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: end; margin-bottom: 20px;
}
.ozel-weather-page__filters label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 600; }
.ozel-weather-page__filters select,
.ozel-weather-page__filters button {
    border-radius: 10px; padding: 10px 12px; font: inherit;
}
.ozel-weather-page__filters select { border: 1px solid #d8dde6; background: #fff; }
.ozel-weather-page__filters button {
    border: 0; background: var(--ozel-brand, #0066bf); color: #fff; font-weight: 700; cursor: pointer;
}
.ozel-weather-page__card {
    display: flex; gap: 18px; align-items: center;
    border: 1px solid #e5e9f0; border-radius: 14px; padding: 22px; background: #fff;
}
.ozel-weather-page__icon { font-size: 3rem; line-height: 1; }
.ozel-weather-page__city { font-size: 1.1rem; font-weight: 800; color: var(--ozel-brand, #0066bf); }
.ozel-weather-page__temp { font-size: 2.6rem; font-weight: 800; line-height: 1.1; margin: 4px 0; }
.ozel-weather-page__label { font-size: 15px; color: #475569; margin-bottom: 6px; }
.ozel-weather-page__meta { font-size: 13px; color: #94a3b8; }
.ozel-weather-page__notice {
    padding: 12px 14px; border-radius: 10px; background: #f4f7fb; color: #334155;
}
.ozel-weather-page__disclaimer { margin-top: 18px; font-size: 12px; color: #94a3b8; }
@media (max-width: 768px) {
    .ozel-weather-page__filters { grid-template-columns: 1fr; }
    .ozel-weather__more { display: none; }
}

/* ── Kahve falı ── */
.ozel-coffee-page { padding: 28px 16px 60px; max-width: 760px; }
.ozel-coffee-page__header h1 { margin: 0 0 8px; font-size: 2rem; }
.ozel-coffee-page__header p { margin: 0 0 10px; color: var(--ozel-muted, #666); }
.ozel-coffee-page__quota {
    display: inline-block;
    margin-top: 6px !important;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff7ed;
    color: #9a3412;
    font-size: 13px;
    font-weight: 600;
}
.ozel-coffee-form {
    margin-top: 22px;
    border: 1px solid #e5e9f0;
    border-radius: 16px;
    padding: 20px;
    background: #fff;
    display: grid;
    gap: 16px;
}
.ozel-coffee-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.ozel-coffee-form label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
}
.ozel-coffee-form label span { font-weight: 500; color: #94a3b8; }
.ozel-coffee-form input[type="text"],
.ozel-coffee-form select {
    border: 1px solid #d8dde6;
    border-radius: 10px;
    padding: 10px 12px;
    font: inherit;
    font-weight: 500;
    background: #fff;
}
.ozel-coffee-form__upload {
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    padding: 16px;
    background: #f8fafc;
}
.ozel-coffee-form__upload-title { font-size: 14px; font-weight: 800; }
.ozel-coffee-form__upload-hint { font-size: 12px; font-weight: 500; color: #64748b; margin-bottom: 8px; }
.ozel-coffee-form__previews {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}
.ozel-coffee-form__previews img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}
.ozel-coffee-form__submit {
    border: 0;
    border-radius: 999px;
    padding: 12px 18px;
    background: #7c2d12;
    color: #fff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    justify-self: start;
}
.ozel-coffee-form__submit:disabled { opacity: .65; cursor: wait; }
.ozel-coffee-form__status { margin: 0; font-size: 14px; color: #334155; }
.ozel-coffee-form__status.is-error { color: #b91c1c; }
.ozel-coffee-result { margin-top: 28px; display: grid; gap: 12px; }
.ozel-coffee-result h2 { margin: 0 0 4px; font-size: 1.35rem; }
.ozel-coffee-result__card {
    border: 1px solid #f1e7dc;
    border-radius: 14px;
    padding: 16px 18px;
    background: #fffaf5;
}
.ozel-coffee-result__card h3 {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 800;
    color: #9a3412;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.ozel-coffee-result__card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #334155;
}
.ozel-coffee-share {
    margin-top: 8px;
    padding: 14px 16px;
    border: 1px solid #f1e7dc;
    border-radius: 14px;
    background: #fff;
}
.ozel-share__btn--mail { background: #0f766e; }
.ozel-coffee-page__disclaimer {
    margin-top: 22px;
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.5;
}
.ozel-coffee-page__seo {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #eef2f7;
}
.ozel-coffee-page__seo h2 {
    margin: 0 0 10px;
    font-size: 1.15rem;
}
.ozel-coffee-page__seo p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #475569;
}
@media (max-width: 768px) {
    .ozel-coffee-form__row { grid-template-columns: 1fr; }
    .ozel-coffee-form__submit { width: 100%; justify-self: stretch; }
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .ozel-layout { grid-template-columns: minmax(0, 1fr); }
    .ozel-sidebar { order: 2; }
    .ozel-featured-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ozel-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ozel-cat-block__lead { grid-template-columns: minmax(0, 1fr); }
    .ozel-cat-block__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ozel-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ozel-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

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

    .ozel-topbar__inner {
        flex-wrap: nowrap;
        gap: 8px;
        min-height: 34px;
    }
    .ozel-topbar__left {
        flex: 1;
        min-width: 0;
        gap: 8px;
    }
    .ozel-topbar__slogan,
    .ozel-topbar__links { display: none; }
    .ozel-topbar__right { gap: 8px; flex-shrink: 0; }
    .ozel-weather { min-width: 0; }
    .ozel-weather__city { max-width: 7.5em; }

    .ozel-header { padding: 10px 0; }
    .ozel-header-ad { display: none; }
    .ozel-logo { font-size: 22px; max-width: 100%; }
    .ozel-logo img { max-height: 42px; width: auto; max-width: min(240px, 70vw); }

    .ozel-nav__inner { gap: 0; min-width: 0; }
    .ozel-nav__toggle {
        display: block;
        flex-shrink: 0;
        padding: 12px 12px;
        font-size: 22px;
    }
    .ozel-nav__menu { display: none; }
    .ozel-nav__home {
        flex: 1;
        min-width: 0;
        padding: 13px 10px;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .ozel-nav__search-wrap { flex-shrink: 0; }
    .ozel-nav__search { padding: 10px 12px; }

    .ozel-search-panel {
        position: absolute;
        top: calc(100% + 8px);
        left: auto;
        right: 0;
        width: min(420px, calc(100vw - 20px));
        max-width: calc(100vw - 20px);
    }
    .ozel-search-panel__form input[type="search"] {
        font-size: 16px; /* iOS zoom önleme */
    }

    .ozel-breaking__inner { min-height: 36px; }
    .ozel-breaking__label { padding: 0 10px; font-size: 11px; }
    .ozel-breaking__item { padding: 0 18px; font-size: 12px; }

    .ozel-markets__title { padding: 8px 10px; font-size: 10px; }
    .ozel-markets__item { padding: 8px 12px; }

    .ozel-main { padding: 14px 0 24px; }

    .ozel-manset {
        grid-template-columns: minmax(0, 1fr);
        margin-bottom: 16px;
    }
    .ozel-manset__stage { aspect-ratio: 16 / 10; }
    .ozel-manset__thumbs {
        flex-direction: row;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .ozel-manset__thumb {
        flex: 0 0 44px;
        min-width: 44px;
        min-height: 40px;
        border-bottom: none;
        border-right: 1px solid #333;
    }
    .ozel-manset__caption { padding: 28px 14px 14px; }
    .ozel-manset__title { font-size: 16px; line-height: 1.25; }
    .ozel-manset__meta { font-size: 10px; }

    .ozel-featured-row { grid-template-columns: 1fr; }
    .ozel-media-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .ozel-cat-block__grid { grid-template-columns: 1fr; }
    .ozel-two-col { grid-template-columns: 1fr; }

    .ozel-section__head { gap: 8px; }
    .ozel-section__title { font-size: 15px; }

    .ozel-article__title { font-size: 24px; letter-spacing: -.3px; }
    .ozel-article__summary { font-size: 16px; }
    .ozel-article__body { font-size: 16px; }
    .ozel-article__body h2, .ozel-article__body h3 { font-size: 19px; }
    .ozel-article__body blockquote { font-size: 17px; padding-left: 14px; }
    .ozel-article__gallery { grid-template-columns: 1fr; }
    .ozel-article__gallery img { height: auto; max-height: 280px; }
    .ozel-related__grid { grid-template-columns: 1fr; }
    .ozel-category-grid { grid-template-columns: 1fr; }
    .ozel-category-head h1 { font-size: 22px; }

    .ozel-footer__grid { grid-template-columns: 1fr; gap: 22px; }
    .ozel-footer { padding: 28px 0 0; }

    .ozel-weather-page__card {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px;
    }
    .ozel-weather-page__temp { font-size: 2.2rem; }
    .ozel-weather-page__header h1,
    .ozel-coffee-page__header h1,
    .ozel-quake__header h1,
    .ozel-prayer__header h1,
    .ozel-horoscope-page__header h1 { font-size: 1.55rem; }

    .ozel-pharmacies__grid { grid-template-columns: 1fr; }
    .ozel-prayer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 480px) {
    .ozel-container {
        width: min(var(--ozel-container), calc(100% - 16px));
    }
    .ozel-logo img { max-height: 36px; max-width: min(200px, 62vw); }
    .ozel-nav__home { padding: 12px 8px; font-size: 11px; }
    .ozel-breaking__label { padding: 0 8px; font-size: 10px; }
    .ozel-markets__item { padding: 8px 10px; }
    .ozel-media-grid { grid-template-columns: 1fr; }
    .ozel-manset__title { font-size: 15px; }
    .ozel-article__title { font-size: 22px; }
    .ozel-social a { width: 24px; height: 24px; }
    .ozel-prayer__grid { grid-template-columns: 1fr; }
}

/* ── Article engagement ── */
.ozel-flash { margin: 0 0 16px; padding: 12px 14px; border-radius: 8px; font-size: 14px; font-weight: 600; }
.ozel-flash--ok { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.ozel-flash--err { background: #fff1f2; color: #9f1239; border: 1px solid #fecdd3; }

.ozel-article__author { color: var(--ozel-brand); font-weight: 700; text-decoration: none; }
.ozel-article__author:hover { text-decoration: underline; }

.ozel-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    margin: 0 0 22px;
    padding: 12px 14px;
    border: 1px solid var(--ozel-line);
    border-radius: 12px;
    background: linear-gradient(180deg, #fafbfd 0%, #f3f6fa 100%);
}
.ozel-share__label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ozel-muted);
}
.ozel-share__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.ozel-share__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    border: 0;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.ozel-share__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,.14);
    filter: brightness(1.04);
}
.ozel-share__btn:hover:not(.ozel-share__btn--x) {
    color: #fff;
}
.ozel-share__btn:active { transform: translateY(0); }
.ozel-share__icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    display: block;
}
.ozel-share__btn--x {
    background: #fff;
    color: #0f1419;
    border: 1px solid #cbd5e1;
    box-shadow: 0 1px 2px rgba(15, 20, 25, .06);
}
.ozel-share__btn--x:hover {
    background: #f8fafc;
    color: #0f1419;
    border-color: #94a3b8;
}
.ozel-share__btn--fb { background: #1877f2; }
.ozel-share__btn--wa { background: #25d366; }
.ozel-share__btn--tg { background: #229ed9; }
.ozel-share__btn--copy { background: #475569; }
.ozel-share__btn--copy.is-copied { background: #059669; }
@media (max-width: 480px) {
    .ozel-share__btn span { display: none; }
    .ozel-share__btn { width: 40px; padding: 0; border-radius: 50%; }
    .ozel-share__icon { width: 18px; height: 18px; flex-basis: 18px; }
}

.ozel-tags { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 24px 0; padding-top: 16px; border-top: 1px solid var(--ozel-line); }
.ozel-tags__label { font-size: 12px; font-weight: 800; color: var(--ozel-muted); text-transform: uppercase; }
.ozel-tags__item {
    display: inline-block; padding: 6px 10px; border-radius: 999px; background: var(--ozel-soft);
    color: var(--ozel-brand); font-size: 12px; font-weight: 700; text-decoration: none;
}
.ozel-tags__item:hover { background: var(--ozel-brand); color: #fff; }

.ozel-author-box {
    display: grid; grid-template-columns: 72px 1fr; gap: 14px; align-items: start;
    margin: 28px 0; padding: 16px; border: 1px solid var(--ozel-line); background: #fafafa;
}
.ozel-author-box__avatar, .ozel-author-card__avatar {
    width: 72px; height: 72px; border-radius: 50%; background: var(--ozel-brand); color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: 800; overflow: hidden;
}
.ozel-author-box__avatar img, .ozel-author-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.ozel-author-card__avatar--lg { width: 96px; height: 96px; font-size: 36px; }
.ozel-author-box__name { font-size: 18px; font-weight: 800; color: var(--ozel-ink); text-decoration: none; }
.ozel-author-box__bio { margin: 6px 0 8px; color: var(--ozel-muted); line-height: 1.5; font-size: 14px; }
.ozel-author-box__more { font-size: 13px; font-weight: 700; color: var(--ozel-brand); }

.ozel-comments { margin-top: 36px; padding-top: 24px; border-top: 3px solid var(--ozel-brand); }
.ozel-comments__empty { color: var(--ozel-muted); margin: 12px 0 20px; }
.ozel-comment { padding: 14px 0; border-bottom: 1px solid var(--ozel-line); }
.ozel-comment__meta { display: flex; gap: 12px; font-size: 12px; color: var(--ozel-muted); margin-bottom: 6px; }
.ozel-comment__body { margin: 0; line-height: 1.6; font-size: 15px; }
.ozel-comment-form { margin-top: 20px; display: grid; gap: 12px; }
.ozel-comment-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ozel-comment-form label { display: block; font-size: 13px; font-weight: 600; }
.ozel-comment-form label span { display: block; margin-bottom: 6px; }
.ozel-comment-form input, .ozel-comment-form textarea {
    width: 100%; border: 1px solid var(--ozel-line); border-radius: 8px; padding: 10px 12px; font: inherit;
}
.ozel-comment-form__submit {
    justify-self: start; background: var(--ozel-brand); color: #fff; border: 0; border-radius: 8px;
    padding: 12px 18px; font-weight: 800; cursor: pointer;
}

.ozel-authors-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.ozel-author-card {
    display: grid; grid-template-columns: 72px 1fr; gap: 14px; padding: 16px;
    border: 1px solid var(--ozel-line); text-decoration: none; color: inherit; background: #fff;
}
.ozel-author-card h2 { margin: 0 0 6px; font-size: 18px; }
.ozel-author-card p { margin: 0; color: var(--ozel-muted); font-size: 14px; line-height: 1.45; }
.ozel-author-head { display: grid; grid-template-columns: 96px 1fr; gap: 18px; margin: 0 0 28px; align-items: center; }
.ozel-author-head h1 { margin: 0 0 8px; font-size: 28px; }
.ozel-author-head p { margin: 0; color: var(--ozel-muted); line-height: 1.55; }
.ozel-widget__more { display: inline-block; margin-top: 10px; font-size: 12px; font-weight: 700; color: var(--ozel-brand); }

@media (max-width: 768px) {
    .ozel-comment-form__row, .ozel-authors-grid, .ozel-author-head { grid-template-columns: 1fr; }
    .ozel-author-box { grid-template-columns: 56px 1fr; }
}
