.blog-icerik { padding: 34px 0 60px; }

.ekip-band .inner-page-banner-wrapper h1 { color: #fff; font-size: 52px; font-weight: 700; line-height: 1.3; margin: 0; }
.blog-bant-ic { text-align: center; }
.blog-bant-alt { color: rgba(255,255,255,.78); font-size: 14.5px !important; margin-top: 12px; }

.blog-kart { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid #e5e7eb;
    border-radius: 16px; overflow: hidden; box-shadow: 0 6px 20px rgba(23,28,38,.05); transition: all .2s ease; }
.blog-kart:hover { box-shadow: 0 14px 34px rgba(23,28,38,.12); transform: translateY(-3px); border-color: #f2d574; }
.blog-kart-foto { display: block; position: relative; aspect-ratio: 16/9; background: #f1f3f7; overflow: hidden; }
.blog-kart-foto img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.blog-kart-icerik { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.blog-kart-tarih { color: #9aa1ad; font-size: 12px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.blog-kart-tarih i { color: #f5c31f; }
.blog-kart-icerik h5 { margin: 8px 0 0; }
.blog-kart-icerik h5 a { color: #1f2430 !important; font-size: 16.5px; font-weight: 700; line-height: 1.4; text-decoration: none;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.blog-kart-icerik h5 a:hover { color: #1f2430 !important; border-bottom: 2px solid #f5c31f; }
.blog-kart-icerik p { color: #6b7280; font-size: 13px; line-height: 1.7; margin: 8px 0 0;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.blog-kart-devam { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 12px;
    color: #b08d00 !important; font-size: 12.5px; font-weight: 700; text-decoration: none; }
.blog-kart-devam:hover { color: #1f2430 !important; }
.blog-kart-devam i { font-size: 11px; transition: transform .18s ease; }
.blog-kart-devam:hover i { transform: translateX(4px); }

.blog-sayfalama { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 22px; }
.blog-sayfa-btn { min-width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
    padding: 0 14px; border: 1px solid #e5e7eb; border-radius: 10px; background: #fff;
    color: #374151 !important; font-size: 13.5px; font-weight: 700; text-decoration: none; transition: all .15s ease; }
.blog-sayfa-btn:hover { border-color: #f5c31f; color: #1f2430 !important; }
.blog-sayfa-btn.aktif { background: #1f2430; color: #fff !important; border-color: #1f2430; }

.blog-arama { display: flex; align-items: center; background: #fff; border: 1px solid #e5e7eb;
    border-radius: 999px; height: 46px; padding: 0 6px 0 18px; box-shadow: 0 3px 12px rgba(23,28,38,.06);
    transition: all .15s ease; }
.blog-arama:focus-within { border-color: #f5c31f; box-shadow: 0 0 0 4px rgba(245,195,31,.15); }
.blog-arama input { flex: 1; min-width: 0; border: 0; outline: none; background: transparent;
    height: 100%; font-size: 13.5px; }
.blog-arama input::placeholder { color: #b9bfc9; }
.blog-arama button { width: 36px; height: 36px; border: 0; border-radius: 50%; background: #1f2430;
    color: #fff; font-size: 13px; cursor: pointer; transition: all .15s ease; }
.blog-arama button:hover { background: #f5c31f; color: #1f2430; }

.blog-sidebar-category, .blog-sidebar .recent-articles, .blog-sidebar .popular-tags {
    background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 20px;
    box-shadow: 0 6px 20px rgba(23,28,38,.05); }
.blog-sidebar .recent-articles, .blog-sidebar .popular-tags { margin-top: 24px !important; }
.blog-sidebar h5.h5 { font-size: 16px !important; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.blog-sidebar h5.h5::before { content: ""; width: 5px; height: 18px; border-radius: 4px; background: #f5c31f; }
.sidebar-category-item a { color: #4b5563 !important; font-size: 14px !important; text-decoration: none; }
.sidebar-category-item a:hover { color: #1f2430 !important; border-bottom: 2px solid #f5c31f; }
.recent-article-item img { border-radius: 10px; }
.recent-article-title { font-size: 13.5px !important; }
.popular-tags .d-flex { gap: 8px; }
.blog-etiket { display: inline-flex; align-items: center; background: #f5f6f8; border: 1px solid #e5e7eb;
    border-radius: 16px; padding: 5px 14px; font-size: 12.5px !important; line-height: 1.4;
    color: #4b5563 !important; text-decoration: none; white-space: nowrap; transition: all .15s ease; }
.blog-etiket:hover { background: #fdf3d0; border-color: #f2d574; color: #1f2430 !important; }

.blog-detay-baslik { font-size: 36px !important; max-width: 900px; margin: 0 auto !important; }
.blog-detay-meta { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; margin-top: 14px;
    color: rgba(255,255,255,.82); font-size: 13.5px; }
.blog-detay-meta i { color: #f5c31f; margin-right: 6px; }
.blog-detay-kategori { background: rgba(245,195,31,.16); border: 1px solid rgba(245,195,31,.45);
    color: #f5c31f !important; border-radius: 16px; padding: 3px 13px; font-size: 12.5px; font-weight: 700;
    text-decoration: none; }
.blog-detay-kategori:hover { background: rgba(245,195,31,.3); }

.blog-detay-kapak { position: relative; aspect-ratio: 16/8; background: #f1f3f7; border: 1px solid #e5e7eb;
    border-radius: 16px; overflow: hidden; box-shadow: 0 6px 20px rgba(23,28,38,.05); margin-bottom: 18px; }
.blog-detay-kapak img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.blog-detay-icerik { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 26px 28px;
    box-shadow: 0 6px 20px rgba(23,28,38,.05); color: #374151; font-size: 15px; line-height: 1.9; }
.blog-detay-icerik p, .blog-detay-icerik li { font-size: 15px !important; line-height: 1.9; color: #374151; }
.blog-detay-icerik h1, .blog-detay-icerik h2, .blog-detay-icerik h3, .blog-detay-icerik h4 {
    font-size: 20px !important; font-weight: 800; color: #1f2430; margin: 22px 0 10px; }
.blog-detay-icerik img { max-width: 100%; height: auto; border-radius: 12px; }
.blog-detay-icerik a { color: #b08d00 !important; }

.blog-detay-etiketler { margin-top: 20px; background: #fff; border: 1px solid #e5e7eb; border-radius: 16px;
    padding: 18px 20px; box-shadow: 0 6px 20px rgba(23,28,38,.05); }
.blog-detay-etiketler h5, .blog-ilgili-baslik { font-size: 16px !important; font-weight: 800; color: #1f2430;
    margin: 0 0 14px; display: flex; align-items: center; gap: 10px; }
.blog-detay-etiketler h5::before, .blog-ilgili-baslik::before { content: ""; width: 5px; height: 18px;
    border-radius: 4px; background: #f5c31f; }
.blog-detay-etiketler .d-flex { gap: 8px; }

@media (max-width: 991px) {
    .blog-archieve-body, .blog-detail-content { padding-right: calc(var(--bs-gutter-x, 1.5rem) * .5) !important; }
    .blog-sidebar { padding-left: calc(var(--bs-gutter-x, 1.5rem) * .5) !important; }
}

@media (max-width: 767px) {
    .ekip-band .inner-page-banner-wrapper h1 { font-size: 28px; }
    .blog-icerik { padding-top: 24px; }
    .blog-kart-icerik h5 a { font-size: 18px; }
    .blog-detay-baslik { font-size: 19px !important; line-height: 1.45 !important; }
    .blog-detay-meta { gap: 10px; font-size: 12px; margin-top: 10px; }
    .blog-detay-kategori { font-size: 11.5px; padding: 2px 10px; }
    .blog-bant-alt { font-size: 13px !important; margin-top: 8px; }
    .blog-detay-kapak { aspect-ratio: 16/9; margin-bottom: 14px; }
    .blog-detay-icerik { padding: 16px; font-size: 14px; }
    .blog-detay-icerik p, .blog-detay-icerik li { font-size: 14px !important; line-height: 1.8; }
    .blog-detay-icerik h1, .blog-detay-icerik h2, .blog-detay-icerik h3, .blog-detay-icerik h4 { font-size: 17px !important; }
}
