/* ============================================
   Tema 1 - Header & Navigasyon Stilleri
   ============================================ */

/* ---------- Kule Reklam Layout ---------- */
.page-with-towers {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
}
.page-main-col {
    flex: 1;
    min-width: 0;
    max-width: 1320px;
}
.tower-col {
    width: 160px;
    flex-shrink: 0;
    display: none;
}
.tower-col .pn-item > div {
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 0 !important;
}
.tower-sticky {
    position: sticky;
    top: 0;
    padding-top: 10px;
}
.towers-active .tower-col {
    display: block;
}
@media (max-width: 1500px) {
    .tower-col { width: 120px; }
}
@media (max-width: 1400px) {
    .tower-col { display: none !important; }
    .page-main-col { max-width: 100%; }
}

/* ---------- Borsa Bandı ---------- */
.stock-ticker {
    background: #0d1117;
    padding: 0;
    height: 34px;
    overflow: hidden;
}

.stock-ticker-inner {
    display: flex;
    align-items: center;
    height: 34px;
}

.stock-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #4ade80;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0 12px 0 0;
}

.stock-label i {
    font-size: 0.8rem;
}

.stock-divider {
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,0.15);
    flex-shrink: 0;
    margin-right: 12px;
}

.stock-marquee {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.stock-list {
    display: flex;
    gap: 28px;
    animation: stockScroll 25s linear infinite;
    white-space: nowrap;
}

.stock-list:hover {
    animation-play-state: paused;
}

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

.stock-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.stock-name {
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255,255,255,0.7);
}

.stock-value {
    font-size: 0.72rem;
    font-weight: 600;
    color: #fff;
}

.stock-change {
    font-size: 0.68rem;
    font-weight: 600;
}

.stock-change.up {
    color: #4ade80;
}

.stock-change.down {
    color: #ef4444;
}

.stock-change i {
    margin-right: 1px;
}

/* ---------- Topbar ---------- */
.topbar {
    background: #1a1a2e;
    color: #a0a0b8;
    font-size: 0.8rem;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    position: relative;
    z-index: 1050;
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar-left,
.topbar-right {
    display: flex;
    align-items: center;
    gap: 0;
}

.topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    color: #a0a0b8;
    transition: color 0.2s;
}

.topbar-item:first-child {
    padding-left: 0;
}

.topbar-item:hover {
    color: #fff;
}

.topbar-item i {
    font-size: 0.75rem;
}

.topbar-doviz {
    gap: 12px;
}

.topbar-doviz span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.topbar-divider {
    width: 1px;
    height: 14px;
    background: rgba(255,255,255,0.15);
    margin: 0 4px;
}

.topbar-social {
    display: flex;
    gap: 2px;
}

.topbar-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #a0a0b8;
    border-radius: 50%;
    transition: all 0.2s;
    font-size: 0.8rem;
}

.topbar-social a:hover {
    color: #fff;
    background: rgba(255,255,255,0.1);
}

.topbar-login {
    cursor: pointer;
}

/* ---------- Logo & Reklam ---------- */
.header-brand {
    background: #fff;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1;
}

.header-brand-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.logo-img {
    height: 45px;
    width: auto;
}

.logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: #fff;
    font-size: 1.5rem;
    border-radius: 10px;
    flex-shrink: 0;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-name {
    font-size: 1.75rem;
    font-weight: 900;
    color: #1a1a2e;
    letter-spacing: 3px;
    line-height: 1;
}

.logo-slogan {
    font-size: 0.72rem;
    color: #888;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

.hd-promo {
    flex-shrink: 0;
    min-width: 728px;
    min-height: 90px;
}

.ad-placeholder {
    width: 728px;
    height: 90px;
    background: #f0f0f0;
    border: 2px dashed #ccc;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #aaa;
    font-size: 0.85rem;
}

/* ---------- Ana Navigasyon ---------- */
.main-nav {
    background: #16213e;
    position: relative;
    z-index: 1000;
}

.main-nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

.main-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Hamburger */
.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    background: none;
    border: none;
    cursor: pointer;
}

/* Menü kapat & overlay - masaüstünde gizle */
.nav-menu-close,
.nav-overlay,
.nav-menu-header,
.nav-menu-footer {
    display: none;
}


.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    transition: all 0.3s;
}

.nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Menü Listesi */
.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
}

.nav-menu-item {
    position: relative;
}

.nav-menu-item > a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 14px 16px;
    color: #d0d0e0;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
}

.nav-menu-item > a .fa-chevron-down {
    font-size: 0.6rem;
    transition: transform 0.2s;
}

.nav-menu-item:hover > a,
.nav-menu-item.active > a {
    color: #fff;
    background: rgba(255,255,255,0.08);
}

.nav-menu-item.active > a {
    color: #fff;
    background: rgba(255,255,255,0.08);
    padding: 14px 30px;
    box-shadow: inset 0 -3px 0 #e74c3c;
}

/* Anasayfa Butonu */
.nav-home {
    margin-left: -1px;
}
.nav-home.active > a {
    background: #e74c3c;
    color: #fff;
    padding: 14px 22px;
    box-shadow: none;
    border-radius: 0;
    font-weight: 600;
}
.nav-home.active > a:hover {
    background: #c0392b;
}
.nav-home > a i {
    margin-right: 2px;
}

/* Daha Fazla (...) Butonu */
.nav-more > a {
    padding: 14px 18px !important;
    font-size: 1.1rem !important;
}
.nav-more > a .fa-ellipsis-h {
    font-size: 1.1rem;
}

/* Dropdown Menü */
.dropdown-menu-custom {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    list-style: none;
    padding: 8px 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.25s ease;
    z-index: 1001;
}

.nav-menu-item:hover > .dropdown-menu-custom {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-menu-item:hover > a .fa-chevron-down {
    transform: rotate(180deg);
}

.dropdown-menu-custom li {
    position: relative;
}

.dropdown-menu-custom li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 20px;
    color: #333;
    font-size: 0.88rem;
    transition: all 0.15s;
}

.dropdown-menu-custom li a .fa-chevron-right {
    font-size: 0.55rem;
    color: #aaa;
    transition: all 0.2s;
}

.dropdown-menu-custom li a:hover {
    background: #f5f5f5;
    color: #e74c3c;
}

.dropdown-menu-custom li a:hover .fa-chevron-right {
    color: #e74c3c;
    transform: translateX(2px);
}

/* 3. Kademe Submenu */
.submenu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    background: #fff;
    border-radius: 0 8px 8px 0;
    box-shadow: 4px 4px 20px rgba(0,0,0,0.12);
    list-style: none;
    padding: 8px 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(8px);
    transition: all 0.2s ease;
    z-index: 1002;
}

.has-submenu:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* More toggle (...) */
.more-toggle > a {
    font-size: 1.1rem !important;
}

/* Arama */
.nav-right {
    display: flex;
    align-items: center;
    padding-right: 4px;
}

.nav-search-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    color: #d0d0e0;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.2s;
}

.nav-search-toggle:hover {
    color: #fff;
    background: rgba(255,255,255,0.1);
}

/* Arama Paneli */
.search-panel {
    display: none;
    padding: 12px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.search-panel.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

.search-form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-input {
    flex: 1;
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-size: 0.95rem;
    outline: none;
    transition: background 0.2s;
}

.search-input::placeholder {
    color: rgba(255,255,255,0.4);
}

.search-input:focus {
    background: rgba(255,255,255,0.15);
}

.search-btn {
    padding: 10px 20px;
    background: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background 0.2s;
}

.search-btn:hover {
    background: #c0392b;
}

.search-close {
    padding: 10px 14px;
    background: none;
    border: none;
    color: rgba(255,255,255,0.5);
    font-size: 1rem;
    cursor: pointer;
    transition: color 0.2s;
}

.search-close:hover {
    color: #fff;
}

/* ---------- Son Dakika Bandı ---------- */
.breaking-news {
    background: #e74c3c;
    border-bottom: none;
    border-top: 1px solid #fff;
    padding: 0;
    height: 44px;
    margin-top: 0;
}

.breaking-inner {
    display: flex;
    align-items: center;
    height: 44px;
}

.breaking-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #fff;
    color: #e74c3c;
    padding: 0;
    width: 140px;
    height: 100%;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
}

.breaking-badge::after {
    display: none;
}

.breaking-badge i {
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.breaking-ticker-wrapper {
    flex: 1;
    overflow: hidden;
    margin: 0 20px 0 24px;
    position: relative;
}

.breaking-ticker {
    position: relative;
    height: 44px;
}

.ticker-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
}

.ticker-list li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all 0.5s ease;
    transform: translateY(20px);
}

.ticker-list li.active {
    opacity: 1;
    transform: translateY(0);
}

.ticker-list li a {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ticker-list li a:hover {
    color: rgba(255,255,255,0.8);
}

.breaking-nav {
    display: flex;
    gap: 2px;
    flex-shrink: 0;
}

.breaking-prev,
.breaking-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.2);
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.75rem;
}

.breaking-prev:hover,
.breaking-next:hover {
    background: rgba(255,255,255,0.35);
    color: #fff;
}

/* ---------- Sticky Offset ---------- */
.main-nav.sticky + .breaking-news {
    margin-top: 48px;
}

/* ---------- Editörün Seçtikleri ---------- */
/* ============================================
   HABER STORY (Instagram Tarzı)
   ============================================ */

.story-section {
    background: #f0f1f3;
    padding: 14px 0;
}

.story-bar {
    background: #fff;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.story-list {
    display: flex;
    justify-content: space-between;
}

.story-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    flex-shrink: 0;
}

.story-ring {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #e74c3c, #f39c12, #e74c3c);
    transition: transform 0.25s;
}

.story-item:hover .story-ring {
    transform: scale(1.08);
}

.story-item.viewed .story-ring {
    background: linear-gradient(135deg, #ccc, #999, #ccc);
}

.story-ring img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
}

.story-label {
    font-size: 0.68rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    max-width: 86px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ---- Story Modal (Lightbox) ---- */
.story-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0,0,0,0.92);
    align-items: center;
    justify-content: center;
}

.story-modal.active {
    display: flex;
    animation: storyFadeIn 0.3s ease;
}

@keyframes storyFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.story-modal-inner {
    position: relative;
    width: 520px;
    max-width: 95vw;
    max-height: 94vh;
    border-radius: 16px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

/* Progress bar */
.story-progress {
    display: flex;
    gap: 4px;
    padding: 10px 12px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.story-progress-bar {
    flex: 1;
    height: 3px;
    background: rgba(255,255,255,0.3);
    border-radius: 3px;
    overflow: hidden;
}

.story-progress-bar.active .story-progress-fill,
.story-progress-bar.done .story-progress-fill {
    display: block;
}

.story-progress-fill {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 3px;
}

.story-progress-bar.done .story-progress-fill {
    width: 100%;
}

.story-progress-bar.active .story-progress-fill {
    animation: storyProgressAnim 6s linear forwards;
}

@keyframes storyProgressAnim {
    from { width: 0; }
    to { width: 100%; }
}

/* Close button */
.story-close {
    position: absolute;
    top: 22px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: none;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(6px);
    color: #fff;
    border-radius: 50%;
    font-size: 1rem;
    cursor: pointer;
    z-index: 4;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-close:hover {
    background: rgba(255,255,255,0.3);
}

/* Nav buttons */
.story-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: none;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(6px);
    color: #fff;
    border-radius: 50%;
    font-size: 0.9rem;
    cursor: pointer;
    z-index: 4;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-nav-btn:hover { background: rgba(255,255,255,0.3); }

.story-prev-btn { left: 10px; }
.story-next-btn { right: 10px; }

/* Story content */
.story-content {
    position: relative;
}

.story-full-img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    display: block;
}

.story-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 20px 22px;
    background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
}

.story-full-cat {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fff;
    background: #e74c3c;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.story-full-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.35;
}

.story-full-desc {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.85);
    margin: 0 0 6px;
    line-height: 1.45;
}

.story-full-meta {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.55);
    margin-bottom: 14px;
    display: flex;
    gap: 14px;
}

.story-full-meta i { margin-right: 3px; }

.story-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e74c3c;
    color: #fff;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}

.story-link:hover {
    background: #c0392b;
}

/* Mobil story */
@media (max-width: 575px) {
    .story-list {
        justify-content: flex-start;
        gap: 12px;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
    }
    .story-list::-webkit-scrollbar { display: none; }
    .story-ring {
        width: 62px;
        height: 62px;
    }
    .story-bar { padding: 10px 12px; overflow: hidden; }
    .story-label { font-size: 0.62rem; max-width: 62px; }
    .story-full-img { height: 70vh; }
    .story-nav-btn { width: 34px; height: 34px; font-size: 0.8rem; }
    .story-prev-btn { left: 6px; }
    .story-next-btn { right: 6px; }
    .story-modal-inner { width: 100vw; max-width: 100vw; border-radius: 0; max-height: 100vh; }
    .story-full-img { height: 70vh; }
    .story-prev-btn { left: 6px; }
    .story-next-btn { right: 6px; }
    .story-full-title { font-size: 1rem; }
}

@media (max-width: 991px) {
    .story-list {
        justify-content: flex-start;
        gap: 14px;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
    }
    .story-list::-webkit-scrollbar { display: none; }
    .story-ring { width: 72px; height: 72px; }
    .story-bar { padding: 12px 14px; overflow: hidden; }
}

@media (max-width: 767px) {
    .story-prev-btn { left: 6px; }
    .story-next-btn { right: 6px; }
}

/* ---------- Hero Manşet ---------- */
.hero-section {
    background: #f0f1f3;
    padding: 16px 0 0;
}

.hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 12px;
    height: 480px;
}

/* Ana Slider */
.hero-main {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.hero-slider,
.hero-slider .swiper-wrapper,
.hero-slider .swiper-slide {
    height: 100%;
}

.hero-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 28px 32px 85px;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    position: relative;
}

.hero-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.05) 40%, transparent 100%);
    pointer-events: none;
}

.hero-category {
    position: absolute;
    top: 20px;
    left: 24px;
    z-index: 2;
    display: inline-block;
    padding: 5px 14px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    background: #e74c3c;
    border-radius: 4px;
}

.hero-category.cat-spor { background: #27ae60; }
.hero-category.cat-teknoloji { background: #2980b9; }
.hero-category.cat-ekonomi { background: #e67e22; }
.hero-category.cat-saglik { background: #8e44ad; }
.hero-category.cat-yasam { background: #16a085; }
.hero-category.cat-egitim { background: #2c3e50; }
.hero-category.cat-otomobil { background: #d35400; }
.hero-category.cat-dunya { background: #2c3e50; }
.hero-category.cat-magazin { background: #c0392b; }

.hero-overlay {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 2.15rem;
    font-family: "Poppins", sans-serif;
    color: #fff;
    line-height: 1.35;
    margin: 0;
    font-weight: 600;
    text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

.hero-meta {
    display: block;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.6);
    margin-top: 8px;
}

.hero-meta i {
    margin-right: 4px;
}

/* Numaralı Pagination */
.hero-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: flex-start;
    gap: 0;
    background: rgba(0,0,0,0.88);
    padding: 0;
    border-radius: 0 0 10px 10px;
}

.hero-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: rgba(255,255,255,0.95);
    font-size: 0.95rem;
    font-weight: 700;
    padding: 10px 15px;
    opacity: 1;
    transition: all 0.2s;
    cursor: pointer;
}

.hero-pagination .swiper-pagination-bullet:hover {
    color: #fff;
    background: #e74c3c;
}

.hero-pagination .swiper-pagination-bullet-active {
    color: #fff;
    background: #e74c3c;
}

/* Reklam Bullet (R harfi) */
.hero-pagination .hero-bullet-ad {
    color: rgba(255,255,255,0.6);
    font-style: italic;
    border-left: 1px solid rgba(255,255,255,0.15);
    margin-left: auto;
}
.hero-pagination .hero-bullet-ad:hover,
.hero-pagination .hero-bullet-ad.swiper-pagination-bullet-active {
    background: #2980b9;
    color: #fff;
}

/* Reklam Slide */
.swiper-slide-ad .hero-slide-ad {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #1a1a2e;
}
.swiper-slide-ad .hero-slide-ad .pn-item {
    width: 100%;
    height: 100%;
}
.swiper-slide-ad .hero-slide-ad .pn-item > div {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
}

/* Spotlight İçi Reklam Slide */
.sa-slide-ad {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a2e;
}
.sa-thumb-ad {
    background: linear-gradient(135deg, #1a3c34, #16a085) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
}

/* Yan Manşet */
.hero-sidebar {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
}

.hero-sidebar .mobile-only {
    display: none;
}

.hero-side-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    min-height: 0;
}

.hero-side-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.hero-side-item:hover .hero-side-img {
    transform: scale(1.05);
}

.hero-side-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 0;
    background: none;
}

.hero-side-bottom {
    background: rgba(0,0,0,0.68);
    padding: 10px 14px;
    display: flex;
    flex-direction: column;
}

.hero-side-meta {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 4px;
    align-self: flex-start;
    order: -1;
}

.hero-side-meta i {
    margin-right: 3px;
}

.hero-side-title {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

/* ---------- Kategori Kutuları ---------- */
.category-boxes {
    padding: 24px 0;
    background: #f0f1f3;
}

.catbox-slider-wrap {
    position: relative;
}

.catbox-nav-bottom {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
}

.catbox-nav {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: #16213e;
    color: #fff;
    font-size: 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.catbox-nav:hover {
    background: #e74c3c;
}

#catboxSlider .swiper-slide {
    height: auto;
}

.catbox {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.catbox-header {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px solid #f0f0f0;
}

.catbox-title {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0;
    color: #1a1a2e;
}

.catbox-title span {
    padding-bottom: 2px;
    border-bottom: 3px solid #e74c3c;
}

.catbox-title.cat-spor span { border-color: #27ae60; }
.catbox-title.cat-ekonomi span { border-color: #e67e22; }
.catbox-title.cat-teknoloji span { border-color: #2980b9; }
.catbox-title.cat-saglik span { border-color: #8e44ad; }
.catbox-title.cat-dunya span { border-color: #2c3e50; }
.catbox-title.cat-yasam span { border-color: #16a085; }
.catbox-title.cat-egitim span { border-color: #d35400; }

.catbox-more {
    font-size: 0.78rem;
    color: #999;
    text-decoration: none;
    transition: color 0.2s;
}

.catbox-more:hover {
    color: #e74c3c;
}

.catbox-featured {
    display: block;
    position: relative;
    height: 180px;
    overflow: hidden;
    text-decoration: none;
}

.catbox-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.catbox-featured:hover .catbox-img {
    transform: scale(1.05);
}

.catbox-featured-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 10px 12px;
    text-decoration: none;
}

.catbox-featured-title h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.catbox-featured-title:hover h4 {
    color: #e74c3c;
}

.catbox-date {
    display: block;
    font-size: 0.75rem;
    color: #999;
    margin-top: auto;
    padding-top: 6px;
}


/* ---------- Öne Çıkanlar Grid ---------- */
.featured-grid-section {
    background: #f0f1f3;
    padding: 28px 0;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 18px;
    position: relative;
}

.section-header::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 3px;
    background: #e74c3c;
}

.fg-tabs {
    display: flex;
    gap: 6px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.fg-tab {
    padding: 7px 18px;
    border: none;
    border-radius: 5px;
    background: #e8e9eb;
    color: #555;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.fg-tab:hover {
    background: #d0d1d3;
}

.fg-tab.active {
    background: #16213e;
    color: #fff;
}

.fg-tab-content {
    display: none;
}

.fg-tab-content.active {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
}

.fg-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    min-height: 200px;
}

.fg-item.fg-large {
    grid-row: 1 / 3;
}

.fg-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.fg-item:hover .fg-img {
    transform: scale(1.05);
}

.fg-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.fg-meta {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.65);
    margin-bottom: 6px;
}

.fg-meta i {
    margin-right: 3px;
}

.fg-title {
    font-family: "Poppins", sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fg-large .fg-title {
    font-size: 1.5rem;
}

.fg-large .fg-meta {
    font-size: 0.8rem;
}

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
    .ad-placeholder {
        width: 468px;
        height: 60px;
    }

    .hero-wrapper {
        grid-template-columns: 1fr 280px;
        height: 420px;
    }

    .hero-title {
        font-size: 1.4rem;
    }

}

@media (max-width: 991px) {
    .fg-tab-content.active {
        grid-template-columns: 1fr 1fr;
    }

    .fg-item.fg-large {
        grid-column: 1 / 3;
        grid-row: auto;
        min-height: 280px;
    }

    /* Topbar */
    .topbar-doviz,
    .topbar-divider:nth-child(4) {
        display: none;
    }

    .topbar-left {
        display: none;
    }

    .topbar-inner {
        justify-content: flex-end;
    }

    /* Logo */
    .header-brand-inner {
        justify-content: center;
    }

    /* Hero */
    .hero-wrapper {
        grid-template-columns: 1fr;
        height: auto;
    }

    .hero-main {
        height: 360px;
    }

    .hero-sidebar {
        height: 280px;
    }

    .hero-side-title {
        -webkit-line-clamp: 2;
    }

    /* Navigasyon */
    .nav-toggle {
        display: flex;
    }

    .nav-menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 300px;
        background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
        z-index: 9999;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        padding-top: 0;
        box-shadow: 4px 0 20px rgba(0,0,0,0.3);
    }

    .nav-menu.active {
        transform: translateX(0);
    }

    /* Mobilde üst elemanları mobil menü altına al */
    .stock-ticker,
    .topbar,
    .header-brand,
    .main-nav {
        z-index: 1 !important;
    }
    .main-nav.sticky {
        z-index: 100 !important;
    }

    /* Menü overlay */
    .nav-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.5);
        z-index: 9998;
        backdrop-filter: blur(2px);
    }

    .nav-overlay.active {
        display: block;
        animation: fadeIn 0.3s ease;
    }

    /* Menü header (logo + kapat) */
    .nav-menu-header {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 18px 20px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        margin-bottom: 4px;
    }

    .nav-menu-logo {
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
    }

    .nav-menu-logo .logo-icon {
        width: 38px;
        height: 38px;
        font-size: 1.1rem;
        border-radius: 8px;
    }

    .nav-logo-img {
        height: 30px;
        width: auto;
        filter: brightness(0) invert(1);
    }

    .nav-menu-close {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        background: rgba(255,255,255,0.06);
        border: 1px solid rgba(255,255,255,0.1);
        color: rgba(255,255,255,0.6);
        font-size: 1rem;
        cursor: pointer;
        border-radius: 8px;
        transition: all 0.2s;
    }

    .nav-menu-close:hover {
        color: #fff;
        background: rgba(255,255,255,0.12);
    }

    /* Menü linkleri */
    .nav-menu-item > a {
        padding: 13px 20px;
        border-bottom: 1px solid rgba(255,255,255,0.04);
        font-size: 0.92rem;
    }

    .nav-menu-item.active > a {
        background: rgba(255,255,255,0.06);
    }

    /* Menü footer */
    .nav-menu-footer {
        display: block !important;
        margin-top: auto;
        padding: 20px;
        border-top: 1px solid rgba(255,255,255,0.08);
    }

    .nav-footer-social {
        display: flex;
        gap: 8px;
        margin-bottom: 16px;
    }

    .nav-footer-social a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background: rgba(255,255,255,0.06);
        border: 1px solid rgba(255,255,255,0.1);
        color: rgba(255,255,255,0.6);
        border-radius: 8px;
        font-size: 0.85rem;
        transition: all 0.2s;
    }

    .nav-footer-social a:hover {
        color: #fff;
        background: rgba(255,255,255,0.15);
    }

    .nav-footer-contact {
        margin-bottom: 12px;
    }

    .nav-footer-contact p {
        color: rgba(255,255,255,0.45);
        font-size: 0.78rem;
        margin-bottom: 4px;
    }

    .nav-footer-contact p i {
        width: 18px;
        margin-right: 6px;
        font-size: 0.72rem;
    }

    .nav-footer-copy {
        font-size: 0.7rem;
        color: rgba(255,255,255,0.25);
    }

    /* Dropdown mobil */
    .dropdown-menu-custom,
    .submenu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border-radius: 0;
        display: none;
        background: #f8f8f8;
    }

    .nav-menu-item.open > .dropdown-menu-custom {
        display: block;
    }

    .has-submenu.open > .submenu {
        display: block;
        background: #f0f0f0;
    }

    .submenu li a {
        padding-left: 36px !important;
    }

    .more-toggle {
        display: none;
    }

    /* Mobil menude tum ogeler gorunsun, dikey scroll */
    .nav-menu-item.nav-visible,
    .nav-menu-item.nav-more {
        display: list-item !important;
    }
    .nav-menu-item.nav-more > a {
        display: none !important;
    }
    .nav-menu-item.nav-more > .dropdown-menu-custom {
        display: block !important;
        position: static !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
    }
    .nav-menu-item.nav-more > .dropdown-menu-custom li a {
        padding: 13px 20px;
        border-bottom: 1px solid rgba(255,255,255,0.04);
        font-size: 0.92rem;
        color: rgba(255,255,255,0.85);
        display: block;
    }
}

@media (max-width: 575px) {

    /* Topbar: sadece sosyal medya + giriş göster */
    .topbar-left {
        display: none;
    }

    .topbar-inner {
        justify-content: flex-end;
    }

    /* Logo sola, header reklam gizle */
    .hd-promo { display: none; }
    .header-brand-inner {
        justify-content: flex-start;
    }

    /* Reklam alanları mobil uyumluluk */
    .pn-item > div {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        min-height: 60px;
    }
    .swiper-slide-ad .hero-slide-ad .pn-item > div {
        height: 100% !important;
    }

    .logo-name {
        font-size: 1.4rem;
    }

    .logo-icon {
        width: 42px;
        height: 42px;
        font-size: 1.2rem;
    }

    /* Tab butonları mobil scroll */
    .fg-tabs {
        gap: 6px;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
    }
    .fg-tabs::-webkit-scrollbar { display: none; }
    .fg-tab { flex-shrink: 0; }

    /* Kategoriler mobil */
    .fg-tab-content.active {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 280px 220px 220px;
        gap: 8px;
    }

    .fg-item.fg-large {
        grid-column: 1 / 3;
        grid-row: auto;
    }

    .fg-item {
        min-height: unset;
    }

    .fg-large .fg-title {
        font-size: 1.2rem;
    }

    .fg-title {
        font-size: 0.95rem;
        -webkit-line-clamp: 2;
    }

    .fg-overlay {
        padding: 10px;
        padding-bottom: 30px;
    }

    .fg-meta {
        font-size: 0.75rem;
        margin-bottom: 4px;
    }

    /* Tab butonları düzelt */
    .fg-tabs {
        gap: 5px;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
    }

    .fg-tabs::-webkit-scrollbar {
        display: none;
    }

    .fg-tab {
        padding: 6px 12px;
        font-size: 0.78rem;
        flex-shrink: 0;
    }

    /* Son Dakika mobil - tek satır kırmızı bant */
    .breaking-badge {
        width: auto;
        padding: 0 10px;
        background: transparent;
        color: #ffe600;
        font-size: 1rem;
    }

    .breaking-badge i {
        font-size: 0.7rem !important;
        color: #e74c3c !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        background: #fff;
        border-radius: 50%;
    }

    .breaking-badge span {
        display: none;
    }

    .breaking-ticker-wrapper {
        margin: 0 6px 0 10px;
    }

    .ticker-list li a {
        font-size: 0.82rem;
    }

    .breaking-prev,
    .breaking-next {
        width: 26px;
        height: 26px;
        font-size: 0.65rem;
    }



    .hero-main {
        height: 280px;
    }

    .hero-title {
        font-size: 1.3rem;
    }

    .hero-sidebar {
        height: 270px;
    }

    .sa-name {
        font-size: 0.92rem;
    }

    .sa-excerpt {
        display: none;
    }

    .sa-glass {
        padding: 18px 16px;
    }

    .hero-side-title {
        font-size: 0.78rem;
    }


    .hero-pagination .swiper-pagination-bullet {
        padding: 6px 8px;
        font-size: 0.72rem;
    }
}

/* ============================================
   Gazete Manşetleri
   ============================================ */

.gazete-section {
    background: #f0f1f3;
    padding: 25px 0 30px;
}




.sw-gazete {
    grid-column: 2;
    overflow: hidden;
}

.sw-gazete .gazete-card-img {
    height: 250px;
    aspect-ratio: auto;
    object-fit: contain;
    background: #f8f8f8;
}

.sw-gazete .gazete-card-name {
    display: none !important;
}

.sw-gazete .gazete-card {
    box-shadow: none;
}

.sw-gazete .gazete-card:hover {
    transform: none;
    box-shadow: none;
}

.sw-gazete .gazete-nav-btn {
    width: 30px;
    height: 30px;
    font-size: 0.7rem;
}

.sw-gazete .gazete-prev { left: 6px; }
.sw-gazete .gazete-next { right: 6px; }

.gazete-slider-wrap {
    position: relative;
}

.gazete-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: transform 0.25s, box-shadow 0.25s;
}

.gazete-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.gazete-card-img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    background: #e9ecef;
}

.gazete-card-name {
    display: none !important;
}

/* Navigasyon okları */
.gazete-nav-btn {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0,0,0,0.55);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: background 0.2s;
}

.gazete-nav-btn:hover {
    background: #e74c3c;
}

.gazete-prev {
    left: -14px;
}

.gazete-next {
    right: -14px;
}

/* Anasayfa gazete kart linki */
a.gazete-card {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* Gazete — Responsive (Anasayfa) */
@media (max-width: 575px) {
    .gazete-prev {
        left: -6px;
    }
    .gazete-next {
        right: -6px;
    }
    .gazete-card-name {
        font-size: 0.78rem;
        padding: 8px 4px;
    }
}

/* --- Vefat Sidebar Bloğu (Slider) --- */
.sw-vefat {
    overflow: hidden;
}

.vefat-slider-wrap {
    position: relative;
}

.vefat-slide-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    padding: 10px 0;
}

.vefat-slide-img img {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    background: #e9ecef;
}

.vefat-slide-noimg {
    width: 100%;
    height: 220px;
    border-radius: 10px;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 2.5rem;
}

.vefat-slide-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 10px 0 4px;
    text-align: center;
}

.vefat-slide-meta {
    font-size: 0.75rem;
    color: #999;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.vefat-slide-date {
    color: #e74c3c;
}

.vefat-nav-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0,0,0,0.55);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: background 0.2s;
}

.vefat-nav-btn:hover {
    background: #e74c3c;
}

.vefat-prev { left: 6px; }
.vefat-next { right: 6px; }

/* ============================================
   Gazete Manşetleri Sayfası
   ============================================ */

.gazete-page {
    background: #f0f1f3;
    min-height: 60vh;
    padding: 0 0 40px;
}

/* Breadcrumb */
.gazete-breadcrumb {
    padding: 14px 0;
    font-size: 0.85rem;
    color: #666;
    border-bottom: 1px solid #ddd;
    margin-bottom: 24px;
}

.gazete-breadcrumb a {
    color: #555;
    text-decoration: none;
}

.gazete-breadcrumb a:hover {
    color: #e74c3c;
}

.gazete-breadcrumb i.fa-chevron-right {
    font-size: 0.65rem;
    margin: 0 8px;
    color: #999;
}

.gazete-breadcrumb i.fa-home {
    margin-right: 4px;
}

/* --- Tüm Gazeteler Grid Modu --- */
.gazete-page-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #e74c3c;
    margin: 0 0 6px;
    padding-left: 12px;
    border-left: 4px solid #e74c3c;
}

.gazete-page-tarih {
    font-size: 0.88rem;
    color: #777;
    margin-bottom: 22px;
}

.gazete-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gazete-grid-item {
    text-decoration: none;
    color: inherit;
}

.gazete-grid-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: transform 0.25s, box-shadow 0.25s;
}

.gazete-grid-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.gazete-grid-img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    background: #e9ecef;
}

.gazete-grid-name {
    text-align: center;
    padding: 12px 8px;
    font-size: 0.92rem;
    font-weight: 600;
    color: #333;
}

/* --- Tekil Gazete Modu --- */
.gazete-dropdown-wrap {
    margin-bottom: 20px;
}

.gazete-dropdown {
    width: 100%;
    max-width: 400px;
    padding: 10px 14px;
    font-size: 1rem;
    font-weight: 600;
    border: 2px solid #ddd;
    border-radius: 8px;
    background: #fff;
    color: #333;
    cursor: pointer;
    appearance: auto;
}

.gazete-dropdown:focus {
    border-color: #e74c3c;
    outline: none;
}

.gazete-buyuk-wrap {
    text-align: center;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}

.gazete-buyuk-img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

/* Gazete Sayfası — Responsive */
@media (max-width: 991px) {
    .gazete-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}

@media (max-width: 575px) {
    .gazete-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .gazete-page-title {
        font-size: 1.1rem;
    }

    .gazete-grid-name {
        font-size: 0.82rem;
        padding: 8px 6px;
    }

    .gazete-buyuk-wrap {
        padding: 12px;
    }

    .gazete-dropdown {
        max-width: 100%;
    }
}

/* ============================================
   11. ANA İÇERİK + SIDEBAR
   ============================================ */

.content-area {
    background: #f0f1f3;
    padding: 28px 0;
}

.content-row {
    display: grid;
    grid-template-columns: 1fr 320px;
    grid-template-rows: auto auto 1fr;
    gap: 24px;
    align-items: start;
}

.content-main {
    grid-column: 1;
    grid-row: 1 / -1;
    min-width: 0;
    overflow: hidden;
}


/* --- Block Card (ortak) --- */
.block-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    min-width: 0;
}

.block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 18px;
    position: relative;
}

.block-header::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 3px;
    background: #e74c3c;
}

.block-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.2;
}

.block-title i {
    margin-right: 6px;
    color: #e74c3c;
}

.block-more {
    font-size: 0.82rem;
    font-weight: 600;
    color: #888;
    text-decoration: none;
    transition: color 0.2s;
}

.block-more:hover {
    color: #e74c3c;
}

/* --- Haber Badge'leri --- */
.news-badge {
    display: inline-block;
    padding: 0;
    font-size: 0.7rem;
    font-weight: 700;
    color: #e74c3c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: none;
}

.badge-gundem,
.badge-siyaset,
.badge-ekonomi,
.badge-spor,
.badge-teknoloji,
.badge-dunya,
.badge-saglik { background: none; color: #e74c3c; }

/* --- Öne Çıkan News Featured Slider --- */
.son-haberler-card {
    overflow: hidden;
}

.nfs-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 340px;
    margin-bottom: 16px;
}

.nfs-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.nfs-slide {
    position: absolute;
    inset: 0;
    display: block;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.nfs-slide.nfs-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

.nfs-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
}

.nfs-slide:hover .nfs-img {
    transform: scale(1.04);
}

.nfs-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 24px 20px;
    background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
    color: #fff;
}

.nfs-title {
    font-family: "Poppins", sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: #fff;
    margin: 6px 0 10px;
    line-height: 1.35;
}

.nfs-nav {}

.nfs-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 5;
}

.nfs-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    padding: 0;
    transition: all 0.3s;
}

.nfs-dot:hover {
    background: rgba(255,255,255,0.7);
}

.nfs-dot.nfs-dot-active {
    background: #e74c3c;
    transform: scale(1.3);
}

.nfs-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: background 0.2s;
}

.nfs-arrow:hover { background: #e74c3c; }
.nfs-prev { left: 12px; }
.nfs-next { right: 12px; }

.news-featured {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 340px;
    text-decoration: none;
}

.news-featured-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s;
}

.news-featured:hover .news-featured-img {
    transform: scale(1.04);
}

.news-featured-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
}

.news-featured-title {
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    margin: 8px 0;
    line-height: 1.35;
}

.news-meta {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.65);
}

.news-meta i {
    margin-right: 3px;
}

.meta-sep {
    margin: 0 6px;
    opacity: 0.4;
}

/* --- Haber Listesi --- */
.news-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.news-list-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    transition: all 0.2s;
}

.news-list-item:hover {
    border-color: #e74c3c;
    box-shadow: 0 2px 10px rgba(231,76,60,0.08);
}

.news-list-img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.news-list-content {
    flex: 1;
    min-width: 0;
    padding: 12px;
}

.news-list-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 6px 0 4px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-list-item:hover .news-list-title {
    color: #e74c3c;
}

.news-list-desc {
    font-size: 0.82rem;
    color: #666;
    margin: 0 0 6px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-list-item .news-meta {
    color: #999;
}

.news-load-more {
    display: block;
    text-align: center;
    padding: 14px;
    margin-top: 16px;
    border-radius: 8px;
    background: #f8f9fa;
    color: #e74c3c;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.2s;
}

.news-load-more:hover {
    background: #e74c3c;
    color: #fff;
}

/* ============================================
   SIDEBAR
   ============================================ */

.content-sidebar {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-widget {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}

.sw-header {
    padding: 12px 16px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sw-header-dark { background: #1a1a2e; }
.sw-header-blue { background: #2980b9; }
.sw-header-green { background: #27ae60; }
.sw-header-red { background: #e74c3c; }

.sw-body {
    padding: 25px 28px;
}

.sw-namaz .sw-body,
.sw-anket .sw-body {
    padding: 14px 16px;
}

/* ---- Puan Durumu Widget ---- */
.puan-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.78rem;
    padding: 0 12px;
}

.sw-puan .sw-body {
    padding: 12px 14px;
}

.puan-table thead {
    background: #f8f9fa;
}

.puan-table th {
    padding: 8px 6px;
    font-weight: 700;
    color: #666;
    text-align: center;
    font-size: 0.7rem;
    text-transform: uppercase;
}

.puan-table th:nth-child(2) {
    text-align: left;
}

.puan-table td {
    padding: 7px 6px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
}

.puan-table td:nth-child(2) {
    text-align: left;
    font-weight: 600;
}

.puan-table td:first-child {
    font-weight: 700;
    color: #999;
    width: 24px;
}

.puan-table td:last-child {
    font-weight: 700;
    color: #1a1a2e;
}

.puan-sam td:first-child {
    color: #27ae60;
}

.puan-avr td:first-child {
    color: #2980b9;
}

.puan-dus td:first-child {
    color: #e74c3c;
}

.puan-sam {
    background: rgba(39,174,96,0.04);
}

.puan-avr {
    background: rgba(41,128,185,0.04);
}

.puan-dus {
    background: rgba(231,76,60,0.04);
}

.puan-more {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #e74c3c;
    text-decoration: none;
    border-top: 1px solid #f0f0f0;
    transition: background 0.2s;
}

.puan-more:hover {
    background: #fef2f2;
}

/* ---- Lig Fikstürü Widget ---- */
.fikstur-hafta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.fikstur-hafta-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1a1a2e;
}

.fikstur-nav-btn {
    width: 28px;
    height: 28px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 50%;
    color: #666;
    font-size: 0.7rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.fikstur-nav-btn:hover {
    background: #27ae60;
    border-color: #27ae60;
    color: #fff;
}

.fikstur-list {
    padding: 0;
}

.fikstur-mac {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 10px 14px;
    border-bottom: 1px solid #f5f5f5;
    gap: 8px;
}

.fikstur-mac:last-child {
    border-bottom: none;
}

.fikstur-takim {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a1a2e;
}

.fikstur-ev {
    text-align: right;
}

.fikstur-dep {
    text-align: left;
}

.fikstur-skor {
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
    background: #1a5276;
    padding: 3px 10px;
    border-radius: 4px;
    text-align: center;
    min-width: 50px;
}


.sw-body-nopad {
    padding: 0;
}

/* ---- En Çok Okunanlar Widget ---- */
.sw-popular-list {
    padding: 0;
}

.sw-popular-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    text-decoration: none;
    border-bottom: 1px solid #f2f2f2;
    transition: background 0.2s;
}

.sw-popular-item:last-child {
    border-bottom: none;
}

.sw-popular-item:hover {
    background: #fef2f2;
}

.sw-popular-no {
    font-size: 1.4rem;
    font-weight: 800;
    color: #ddd;
    min-width: 24px;
    text-align: center;
    line-height: 1;
}

.sw-popular-item:nth-child(1) .sw-popular-no { color: #e74c3c; }
.sw-popular-item:nth-child(2) .sw-popular-no { color: #e67e22; }
.sw-popular-item:nth-child(3) .sw-popular-no { color: #f1c40f; }

.sw-popular-img {
    width: 56px;
    min-width: 56px;
    height: 42px;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
}

.sw-popular-body {
    flex: 1;
    min-width: 0;
}

.sw-popular-title {
    font-size: 0.78rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 3px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sw-popular-item:hover .sw-popular-title {
    color: #e74c3c;
}

.sw-popular-meta {
    font-size: 0.68rem;
    color: #999;
}

.sw-popular-meta i {
    margin-right: 3px;
}

/* ---- Sidebar Köşe Yazarları ---- */
.sw-authors {
    overflow: hidden;
    grid-column: 2;
}

.aw-viewport {
    overflow: hidden;
}

.aw-track {
    transition: transform 0.35s ease;
}

.aw-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #f0f1f3;
    transition: background 0.25s;
    position: relative;
}

.aw-item:last-child { border-bottom: none; }

.aw-item:hover {
    background: #f8f9fb;
}

.aw-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.aw-avatar::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    transition: border-color 0.3s, transform 0.5s;
}

.aw-item:hover .aw-avatar::after {
    border-color: #e74c3c;
    transform: rotate(180deg);
}

.aw-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.aw-content {
    flex: 1;
    min-width: 0;
}

.aw-name {
    font-size: 0.88rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 4px;
    transition: color 0.2s;
}

.aw-item:hover .aw-name {
    color: #e74c3c;
}

.aw-article {
    font-size: 0.72rem;
    color: #888;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.aw-arrow {
    color: #ccc;
    font-size: 0.75rem;
    flex-shrink: 0;
    transition: color 0.2s, transform 0.2s;
}

.aw-item:hover .aw-arrow {
    color: #e74c3c;
    transform: translateX(3px);
}

/* Footer: Tüm Yazarlar + Nav */
.aw-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    border-top: 1px solid #f0f1f3;
}

.aw-all {
    font-size: 0.78rem;
    font-weight: 600;
    color: #e74c3c;
    text-decoration: none;
    transition: color 0.2s;
}

.aw-all:hover {
    color: #c0392b;
}

.aw-all i {
    font-size: 0.58rem;
    margin-left: 3px;
    transition: margin-left 0.2s;
}

.aw-all:hover i {
    margin-left: 7px;
}

.aw-nav {
    display: flex;
    gap: 6px;
}

.aw-nav-btn {
    width: 30px;
    height: 30px;
    border: 2px solid #e0e0e0;
    background: #fff;
    border-radius: 50%;
    color: #555;
    font-size: 0.65rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.aw-nav-btn:hover {
    border-color: #e74c3c;
    color: #e74c3c;
    background: #fef2f2;
}

.aw-nav-btn.aw-disabled {
    opacity: 0.3;
    pointer-events: none;
}

/* ---- Haber Spotlight Widget ---- */
.sa-widget {
    border-radius: 10px;
    overflow: hidden;
    background: #0f172a;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.sa-stage {
    position: relative;
    flex: 1;
    min-height: 0;
}

.sa-slides {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.sa-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
}

.sa-slide.sa-active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.sa-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.4) saturate(1.1);
}

.sa-glass {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 20px;
    background: linear-gradient(0deg, rgba(15,23,42,0.95) 0%, rgba(15,23,42,0.15) 60%, transparent 100%);
}

.sa-topic {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #f59e0b;
    background: rgba(245,158,11,0.15);
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 14px;
    width: fit-content;
    backdrop-filter: blur(4px);
}

.sa-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sa-excerpt {
    font-size: 0.82rem;
    color: #cbd5e1;
    margin: 0 0 16px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sa-meta {
    font-size: 0.72rem;
    color: #94a3b8;
}

.sa-meta i {
    margin-right: 4px;
}

.sa-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(255,255,255,0.08);
    z-index: 2;
}

.sa-progress-bar {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #f59e0b, #ef4444);
    transition: width 0.1s linear;
}

.sa-thumbs {
    display: flex;
    gap: 4px;
    padding: 6px 8px;
    background: #0f172a;
}

.sa-thumb {
    flex: 1;
    height: 42px;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    background: none;
    transition: all 0.3s ease;
    opacity: 0.45;
}

.sa-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sa-thumb:hover {
    opacity: 0.7;
}

.sa-thumb-active {
    opacity: 1;
    border-color: #f59e0b;
    box-shadow: 0 0 8px rgba(245,158,11,0.4);
}

/* --- Namaz Vakitleri --- */
.namaz-select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.namaz-il {
    text-align: center;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.namaz-tarih {
    font-size: 0.75rem;
    color: #999;
    text-align: center;
    margin-bottom: 10px;
}

.namaz-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.namaz-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 10px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 0.85rem;
    transition: background 0.2s;
}

.namaz-list li:last-child {
    border-bottom: none;
}

.namaz-name {
    color: #555;
    font-weight: 500;
}

.namaz-name i {
    width: 18px;
    margin-right: 6px;
    color: #999;
    font-size: 0.75rem;
}

.namaz-time {
    font-weight: 700;
    color: #1a1a2e;
}

.namaz-active {
    background: #e74c3c !important;
    border-radius: 6px;
    margin: 2px 0;
}

.namaz-active .namaz-name,
.namaz-active .namaz-time,
.namaz-active .namaz-name i {
    color: #fff !important;
}

/* --- Hava Durumu --- */
.hava-bugun {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.hava-icon {
    font-size: 2.8rem;
    color: #f39c12;
}

.hava-derece {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1;
}

.hava-durum {
    font-size: 0.82rem;
    color: #666;
    margin-top: 2px;
}

.hava-sehir {
    font-size: 0.75rem;
    color: #999;
}

.hava-hafta {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
}

.hava-gun {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    color: #666;
}

.hava-gun i {
    font-size: 1.1rem;
    color: #f39c12;
}

/* --- Nöbetçi Eczaneler --- */
.eczane-baslik {
    font-size: 0.82rem;
    font-weight: 600;
    color: #27ae60;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #e0e0e0;
}

.eczane-item {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.eczane-item:last-of-type {
    border-bottom: none;
}

.eczane-name {
    font-size: 0.88rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 3px;
}

.eczane-name i {
    color: #27ae60;
    margin-right: 5px;
    font-size: 0.8rem;
}

.eczane-adres {
    font-size: 0.78rem;
    color: #777;
    margin-bottom: 2px;
}

.eczane-tel {
    font-size: 0.78rem;
    color: #2980b9;
}

.eczane-tel i {
    margin-right: 4px;
}

.eczane-tumu {
    display: block;
    text-align: center;
    padding: 10px;
    margin-top: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #27ae60;
    text-decoration: none;
    border-top: 1px solid #f0f0f0;
}

.eczane-tumu:hover {
    color: #1e8449;
}

/* --- Popüler Haberler --- */
.populer-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    text-decoration: none;
    transition: all 0.2s;
}

.populer-item:last-child {
    border-bottom: none;
}

.populer-item:hover .populer-title {
    color: #e74c3c;
}

.populer-rank {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e74c3c;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.populer-item:nth-child(n+4) .populer-rank {
    background: #bbb;
}

.populer-img {
    width: 55px;
    height: 42px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.populer-title {
    font-size: 0.82rem;
    font-weight: 600;
    color: #333;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* --- Son Haberler Widget --- */
.son-haber-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    text-decoration: none;
    border-left: 3px solid transparent;
    padding-left: 10px;
    transition: all 0.2s;
}

.son-haber-item:last-child {
    border-bottom: none;
}

.son-haber-item:hover {
    border-left-color: #e74c3c;
    background: #fafafa;
}

.son-haber-saat {
    font-size: 0.75rem;
    font-weight: 700;
    color: #e74c3c;
    flex-shrink: 0;
    min-width: 36px;
    padding-top: 2px;
}

.son-haber-title {
    font-size: 0.82rem;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

.son-haber-item:hover .son-haber-title {
    color: #e74c3c;
}

/* --- Anket --- */
.anket-soru {
    font-size: 0.92rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 14px;
    line-height: 1.4;
}

.anket-secenekler {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
}

.anket-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    font-size: 0.85rem;
    color: #555;
    cursor: pointer;
    transition: all 0.2s;
}

.anket-option:hover {
    border-color: #e74c3c;
    background: #fef2f2;
}

.anket-option input[type="radio"] {
    accent-color: #e74c3c;
}

.anket-btn {
    width: 100%;
    padding: 10px;
    background: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
}

.anket-btn:hover {
    background: #c0392b;
}

/* --- Sosyal Medya --- */
.sosyal-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
    transition: filter 0.2s;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sosyal-item:last-child {
    border-bottom: none;
}

.sosyal-item:hover {
    filter: brightness(1.1);
}

.sosyal-item i {
    width: 28px;
    font-size: 1.1rem;
}

.sosyal-name {
    flex: 1;
}

.sosyal-count {
    font-size: 0.78rem;
    opacity: 0.85;
}

.sosyal-facebook { background: #1877f2; }
.sosyal-twitter { background: #1da1f2; }
.sosyal-instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.sosyal-youtube { background: #ff0000; }
.sosyal-telegram { background: #0088cc; }

/* ============================================
   11.5 DİĞER HABERLER
   ============================================ */


.diger-cat-label {
    font-size: 0.72rem;
    font-weight: 700;
    color: #e74c3c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    display: block;
}

/* ---- Saatlik Haberler ---- */
.saatlik-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.saatlik-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    background: #f8f9fb;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s, box-shadow 0.2s;
}

.saatlik-item:hover {
    background: #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

.saatlik-no {
    font-size: 1.6rem;
    font-weight: 800;
    color: #e67e22;
    flex-shrink: 0;
    width: 28px;
    text-align: center;
    line-height: 1;
}

.saatlik-img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.saatlik-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.saatlik-body {
    flex: 1;
    min-width: 0;
}

.saatlik-title {
    font-size: 0.78rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 5px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.saatlik-item:hover .saatlik-title {
    color: #e74c3c;
}

.saatlik-time {
    font-size: 0.68rem;
    color: #e67e22;
    font-weight: 600;
}

.saatlik-time i {
    margin-right: 3px;
}

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

@media (max-width: 575px) {
    .saatlik-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .saatlik-item {
        padding: 10px 12px;
    }
}

/* ---- Spor Haberleri — Stadyum Temalı ---- */
.spor-block {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url('../assets/images/placeholders/spor-bg.jpg') center/cover no-repeat;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}

.spor-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px 14px;
    position: relative;
    z-index: 2;
}

.spor-head-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
    text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

.spor-head-title i {
    color: #4ade80;
    margin-right: 8px;
}

.spor-head-more {
    font-size: 0.75rem;
    font-weight: 600;
    color: #4ade80;
    text-decoration: none;
    transition: color 0.2s;
}

.spor-head-more:hover { color: #fff; }

/* İçerik */
.spor-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 0 24px 24px;
    position: relative;
    z-index: 2;
}

/* Büyük banner — sol, tam yükseklik */
.spor-banner {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    grid-row: 1 / 3;
    min-height: 340px;
}

.spor-banner-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s;
}

.spor-banner:hover .spor-banner-img { transform: scale(1.05); }

.spor-banner-over {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.2) 55%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
}

.spor-badge {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #27ae60;
    padding: 3px 12px;
    border-radius: 3px;
    margin-bottom: 10px;
    width: fit-content;
}

.spor-banner-title {
    font-family: "Poppins", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.35;
}

.spor-banner-meta {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.55);
}

.spor-banner-meta span {
    color: #4ade80;
    font-weight: 600;
    margin-left: 10px;
}

/* Sağ: 4 küçük kart (2x2 grid) */
.spor-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    grid-row: 1 / 3;
}

.spor-card {
    display: block;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
}

.spor-card-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s;
}

.spor-card:hover .spor-card-img { transform: scale(1.06); }

.spor-card-body {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.05) 55%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px;
}

.spor-card-cat {
    display: block;
    font-size: 0.56rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #4ade80;
    margin-bottom: 4px;
}

.spor-card-title {
    font-size: 0.76rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 4px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.spor-card:hover .spor-card-title { color: #4ade80; }

.spor-card-time {
    font-size: 0.62rem;
    color: rgba(255,255,255,0.45);
}

/* Responsive — Mobil Spor Bloğu */
@media (max-width: 767px) {
    .spor-block {
        background: #fff !important;
        box-shadow: 0 2px 12px rgba(0,0,0,0.08);
        border-radius: 12px;
    }
    .spor-head {
        padding: 16px 16px 12px;
        border-bottom: 2px solid #27ae60;
    }
    .spor-head-title {
        color: #1a1a2e;
        text-shadow: none;
        font-size: 1rem;
    }
    .spor-head-title i { color: #27ae60; }
    .spor-head-more { color: #27ae60; }
    .spor-content {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
    }
    /* Banner — mobilde kompakt kart */
    .spor-banner {
        grid-row: auto;
        min-height: 200px;
        border-radius: 0;
    }
    .spor-banner-over { padding: 16px; }
    .spor-banner-title { font-size: 1.1rem; }
    /* Kartlar — yatay liste */
    .spor-cards {
        grid-row: auto;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 0;
        padding: 0;
    }
    .spor-card {
        display: flex;
        flex-direction: row;
        height: auto;
        min-height: 0;
        border-radius: 0;
        border-bottom: 1px solid #f0f0f0;
        padding: 12px 16px;
        align-items: center;
        gap: 12px;
    }
    .spor-card:last-child { border-bottom: none; }
    .spor-card-img {
        width: 80px;
        min-width: 80px;
        height: 56px;
        border-radius: 8px;
        position: relative;
    }
    .spor-card-body {
        padding: 0;
        background: transparent;
        position: relative;
    }
    .spor-card-cat {
        font-size: 0.6rem;
        color: #27ae60;
        background: transparent;
        padding: 0;
        margin-bottom: 3px;
    }
    .spor-card-title {
        font-size: 0.82rem;
        color: #1a1a2e;
        line-height: 1.3;
        -webkit-line-clamp: 2;
    }
    .spor-card-time {
        color: #999;
        font-size: 0.68rem;
    }
}

@media (max-width: 575px) {
    .spor-content { padding: 0; gap: 0; }
    .spor-head { padding: 14px 14px 10px; }
    .spor-banner { min-height: 180px; }
    .spor-banner-title { font-size: 1rem; }
    .spor-card { padding: 10px 14px; }
    .spor-card-img { width: 72px; min-width: 72px; height: 50px; }
    .spor-card-title { font-size: 0.78rem; }
}

.diger-cat-head {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 20px 0 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e74c3c;
    display: inline-block;
}

.diger-cat-head:first-of-type {
    margin-top: 8px;
}

.diger-cat-head i {
    margin-right: 6px;
    color: #e74c3c;
}

.diger-cat-ekonomi { border-color: #e67e22; }
.diger-cat-ekonomi i { color: #e67e22; }
.diger-cat-spor { border-color: #27ae60; }
.diger-cat-spor i { color: #27ae60; }
.diger-cat-teknoloji { border-color: #2980b9; }
.diger-cat-teknoloji i { color: #2980b9; }
.diger-cat-saglik { border-color: #8e44ad; }
.diger-cat-saglik i { color: #8e44ad; }
.diger-cat-dunya { border-color: #2c3e50; }
.diger-cat-dunya i { color: #2c3e50; }

.diger-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.diger-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.diger-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.diger-img {
    position: relative;
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s;
    overflow: hidden;
}

.diger-card:hover .diger-img {
    transform: scale(1.05);
}

.diger-body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.diger-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.diger-card:hover .diger-title {
    color: #e74c3c;
}

.diger-meta {
    font-size: 0.7rem;
    color: #999;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.diger-meta i { margin-right: 2px; }

.diger-author {
    color: #666;
    font-weight: 600;
    margin-left: 6px;
}

.diger-desc {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.5;
    margin: 0 0 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.diger-link {
    font-size: 0.8rem;
    font-weight: 700;
    color: #e74c3c;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
}

.diger-card:hover .diger-link {
    gap: 8px;
}

/* Responsive */
@media (max-width: 991px) {
    .diger-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .diger-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .diger-card {
        flex-direction: column;
    }

    .diger-img {
        width: 100%;
        min-width: unset;
        height: 180px;
        min-height: unset;
    }

    .diger-body {
        padding: 12px;
    }

    .diger-title {
        font-size: 0.85rem;
    }

    .diger-desc {
        display: none;
    }
}

/* ============================================
   BİK RESMİ İLANLAR
   ============================================ */

.bik-section {
    background: #f0f1f3;
    padding: 28px 0;
}

/* Tab Butonları */
.bik-tabs {
    display: flex;
    gap: 6px;
    margin-bottom: 16px;
}

.bik-tab {
    flex: 1;
    padding: 12px 10px;
    border: none;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    transition: filter 0.2s, transform 0.2s;
    font-family: inherit;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.bik-tab-icra { background: #64b5f6; }
.bik-tab-ihale { background: #81c784; }
.bik-tab-tebligat { background: #e57373; }
.bik-tab-personel { background: #ffb74d; }

.bik-tab:hover { filter: brightness(1.1); transform: translateY(-1px); }

/* İlan Slider */
.bik-slider-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bik-slider-content {
    flex: 1;
    overflow: hidden;
}

.bik-slider-track {
    display: flex;
    gap: 14px;
    transition: transform 0.4s ease;
}

.bik-slide-item {
    flex-shrink: 0;
    width: calc(50% - 7px);
    text-decoration: none;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.bik-slide-item h4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 4px;
    line-height: 1.45;
}

.bik-slide-item:hover h4 { color: #e74c3c; }


.bik-slide-meta {
    font-size: 0.72rem;
    color: #999;
}

.bik-slide-meta i { margin-right: 3px; margin-left: 12px; }
.bik-slide-meta i:first-child { margin-left: 0; }

.bik-nav {
    display: flex;
    flex-direction: row;
    gap: 4px;
    flex-shrink: 0;
}

.bik-nav-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    color: #555;
    font-size: 0.7rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.bik-nav-btn:hover { background: #e74c3c; border-color: #e74c3c; color: #fff; }

@media (max-width: 767px) {
    .bik-slide-item { width: 100%; }
    .bik-tabs { gap: 4px; }
    .bik-tab { font-size: 0.7rem; padding: 10px 6px; border-radius: 6px; }
}


.bik-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #f0f1f3;
    border-top: 1px solid #eee;
    border-radius: 0 0 10px 10px;
}

.bik-paging {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bik-page-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    background: #fff;
    color: #555;
    border-radius: 6px;
    font-size: 0.7rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.bik-page-btn:hover { background: #e74c3c; border-color: #e74c3c; color: #fff; }

.bik-page-info {
    font-size: 0.85rem;
    font-weight: 700;
    color: #333;
}

.bik-page-info small {
    font-weight: 400;
    color: #999;
}

.bik-logo {
    display: flex;
    align-items: center;
}

.bik-logo-img {
    height: 28px;
    width: auto;
}

.bik-update {
    font-size: 0.68rem;
    color: #aaa;
}

/* BİK Responsive */
@media (max-width: 767px) {
    .bik-tabs {
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .bik-tabs::-webkit-scrollbar { display: none; }
    .bik-tab {
        flex-shrink: 0;
        padding: 8px 14px;
        font-size: 0.7rem;
    }
}

/* ============================================
   12. BURÇ YORUMLARI
   ============================================ */

/* ---- ESKİ BURÇ TASARIMI (yedek) ----
.burc-OLD-grid { grid-template-columns: repeat(6, 1fr); gap: 14px; }
.burc-OLD-card { background: #fff; border-radius: 10px; padding: 22px 10px 16px; text-align: center; text-decoration: none; box-shadow: 0 1px 6px rgba(0,0,0,0.06); transition: all 0.25s; }
.burc-OLD-card:hover { transform: translateY(-4px); box-shadow: 0 6px 18px rgba(0,0,0,0.12); }
.burc-OLD-icon { font-size: 2rem; color: #1a1a2e; margin-bottom: 8px; }
.burc-OLD-card:hover .burc-icon { color: #e74c3c; }
.burc-OLD-card h4 { font-size: 0.92rem; font-weight: 700; color: #1a1a2e; margin: 0 0 4px; }
.burc-OLD-card span { font-size: 0.72rem; color: #e74c3c; }
---- ESKİ BURÇ TASARIMI SON ---- */

.burclar-section {
    background: #f0f1f3;
    padding: 28px 0;
}

.burc-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.burc-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 14px;
    padding: 14px 16px;
    text-decoration: none;
    border: 1px solid #eee;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}


.burc-card:hover {
    border-color: transparent;
    box-shadow: 0 8px 25px rgba(231,76,60,0.15);
    transform: translateY(-3px);
}


.burc-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
    flex-shrink: 0;
    transition: all 0.3s;
}

.burc-card:nth-child(1) .burc-icon { background: linear-gradient(135deg, #e74c3c, #c0392b); }
.burc-card:nth-child(2) .burc-icon { background: linear-gradient(135deg, #27ae60, #1e8449); }
.burc-card:nth-child(3) .burc-icon { background: linear-gradient(135deg, #f39c12, #d68910); }
.burc-card:nth-child(4) .burc-icon { background: linear-gradient(135deg, #3498db, #2471a3); }
.burc-card:nth-child(5) .burc-icon { background: linear-gradient(135deg, #e67e22, #ca6f1e); }
.burc-card:nth-child(6) .burc-icon { background: linear-gradient(135deg, #8e44ad, #6c3483); }
.burc-card:nth-child(7) .burc-icon { background: linear-gradient(135deg, #1abc9c, #148f77); }
.burc-card:nth-child(8) .burc-icon { background: linear-gradient(135deg, #2c3e50, #1a252f); }
.burc-card:nth-child(9) .burc-icon { background: linear-gradient(135deg, #e74c3c, #e67e22); }
.burc-card:nth-child(10) .burc-icon { background: linear-gradient(135deg, #2980b9, #1a5276); }
.burc-card:nth-child(11) .burc-icon { background: linear-gradient(135deg, #16a085, #0e6655); }
.burc-card:nth-child(12) .burc-icon { background: linear-gradient(135deg, #9b59b6, #7d3c98); }

.burc-card:hover .burc-icon {
    transform: scale(1.1) rotate(5deg);
}

.burc-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.burc-card h4 {
    font-size: 0.88rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 4px;
    line-height: 1;
}

.burc-card span {
    font-size: 0.68rem;
    color: #999;
    display: block;
    line-height: 1.2;
}

/* ============================================
   13. VİDEO HABERLER
   ============================================ */

/* ---- Video Sinematik Ortak ---- */
.vid-section {
    background: #0d1117;
    padding: 28px 0;
}

.vid-card {
    background: #161b22;
    border: 1px solid #21262d;
    border-radius: 12px;
    padding: 20px;
}

.vid-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 12px;
    border-bottom: 1px solid #21262d;
    margin-bottom: 18px;
    position: relative;
}

.vid-header::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 3px;
    background: #e74c3c;
}

.vid-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #e6edf3;
    margin: 0;
}

.vid-title i {
    color: #e74c3c;
    margin-right: 6px;
}

.vid-more {
    font-size: 0.85rem;
    font-weight: 600;
    color: #8b949e;
    text-decoration: none;
    transition: color 0.2s;
}

.vid-more:hover { color: #e74c3c; }

/* ============================================
   13. VİDEO — ORTAK KART STİLLERİ (Sinematik)
   ============================================ */

.vm-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    display: block;
    text-decoration: none;
}

.vm-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s;
}

.vm-item:hover .vm-img {
    transform: scale(1.08);
}

.vm-info {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.08) 55%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 14px;
    transition: background 0.4s;
}

.vm-item:hover .vm-info {
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 55%, rgba(0,0,0,0.1) 100%);
}

.vm-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(231,76,60,0.9);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    z-index: 2;
    transition: all 0.3s;
    box-shadow: 0 0 20px rgba(231,76,60,0.4), 0 0 40px rgba(231,76,60,0.12);
}

.vm-play-lg {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
    box-shadow: 0 0 30px rgba(231,76,60,0.5), 0 0 60px rgba(231,76,60,0.15);
}

.vm-item:hover .vm-play {
    transform: translate(-50%, -50%) scale(1.12);
    box-shadow: 0 0 30px rgba(231,76,60,0.6), 0 0 60px rgba(231,76,60,0.2);
}

.vm-sure {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(4px);
    color: #fff;
    padding: 3px 9px;
    border-radius: 5px;
    font-size: 0.7rem;
    z-index: 2;
}

.vm-sure i { margin-right: 3px; }

.vm-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fff;
    background: #e74c3c;
    padding: 3px 10px;
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 8px;
    z-index: 2;
}

.vm-badge i {
    font-size: 0.45rem;
    animation: vmPulse 1.5s infinite;
}

@keyframes vmPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.vm-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.35;
}

.vm-title-lg {
    font-size: 1.2rem;
}

.vm-hero .vm-title {
    font-size: 1.15rem;
}

/* ---- Layout 1: Masonry Grid ---- */
.vm-masonry {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 190px 190px;
    gap: 12px;
}

.vm-hero {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.vm-tall {
    grid-row: 1 / 3;
}


/* ============================================
   14. YAZARLARIMIZ
   ============================================ */

.yazarlar-section {
    background: #f0f1f3;
    padding: 28px 0;
}

.yazarlar-slider-wrap {
    position: relative;
}

.yazarlarSwiper .swiper-wrapper {
    align-items: stretch;
}

.yazarlarSwiper .swiper-slide {
    height: auto;
}

.yazar-card {
    background: linear-gradient(180deg, #e8eaf0 0%, #f6f7fa 100%);
    border-radius: 10px;
    padding: 28px 18px 20px;
    text-align: center;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    transition: all 0.25s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.yazar-card:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.yazar-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 12px;
    overflow: hidden;
    border: 3px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box,
                conic-gradient(#e74c3c, #f39c12, #e74c3c) border-box;
    box-shadow: 0 3px 12px rgba(0,0,0,0.1);
    transition: all 0.3s;
}

.yazar-card:hover .yazar-avatar {
    transform: scale(1.05);
    box-shadow: 0 5px 18px rgba(231,76,60,0.2);
}

.yazar-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.yazar-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 4px;
}

.yazar-unvan { display: none; }

.yazar-ozet {
    font-size: 0.82rem;
    color: #555;
    line-height: 1.5;
    margin: 6px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.yazarlar-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1a1a2e;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: background 0.2s;
}

.yazarlar-nav-btn:hover {
    background: #e74c3c;
}

.yazarlar-prev { left: -14px; }
.yazarlar-next { right: -14px; }

/* ============================================
   15. FOTO GALERİ — ORTAK
   ============================================ */

.galeri-section {
    background: #f0f1f3;
    padding: 28px 0 36px;
}

/* Galeri Switcher */
.galeri-switcher {
    display: flex;
    gap: 6px;
    margin-left: auto;
    margin-right: 16px;
}

.galeri-sw-btn {
    border: 1.5px solid #ddd;
    background: #fff;
    color: #666;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: inherit;
}

.galeri-sw-btn:hover {
    border-color: #e74c3c;
    color: #e74c3c;
}

.galeri-sw-btn.active {
    background: #e74c3c;
    border-color: #e74c3c;
    color: #fff;
}

.galeri-sw-btn i {
    font-size: 0.7rem;
}

/* Galeri header flex-wrap (switcher için) */
.galeri-section .block-header {
    flex-wrap: wrap;
}

/* Galeri Paneller */
.galeri-panel {
    display: none;
}

.galeri-panel.active {
    display: block;
    animation: galeriFadeIn 0.4s ease;
}

@keyframes galeriFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ============================================
   15-A. TASARIM 1: MASONRY GRID
   ============================================ */

.g1-masonry {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 190px 190px;
    gap: 12px;
}

.g1-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    display: block;
}

.g1-hero {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.g1-tall {
    grid-row: 1 / 3;
}

.g1-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.g1-item:hover .g1-img {
    transform: scale(1.08);
}

.g1-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.08) 55%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
    transition: background 0.4s;
}

.g1-item:hover .g1-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 55%, rgba(0,0,0,0.1) 100%);
}

.g1-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.7rem;
    color: #fff;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
    width: fit-content;
    border: 1px solid rgba(255,255,255,0.15);
}

.g1-title {
    font-size: 0.88rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.35;
}

.g1-hero .g1-title {
    font-size: 1.15rem;
}

.g1-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 50px;
    height: 50px;
    background: rgba(231,76,60,0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
    z-index: 2;
}

.g1-item:hover .g1-zoom {
    transform: translate(-50%, -50%) scale(1);
}

/* ============================================
   15-B. TASARIM 2: MAGAZINE LAYOUT
   ============================================ */

.g2-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.g2-side {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.g2-side .g2-item {
    flex: 1;
}

.g2-hero {
    min-height: 380px;
}

.g2-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.g2-bottom .g2-item {
    min-height: 180px;
}

.g2-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    display: block;
}

.g2-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.g2-item:hover .g2-img {
    transform: scale(1.08);
}

.g2-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.08) 55%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
    transition: background 0.4s;
}

.g2-item:hover .g2-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.3) 55%, rgba(0,0,0,0.12) 100%);
}

.g2-cat {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    background: #e74c3c;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
    width: fit-content;
}

.g2-cat-spor { background: #27ae60; }
.g2-cat-tech { background: #2980b9; }
.g2-cat-yasam { background: #16a085; }
.g2-cat-ekonomi { background: #e67e22; }
.g2-cat-dunya { background: #2c3e50; }

.g2-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.7rem;
    color: #fff;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
    width: fit-content;
    border: 1px solid rgba(255,255,255,0.15);
}

.g2-title {
    font-size: 0.88rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.35;
}

.g2-hero .g2-title {
    font-size: 1.25rem;
}

.g2-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 50px;
    height: 50px;
    background: rgba(231,76,60,0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
    z-index: 2;
}

.g2-item:hover .g2-zoom {
    transform: translate(-50%, -50%) scale(1);
}

/* ============================================
   15-C. TASARIM 3: OVERLAY CARD GRID
   ============================================ */

.g3-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-template-rows: 200px 200px;
    gap: 12px;
}

.g3-hero {
    grid-row: 1 / 3;
}

.g3-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    display: block;
}

.g3-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease, filter 0.4s;
}

.g3-item:hover .g3-img {
    transform: scale(1.08);
    filter: brightness(0.85);
}

.g3-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.05) 60%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
    transition: background 0.4s;
}

.g3-item:hover .g3-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.08) 100%);
}

.g3-cat {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fff;
    background: #e74c3c;
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 6px;
    width: fit-content;
}

.g3-cat-spor { background: #27ae60; }
.g3-cat-tech { background: #2980b9; }
.g3-cat-yasam { background: #16a085; }
.g3-cat-ekonomi { background: #e67e22; }
.g3-cat-dunya { background: #2c3e50; }

.g3-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.68rem;
    color: #fff;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
    width: fit-content;
    border: 1px solid rgba(255,255,255,0.15);
}

.g3-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.35;
}

.g3-hero .g3-title {
    font-size: 1.2rem;
}

.g3-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    background: rgba(231,76,60,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.15rem;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    pointer-events: none;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(231,76,60,0.4);
}

.g3-item:hover .g3-zoom {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

/* ============================================
   RESPONSIVE — İçerik + Sidebar + Alt Bloklar
   ============================================ */

@media (max-width: 1199px) {
    .content-row {
        grid-template-columns: 1fr 280px;
    }
}

@media (max-width: 991px) {
    .content-row {
        grid-template-columns: 1fr 260px;
        gap: 18px;
    }

    .news-featured { height: 280px; }
    .nfs-wrap { height: 280px; }

    .news-list-img {
        width: 110px;
        min-height: 80px;
    }

    /* Video Masonry - 991px */
    .vm-masonry {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 170px 170px;
    }
    .vm-hero { grid-column: 1 / 3; }


    .burc-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Galeri Tasarım 1 - Masonry */
    .g1-masonry {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 170px 170px;
    }
    .g1-hero { grid-column: 1 / 3; }

    /* Galeri Tasarım 2 - Magazine */
    .g2-hero { min-height: 320px; }
    .g2-bottom .g2-item { min-height: 160px; }

    /* Galeri Tasarım 3 - Overlay */
    .g3-grid {
        grid-template-columns: 1.2fr 1fr 1fr;
        grid-template-rows: 180px 180px;
    }
}

@media (max-width: 767px) {
    .content-row {
        grid-template-columns: 1fr;
    }

    .content-main {
        grid-column: 1;
        grid-row: auto;
    }

    .sw-authors,
    .sw-gazete {
        grid-column: 1;
    }

    .content-sidebar {
        grid-column: 1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }


    .news-featured { height: 220px; }
    .nfs-wrap { height: auto; overflow: visible; }
    .nfs-track { height: 280px; }
    .nfs-title { font-size: 1.1rem; }

    .nfs-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 12px 0 4px;
    }

    .nfs-dots {
        position: static;
        transform: none;
    }

    .nfs-dot {
        background: rgba(0,0,0,0.15);
    }

    .nfs-arrow {
        display: none;
    }

    .nfs-track {
        border-radius: 12px;
        overflow: hidden;
    }

    .news-featured-title {
        font-size: 1.1rem;
    }

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

    .news-list-item {
        flex-direction: column;
        border-radius: 10px;
    }

    .news-list-img {
        width: 100%;
        min-width: unset;
        height: 180px;
        border-radius: 0;
        margin: 0;
    }

    .news-list-content {
        padding: 10px 12px;
    }

    .news-list-title {
        font-size: 0.88rem;
        margin: 4px 0 3px;
    }

    .news-list-desc {
        font-size: 0.75rem;
        -webkit-line-clamp: 2;
    }


    .burc-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .burc-icon {
        width: 42px;
        height: 42px;
        font-size: 1rem;
    }

    .burc-card {
        padding: 10px 12px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 6px;
    }

    /* Video Masonry - 767px */
    .vm-masonry {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 300px 150px 150px;
    }
    .vm-hero { grid-column: 1 / 3; grid-row: auto; }
    .vm-tall { grid-row: auto; }
    .vm-hero .vm-title { font-size: 1rem; }
    .vm-img { filter: brightness(0.55); transition: transform 0.5s, filter 0.4s; }
    .vm-item:hover .vm-img { filter: brightness(1); }
    .vm-info { background: none; }
    .vm-item:hover .vm-info { background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%); }


    /* Galeri Tasarım 1 - Masonry */
    .g1-masonry {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 150px);
    }
    .g1-hero { grid-column: 1 / 3; grid-row: auto; }
    .g1-tall { grid-row: auto; }
    .g1-hero .g1-title { font-size: 1rem; }

    /* Galeri Tasarım 2 - Magazine */
    .g2-top { grid-template-columns: 1fr; }
    .g2-hero { min-height: 240px; }
    .g2-side { flex-direction: row; }
    .g2-side .g2-item { min-height: 160px; }
    .g2-bottom { grid-template-columns: repeat(3, 1fr); }
    .g2-bottom .g2-item { min-height: 150px; }
    .g2-hero .g2-title { font-size: 1.1rem; }

    /* Galeri Tasarım 3 - Overlay */
    .g3-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 150px);
    }
    .g3-hero { grid-row: 1 / 3; }
    .g3-hero .g3-title { font-size: 1rem; }

    .yazarlar-prev { left: -6px; }
    .yazarlar-next { right: -6px; }
}

@media (max-width: 575px) {
    /* Sidebar mobil: tab switcher */
    .content-sidebar {
        display: block;
    }

    .sidebar-mob-tabs {
        display: flex !important;
        gap: 0;
        background: #e8e9eb;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .sidebar-mob-tab {
        flex: 1;
        padding: 10px 6px;
        text-align: center;
        font-size: 0.72rem;
        font-weight: 700;
        color: #666;
        background: #e8e9eb;
        border: none;
        cursor: pointer;
        transition: all 0.2s;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3px;
    }

    .sidebar-mob-tab i {
        font-size: 1rem;
    }

    .sidebar-mob-tab.active {
        background: #fff;
        color: #e74c3c;
    }

    .content-sidebar .sidebar-widget {
        display: none;
    }


    /* Yazarlar mobil: tek yazar, oklar yanlarda */
    .sw-authors .aw-viewport {
        overflow: hidden;
        position: relative;
    }

    .sw-authors .aw-track {
        display: flex;
        flex-direction: row;
        transition: transform 0.35s ease;
    }

    .sw-authors .aw-item {
        min-width: 100%;
        flex-shrink: 0;
        box-sizing: border-box;
        border-bottom: none;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 40px;
        gap: 10px;
    }

    .sw-authors .aw-avatar {
        width: 80px;
        height: 80px;
    }

    .sw-authors .aw-content {
        text-align: center;
    }

    .sw-authors .aw-name {
        font-size: 1rem;
        margin-bottom: 6px;
    }

    .sw-authors .aw-article {
        -webkit-line-clamp: 3;
    }

    .sw-authors .aw-arrow {
        display: none;
    }

    .sw-authors {
        position: relative;
    }

    .sw-authors .aw-nav {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
        padding: 0 8px;
        pointer-events: none;
        z-index: 2;
    }

    .sw-authors .aw-nav-btn {
        pointer-events: auto;
        width: 30px;
        height: 30px;
        background: #fff;
        border-color: #ddd;
        box-shadow: 0 1px 6px rgba(0,0,0,0.15);
    }

    .sw-authors .aw-nav-btn i {
        transform: rotate(-90deg);
    }

    .content-sidebar .sidebar-widget.sw-active {
        display: block;
        border-radius: 12px;
        overflow: hidden;
        animation: swFadeIn 0.3s ease;
    }

    .content-sidebar .sidebar-widget.sw-active .sw-body {
        padding: 25px;
    }

    @keyframes swFadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    .content-sidebar .sidebar-widget.sw-active .sw-header {
        display: none;
    }

    .news-featured {
        height: 200px;
    }

    .news-featured-title {
        font-size: 1rem;
    }

    .news-list-img {
        height: 140px;
    }

    .block-title {
        font-size: 1rem;
    }

    .burc-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }

    .burc-card h4 {
        font-size: 0.8rem;
    }

    .burc-card span {
        font-size: 0.65rem;
    }

    /* Video Masonry - 575px */
    .vm-masonry {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 300px 140px 140px;
        gap: 8px;
    }
    .vm-title { font-size: 0.78rem; }
    .vm-hero .vm-title { font-size: 0.92rem; }
    .vm-play { width: 36px; height: 36px; font-size: 0.8rem; }
    .vm-play-lg { width: 46px; height: 46px; font-size: 1rem; }

    /* Galeri Switcher Mobil */
    .galeri-switcher {
        margin-left: 0;
        margin-right: auto;
        order: 3;
        width: 100%;
        justify-content: center;
        margin-top: 8px;
    }
    .galeri-sw-btn span { display: none; }
    .galeri-sw-btn { padding: 5px 12px; font-size: 0.7rem; }

    /* Galeri Tasarım 1 - Masonry */
    .g1-masonry {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 140px);
        gap: 10px;
    }
    .g1-title { font-size: 0.78rem; }
    .g1-hero .g1-title { font-size: 0.92rem; }
    .g1-badge { font-size: 0.62rem; padding: 3px 8px; }

    /* Galeri Tasarım 2 - Magazine */
    .g2-top { grid-template-columns: 1fr; gap: 10px; margin-bottom: 10px; }
    .g2-hero { min-height: 200px; }
    .g2-side { flex-direction: column; gap: 10px; }
    .g2-side .g2-item { min-height: 140px; }
    .g2-bottom { grid-template-columns: 1fr 1fr; gap: 10px; }
    .g2-bottom .g2-item { min-height: 130px; }
    .g2-title { font-size: 0.78rem; }
    .g2-hero .g2-title { font-size: 1rem; }

    /* Galeri Tasarım 3 - Overlay */
    .g3-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 140px);
        gap: 10px;
    }
    .g3-hero { grid-row: 1 / 3; }
    .g3-title { font-size: 0.78rem; }
    .g3-hero .g3-title { font-size: 0.92rem; }
}

/* ============================================
   16. FOOTER
   ============================================ */

.site-footer {
    background: #0a1628;
    color: #94a3b8;
    padding: 50px 0 0;
    margin-top: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 2fr 1.2fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-nav-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-left: 30px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 14px;
}

.footer-logo-img {
    height: 40px;
    width: auto;
    filter: brightness(0) invert(1) brightness(0.65);
}

.footer-brand p {
    font-size: 0.88rem;
    line-height: 1.7;
    color: #94a3b8;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.2s;
}

.footer-social a:hover {
    background: #e74c3c;
    color: #fff;
}

.footer-apps {
    display: flex;
    gap: 10px;
}

.app-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}

.app-badge:hover {
    background: rgba(255,255,255,0.15);
    color: #fff;
}

.app-badge i {
    font-size: 1.2rem;
}

.footer-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-links {
    display: flex;
    flex-direction: column;
}

.footer-links a {
    display: block;
    padding: 5px 0;
    font-size: 0.88rem;
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.2s;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 4px;
}

.footer-links a i {
    margin-right: 6px;
    width: 16px;
}

.footer-newsletter p {
    font-size: 0.88rem;
    color: #94a3b8;
    margin-bottom: 14px;
    line-height: 1.6;
}

.newsletter-form {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.newsletter-form input {
    flex: 1;
    padding: 10px 14px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.05);
    color: #fff;
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.2s;
}

.newsletter-form input::placeholder {
    color: #64748b;
}

.newsletter-form input:focus {
    border-color: #e74c3c;
}

.newsletter-form button {
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    background: #e74c3c;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}

.newsletter-form button:hover {
    background: #c0392b;
}

.footer-contact {
    margin-top: 24px;
}

.footer-bottom {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #475569;
}

.footer-legal {
    display: flex;
    gap: 20px;
}

.footer-legal a {
    color: #475569;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-legal a:hover {
    color: #fff;
}

/* Footer Responsive */
@media (max-width: 991px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 575px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-nav-group {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .footer-contact {
        text-align: center;
    }

    .footer-contact .footer-heading {
        text-align: center;
    }

    .footer-contact .footer-links {
        align-items: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-apps {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .footer-legal {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form button {
        width: 100%;
    }
}

/* ============================================
   YUKARI ÇIK BUTONU
   ============================================ */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e74c3c;
    color: #fff;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(231,76,60,0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 999;
}

.scroll-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top:hover {
    background: #c0392b;
    box-shadow: 0 6px 20px rgba(231,76,60,0.5);
    transform: translateY(-3px);
}

@media (max-width: 575px) {
    .scroll-top {
        bottom: 20px;
        right: 16px;
        width: 38px;
        height: 38px;
        font-size: 0.85rem;
    }
}

/* Burç Sidebar Widget */
.burc-sidebar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}
.burc-sb-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 8px 4px;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s;
}
.burc-sb-item:hover, .burc-sb-item.active {
    background: #f5f5f5;
}
.burc-sb-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.75rem;
    flex-shrink: 0;
}
.burc-sb-name {
    font-size: 0.7rem;
    color: #555;
    text-align: center;
    line-height: 1.2;
}
.burc-sb-item.active .burc-sb-name { color: #1a1a2e; font-weight: 600; }

.burc-sidebar-yorum {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}
.burc-yorum-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.burc-yorum-text {
    font-size: 0.85rem;
    color: #333;
    line-height: 1.5;
    margin: 0 0 10px;
}
.burc-d-item {
    font-size: 0.8rem;
    color: #555;
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
    line-height: 1.4;
}
.burc-d-item i { margin-right: 5px; }
.burc-d-item:last-child { border-bottom: none; }

/* ===== En Çok Okunan / Yorumlanan (Sol Kolon) ===== */
.eco-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 0 16px 16px;
}

.eco-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    background: #f8f9fb;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s, box-shadow 0.2s;
}

.eco-item:hover {
    background: #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

.eco-no {
    font-size: 1.6rem;
    font-weight: 800;
    flex-shrink: 0;
    width: 28px;
    text-align: center;
    line-height: 1;
}

.eco-no-red { color: #e74c3c; }
.eco-no-orange { color: #e67e22; }

.eco-img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.eco-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eco-body {
    flex: 1;
    min-width: 0;
}

.eco-title {
    font-size: 0.78rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 5px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.eco-item:hover .eco-title {
    color: #e74c3c;
}

.eco-time {
    font-size: 0.68rem;
    color: #999;
    font-weight: 600;
}

.eco-time i {
    margin-right: 3px;
}

.eco-empty {
    padding: 30px 16px;
    text-align: center;
    color: #999;
    font-size: 0.85rem;
}

.eco-empty i {
    margin-right: 5px;
}

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

@media (max-width: 575px) {
    .eco-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .eco-item {
        padding: 10px 12px;
    }
}

/* ===== Eco Carousel (Firma/İlan blokları) ===== */
.eco-carousel-wrap {
    position: relative;
    padding: 0 40px 16px;
}

.eco-carousel-wrap .swiper-slide {
    height: auto;
}

.eco-carousel-wrap .eco-item {
    margin: 0;
    height: 100%;
    min-height: 80px;
    box-sizing: border-box;
}

.eco-carousel-wrap .eco-body {
    display: flex;
    flex-direction: column;
}

.eco-carousel-wrap .eco-time {
    display: block;
}

.eco-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.2s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.eco-nav:hover {
    background: var(--color-primary, #e74c3c);
    color: #fff;
    border-color: var(--color-primary, #e74c3c);
}

.eco-nav-prev { left: 4px; }
.eco-nav-next { right: 4px; }

@media (max-width: 575px) {
    .eco-carousel-wrap { padding: 0 30px 12px; }
}

/* ===== ÜYELİK SİSTEMİ ===== */

/* Topbar Üye Menüsü */
.topbar-user-menu { position: relative; padding-bottom:8px; margin-bottom:-8px; }
.topbar-user-toggle { display:flex; align-items:center; gap:6px; color:#ccc; text-decoration:none; font-size:0.8rem; cursor:pointer; }
.topbar-user-toggle:hover { color:#fff; }
.topbar-user-avatar { width:22px; height:22px; border-radius:50%; object-fit:cover; border:1px solid rgba(255,255,255,.3); }
.topbar-user-dropdown { display:none; position:absolute; right:0; top:100%; padding-top:4px; z-index:9999; min-width:200px; }
.topbar-user-dropdown::before { content:''; position:absolute; top:0; right:16px; border:6px solid transparent; border-bottom-color:#fff; }
.topbar-user-dropdown-inner { background:#fff; border-radius:10px; box-shadow:0 8px 30px rgba(0,0,0,.2); overflow:hidden; }
.topbar-user-menu:hover .topbar-user-dropdown { display:block; }
.topbar-user-dropdown a { display:flex; align-items:center; gap:10px; padding:10px 16px; color:#333; text-decoration:none; font-size:0.82rem; transition:background .15s; }
.topbar-user-dropdown a:hover { background:#f5f5f5; }
.topbar-user-dropdown a i { width:16px; text-align:center; color:#999; }
.topbar-user-divider { height:1px; background:#eee; margin:4px 0; }
.topbar-user-logout { color:#e74c3c !important; }
.topbar-user-logout i { color:#e74c3c !important; }
.uye-badge { display:inline-flex; align-items:center; justify-content:center; min-width:18px; height:18px; padding:0 5px; background:#e74c3c; color:#fff; border-radius:9px; font-size:0.65rem; font-weight:700; margin-left:4px; }

/* Auth Formları (Giriş/Kayıt/Şifremi Unuttum) */
.uye-auth-wrap { display:flex; justify-content:center; padding:40px 16px; min-height:400px; }
.uye-auth-card { background:#fff; border-radius:14px; box-shadow:0 4px 20px rgba(0,0,0,.08); padding:36px; width:100%; max-width:440px; }
.uye-auth-card-wide { max-width:580px; }
.uye-auth-header { text-align:center; margin-bottom:28px; }
.uye-auth-header i { font-size:2.5rem; color:#e74c3c; margin-bottom:10px; display:block; }
.uye-auth-header h2 { font-size:1.4rem; font-weight:700; color:#1a1a2e; margin:0 0 6px; }
.uye-auth-header p { font-size:0.85rem; color:#888; margin:0; }

.uye-auth-form { display:flex; flex-direction:column; gap:16px; }
.uye-form-group { display:flex; flex-direction:column; gap:4px; }
.uye-form-group label { font-size:0.78rem; font-weight:600; color:#555; display:flex; align-items:center; gap:5px; }
.uye-form-group label i { color:#999; font-size:0.75rem; }
.uye-form-group input, .uye-form-group select, .uye-form-group textarea { border:1px solid #ddd; border-radius:8px; padding:10px 14px; font-size:0.85rem; outline:none; transition:border-color .2s; background:#fafbfc; }
.uye-form-group input:focus, .uye-form-group select:focus, .uye-form-group textarea:focus { border-color:#e74c3c; background:#fff; }
.uye-form-group input:disabled { background:#f0f0f0; color:#999; }
.uye-form-group small { font-size:0.7rem; color:#aaa; }
.uye-form-row-2 { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.uye-form-row { display:flex; justify-content:space-between; align-items:center; }

.uye-password-wrap { position:relative; display:flex; }
.uye-password-wrap input { flex:1; padding-right:40px; }
.uye-password-toggle { position:absolute; right:10px; top:50%; transform:translateY(-50%); border:none; background:none; color:#999; cursor:pointer; padding:4px; }

.uye-checkbox { display:flex; align-items:center; gap:8px; font-size:0.8rem; color:#555; cursor:pointer; }
.uye-checkbox input { width:16px; height:16px; accent-color:#e74c3c; }
.uye-checkbox a { color:#e74c3c; }
.uye-link { font-size:0.78rem; color:#e74c3c; text-decoration:none; }
.uye-link:hover { text-decoration:underline; }

.uye-btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; border:none; border-radius:8px; padding:11px 20px; font-size:0.85rem; font-weight:600; cursor:pointer; transition:all .2s; }
.uye-btn-primary { background:#e74c3c; color:#fff; }
.uye-btn-primary:hover { background:#c0392b; }
.uye-btn-sm { padding:6px 12px; font-size:0.75rem; border-radius:6px; }
.uye-btn-danger { background:#e74c3c; color:#fff; }

.uye-msg { padding:10px 14px; border-radius:8px; font-size:0.82rem; margin-top:8px; }
.uye-msg-success { background:#d4edda; color:#155724; border:1px solid #c3e6cb; }
.uye-msg-error { background:#f8d7da; color:#721c24; border:1px solid #f5c6cb; }

.uye-auth-footer { text-align:center; margin-top:20px; padding-top:16px; border-top:1px solid #f0f0f0; font-size:0.82rem; color:#888; }
.uye-auth-footer a { color:#e74c3c; font-weight:600; text-decoration:none; }

/* Profil Dashboard */
.uye-profil-wrap { padding:0 0 40px; }
.uye-profil-header { display:flex; align-items:center; gap:20px; padding:30px; background:linear-gradient(135deg,#1a1a2e,#16213e); border-radius:14px; margin-bottom:20px; color:#fff; }
.uye-profil-avatar { width:80px; height:80px; border-radius:50%; overflow:hidden; border:3px solid rgba(255,255,255,.3); flex-shrink:0; }
.uye-profil-avatar img { width:100%; height:100%; object-fit:cover; }
.uye-profil-info h2 { font-size:1.3rem; font-weight:700; margin:0 0 2px; }
.uye-profil-username { font-size:0.8rem; color:rgba(255,255,255,.6); }
.uye-profil-stats { display:flex; gap:16px; margin-top:8px; font-size:0.78rem; color:rgba(255,255,255,.7); }
.uye-profil-stats i { margin-right:3px; }

/* Tab Menü */
.uye-tabs { display:flex; gap:4px; background:#f5f5f5; border-radius:10px; padding:4px; margin-bottom:20px; overflow-x:auto; }
.uye-tab { display:flex; align-items:center; gap:6px; padding:10px 16px; border:none; background:none; border-radius:8px; font-size:0.8rem; font-weight:600; color:#666; cursor:pointer; transition:all .2s; white-space:nowrap; }
.uye-tab:hover { color:#333; background:rgba(0,0,0,.04); }
.uye-tab.active { background:#fff; color:#e74c3c; box-shadow:0 2px 8px rgba(0,0,0,.08); }
.uye-tab span:last-child { font-size:0.7rem; }
.uye-tab-content { background:#fff; border-radius:14px; box-shadow:0 2px 12px rgba(0,0,0,.06); overflow:hidden; }
.uye-tab-pane { display:none; padding:24px; }
.uye-tab-pane.active { display:block; }

/* Liste öğeleri */
.uye-liste-header { display:flex; justify-content:space-between; align-items:center; margin-bottom:16px; font-size:0.85rem; color:#666; }
.uye-liste-item { display:flex; gap:14px; padding:14px 0; border-bottom:1px solid #f2f2f2; align-items:center; }
.uye-liste-item:last-child { border-bottom:none; }
.uye-liste-item.uye-unread { background:#fff8e6; margin:0 -24px; padding:14px 24px; }
.uye-liste-img { width:70px; height:50px; border-radius:8px; background-size:cover; background-position:center; background-color:#eee; flex-shrink:0; }
.uye-liste-body { flex:1; min-width:0; }
.uye-liste-title { font-size:0.85rem; font-weight:600; color:#1a1a2e; text-decoration:none; display:block; margin-bottom:4px; }
a.uye-liste-title:hover { color:#e74c3c; }
.uye-liste-desc { font-size:0.78rem; color:#888; margin:0 0 4px; line-height:1.4; }
.uye-liste-meta { font-size:0.7rem; color:#aaa; }
.uye-liste-meta i { margin-right:3px; }
.uye-empty { text-align:center; padding:40px 16px; color:#aaa; font-size:0.85rem; }
.uye-empty i { font-size:2rem; display:block; margin-bottom:10px; }
.uye-loading { text-align:center; padding:30px; color:#aaa; }
.uye-durum-aktif { color:#27ae60; font-weight:600; }
.uye-durum-bekliyor { color:#e67e22; font-weight:600; }
.uye-section-title { font-size:1rem; font-weight:700; color:#1a1a2e; margin:0 0 16px; display:flex; align-items:center; gap:8px; }
.uye-section-title i { color:#e74c3c; }

/* Mesaj Tab */
.uye-mesaj-tabs { display:flex; gap:8px; }
.uye-mesaj-tab { padding:6px 14px; border:1px solid #ddd; border-radius:6px; background:#fff; font-size:0.78rem; cursor:pointer; transition:all .15s; }
.uye-mesaj-tab.active { background:#e74c3c; color:#fff; border-color:#e74c3c; }

/* Responsive */
@media (max-width:768px) {
    .uye-auth-card { padding:24px 20px; }
    .uye-form-row-2 { grid-template-columns:1fr; }
    .uye-profil-header { flex-direction:column; text-align:center; padding:20px; }
    .uye-profil-stats { justify-content:center; }
    .uye-tabs { gap:2px; padding:3px; }
    .uye-tab { padding:8px 10px; font-size:0.72rem; }
    .uye-tab span:not(.uye-badge) { display:none; }
    .uye-tab i { font-size:1rem; }
    .uye-tab-pane { padding:16px; }
    .uye-liste-item.uye-unread { margin:0 -16px; padding:14px 16px; }
}

/* Avatar Seçici */
.uye-avatar-picker { display:flex; flex-wrap:wrap; gap:8px; margin-top:4px; }
.uye-avatar-option { cursor:pointer; position:relative; }
.uye-avatar-option input { display:none; }
.uye-avatar-option img { width:44px; height:44px; border-radius:50%; border:3px solid transparent; transition:all .2s; object-fit:cover; }
.uye-avatar-option:hover img { border-color:#ddd; transform:scale(1.1); }
.uye-avatar-option.selected img,
.uye-avatar-option input:checked + img { border-color:#e74c3c; box-shadow:0 0 0 2px #e74c3c; }

/* Yorum Formu Üye Bilgi Kutusu */
.yorum-uye-bilgi { display:flex; align-items:center; gap:10px; padding:12px 16px; background:#f0f9ff; border:1px solid #bfdbfe; border-radius:8px; margin-bottom:14px; font-size:0.85rem; color:#1e40af; }
.yorum-uye-avatar { width:28px; height:28px; border-radius:50%; object-fit:cover; }

/* RSS Listesi Sayfası */
.rss-page { padding: 20px 0 40px; }
.rss-header { text-align:center; margin-bottom:32px; }
.rss-header h1 { font-size:1.6rem; font-weight:700; margin:12px 0 8px; }
.rss-header p { color:#666; font-size:0.9rem; max-width:540px; margin:0 auto; }
.rss-icon { font-size:2.4rem; color:#ee802f; }
.rss-section { margin-bottom:28px; }
.rss-section h2 { font-size:1.1rem; font-weight:600; margin-bottom:12px; padding-bottom:8px; border-bottom:2px solid #f0f0f0; }
.rss-section h2 i { color:#ee802f; margin-right:6px; }
.rss-item { display:flex; align-items:center; justify-content:space-between; padding:12px 16px; border:1px solid #eee; border-radius:8px; margin-bottom:8px; transition:all .2s; }
.rss-item:hover { border-color:#ee802f; background:#fffaf5; }
.rss-item-main { background:#fff8f0; border-color:#f5d9b8; }
.rss-item-child { margin-left:24px; }
.rss-item-info { display:flex; flex-direction:column; gap:2px; }
.rss-item-info strong { font-size:0.95rem; }
.rss-item-info span { font-size:0.8rem; color:#888; }
.rss-link { display:inline-flex; align-items:center; gap:6px; padding:6px 14px; background:#ee802f; color:#fff; border-radius:6px; font-size:0.82rem; font-weight:600; text-decoration:none; white-space:nowrap; transition:background .2s; }
.rss-link:hover { background:#d6711f; color:#fff; }
.rss-link i { font-size:0.75rem; }
.rss-info { background:#f8f9fa; border-radius:10px; padding:24px; margin-top:20px; }
.rss-info h3 { font-size:0.95rem; font-weight:600; margin-bottom:8px; }
.rss-info h3 i { color:#ee802f; margin-right:4px; }
.rss-info p { font-size:0.85rem; color:#555; margin-bottom:16px; line-height:1.6; }
.rss-info ol { font-size:0.85rem; color:#555; padding-left:20px; margin:0; }
.rss-info ol li { margin-bottom:6px; line-height:1.5; }
@media (max-width:576px) {
    .rss-item { flex-direction:column; align-items:flex-start; gap:8px; }
    .rss-item-child { margin-left:12px; }
}
