/* Haber detay — minimal düzen */

/* Koyu yeşil header (diğer apartman sayfaları ile aynı — #103C3B) */
header.logo-center {
    background: var(--bg-dark-1, #103C3B);
}

header.logo-center.smaller {
    background: var(--bg-dark-1, #103C3B);
}

header.logo-center #mainmenu > li > a,
header.logo-center #mainmenu li.has-child:after {
    color: #fff;
}

header.logo-center #menu-btn {
    color: #fff;
}

header.logo-center a.btn-line.bg-blur {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

.haber-detay-baslik {
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.3;
    margin-bottom: 0.75rem;
}

.haber-detay-tarih {
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.55);
    margin-bottom: 1rem;
}

.haber-detay-gorsel {
    width: 100%;
    max-height: 340px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    margin-bottom: 1.5rem;
}

.haber-detay-icerik {
    max-width: 100%;
    overflow-wrap: break-word;
}

.haber-detay-icerik .lead {
    font-size: 1.05rem;
    line-height: 1.7;
}

.haber-detay-icerik p {
    margin-bottom: 1rem;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.72);
}

.haber-detay-sidebar {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 1.5rem;
    background: #fff;
    overflow: hidden;
}

.haber-detay-sidebar h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.haber-detay-item {
    display: flex;
    gap: 0.75rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    min-width: 0;
}

.haber-detay-item:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.haber-detay-item img {
    width: 72px;
    height: 56px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.haber-detay-item-body {
    min-width: 0;
    flex: 1;
}

.haber-detay-item-date {
    font-size: 0.8rem;
    color: var(--primary-color, #b8926a);
    margin-bottom: 0.25rem;
}

.haber-detay-item-title {
    font-size: 0.875rem;
    line-height: 1.4;
    margin: 0;
    font-weight: 500;
}

.haber-detay-item-title a {
    color: #222;
    text-decoration: none;
}

.haber-detay-item-title a:hover {
    color: var(--primary-color, #b8926a);
}

.haber-detay-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: space-between;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.haber-detay-paylas {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.haber-detay-paylas a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    color: #333;
    text-decoration: none;
}

.haber-detay-paylas a:hover {
    border-color: var(--primary-color, #b8926a);
    color: var(--primary-color, #b8926a);
}

@media (max-width: 991px) {
    .haber-detay-gorsel {
        max-height: 240px;
    }
}
