/* Blog single post layout */

:root {
    --burak-theme-color: #e12e2e;
    --burak-theme-border: #d5d7da;
}

.burak-single-wrap {
    padding: 24px 0 48px;
    background: #f4f5f7;
}

.burak-single-row {
    --bs-gutter-x: 24px;
    align-items: flex-start;
}

.burak-single {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
    padding: 24px 28px 28px;
}

.burak-single-wrap--full {
    padding-top: 24px;
}

.burak-single--full {
    max-width: none;
}

.burak-blog-grid--full {
    padding: 20px 22px 8px;
}

/* Breadcrumb */
.burak-breadcrumb {
    margin-bottom: 18px;
}

.burak-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #6b7280;
}

.burak-breadcrumb li + li::before {
    content: "/";
    margin-right: 8px;
    color: #cbd5e1;
}

.burak-breadcrumb a {
    color: #374151;
    text-decoration: none;
}

.burak-breadcrumb a:hover {
    color: var(--burak-theme-color);
}

.burak-breadcrumb-tags {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.burak-breadcrumb-tags::before {
    content: "/";
    margin-right: 0;
    color: #cbd5e1;
}

/* Trending inline (main column) */
.burak-trending-inline {
    padding: 16px 18px;
    margin-bottom: 20px;
    background: #fafafa;
    border-left: 3px solid var(--burak-theme-color);
}

.burak-trending-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--burak-theme-color);
    margin-bottom: 8px;
}

.burak-trending-label i {
    margin-right: 4px;
}

.burak-trend-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    margin-right: 8px;
    background: var(--burak-theme-color);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 3px;
    vertical-align: middle;
}

.burak-trend-badge--sm {
    font-size: 10px;
    padding: 3px 8px;
    margin-right: 0;
}

.burak-trending-inline-title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.burak-trending-inline-title a {
    color: #111;
    text-decoration: none;
}

.burak-trending-inline-title a:hover {
    color: var(--burak-theme-color);
}

.burak-trending-inline-meta {
    margin: 0;
    font-size: 12px;
    color: #6b7280;
}

/* Title block */
.burak-single-head {
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--burak-theme-border);
}

.burak-single-title {
    margin: 0 0 12px;
    font-size: clamp(1.6rem, 2.8vw, 2.1rem);
    font-weight: 800;
    line-height: 1.25;
    color: #111;
}

.burak-single-meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 12px;
}

.burak-single-meta-line span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.burak-single-meta-line i {
    color: var(--burak-theme-color);
}

.burak-single-thumb {
    margin: 0 0 22px;
    overflow: hidden;
}

.burak-single-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

/* Body */
.burak-single-body {
    padding: 0;
}

.burak-single-excerpt {
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eef1f4;
}

.burak-single-content {
    font-size: 1rem;
    line-height: 1.85;
    color: #222;
}

.burak-single-content h2 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #111;
    margin: 2rem 0 1rem;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--burak-theme-color);
}

.burak-single-content h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #111;
    margin: 1.5rem 0 0.75rem;
}

.burak-single-content img {
    max-width: 100%;
    height: auto;
}

.burak-ad-slot {
    margin: 24px 0;
}

/* Like button */
.burak-like-bar {
    margin: 20px 0 28px;
    padding: 16px 0;
    border-top: 1px solid var(--burak-theme-border);
    border-bottom: 1px solid var(--burak-theme-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.like-button-wrapper {
    display: inline-block;
}

/* Sosyal medya paylaşım alanı */
.burak-share {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.burak-share-label {
    font-size: 13px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.burak-share-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.burak-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #f3f4f6;
    color: #374151;
    font-size: 1.05rem;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.burak-share-btn:hover {
    transform: translateY(-2px);
    color: #fff;
}

.burak-share-btn--fb:hover { background: #1877f2; }
.burak-share-btn--x:hover { background: #000; }
.burak-share-btn--wa:hover { background: #25d366; }
.burak-share-btn--tg:hover { background: #0088cc; }
.burak-share-btn--ln:hover { background: #0a66c2; }
.burak-share-btn--copy:hover { background: var(--burak-theme-color); }
.burak-share-btn--copy.is-copied { background: #16a34a; color: #fff; }

.btn-like {
    background: #fff;
    border: 2px solid #e0e0e0;
    color: #222;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-like .heart-icon {
    font-size: 1.4rem;
    color: #ccc;
    transition: all 0.3s ease;
}

.btn-like:hover {
    border-color: #ff6b6b;
    transform: scale(1.03) translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

.btn-like.liked {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff5252 100%);
    border-color: #ff6b6b;
    color: #fff;
}

.btn-like.liked .heart-icon {
    color: #fff;
}

.btn-like.loading {
    opacity: 0.7;
    pointer-events: none;
}

.toast-notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transform: translateX(400px);
    transition: transform 0.3s ease;
    z-index: 9999;
}

.toast-notification.show { transform: translateX(0); }
.toast-notification.toast-error { background: #ff5252; color: #fff; }

/* Comments — Blog style */
.burak-comments-trigger {
    margin: 0 0 24px;
    padding: 0;
}

.burak-comments-trigger-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    background: linear-gradient(135deg, #fafbfc 0%, #f4f6f8 100%);
    border: 1px solid var(--burak-theme-border);
    border-left: 4px solid var(--burak-theme-color);
    border-radius: 6px;
}

.burak-comments-trigger-copy {
    flex: 1;
    min-width: 0;
}

.burak-comments-trigger-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--burak-theme-color);
    margin-bottom: 4px;
}

.burak-comments-trigger-eyebrow i {
    font-size: 13px;
}

.burak-comments-trigger-title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    color: #374151;
}

.burak-comments-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    padding: 11px 18px;
    border: 2px solid var(--burak-theme-color);
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(225, 46, 46, 0.12);
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease,
        transform 0.2s ease, box-shadow 0.25s ease;
}

.burak-comments-toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(225, 46, 46, 0.1);
    color: var(--burak-theme-color);
    font-size: 14px;
    transition: background 0.25s ease, color 0.25s ease;
}

.burak-comments-toggle-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    padding: 0 8px;
    border-radius: 999px;
    background: var(--burak-theme-color);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.burak-comments-toggle-chevron {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #9ca3af;
    transition: transform 0.25s ease, color 0.25s ease;
}

.burak-comments-toggle:hover {
    background: var(--burak-theme-color);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(225, 46, 46, 0.28);
}

.burak-comments-toggle:hover .burak-comments-toggle-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.burak-comments-toggle:hover .burak-comments-toggle-count {
    background: #fff;
    color: var(--burak-theme-color);
}

.burak-comments-toggle:hover .burak-comments-toggle-chevron {
    color: #fff;
}

.burak-comments-toggle.is-open {
    background: var(--burak-theme-color);
    color: #fff;
}

.burak-comments-toggle.is-open .burak-comments-toggle-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.burak-comments-toggle.is-open .burak-comments-toggle-count {
    background: #fff;
    color: var(--burak-theme-color);
}

.burak-comments-toggle.is-open .burak-comments-toggle-chevron {
    color: #fff;
    transform: rotate(180deg);
}

.burak-comments-toggle:focus-visible {
    outline: 2px solid var(--burak-theme-color);
    outline-offset: 3px;
}

.burak-comments-panel-wrap {
    margin-bottom: 28px;
}

.burak-comments {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--burak-theme-border);
}

.burak-comments-panel {
    margin-top: 18px;
}

.burak-comments-form-wrap {
    padding: 20px;
    background: #fafafa;
    border: 1px solid var(--burak-theme-border);
    margin-bottom: 20px;
}

.burak-comments-form-title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 800;
    color: #111;
}

.burak-comments-note {
    margin: 0 0 16px;
    font-size: 13px;
    color: #6b7280;
}

.burak-comments-alert {
    margin-bottom: 16px;
}

.burak-comment-form .form-label {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}

.burak-comment-form .form-control {
    border-color: #e5e7eb;
    border-radius: 4px;
    font-size: 14px;
}

.burak-comment-form .form-control:focus {
    border-color: var(--burak-theme-color);
    box-shadow: 0 0 0 0.2rem rgba(225, 46, 46, 0.12);
}

.burak-comment-submit {
    display: inline-block;
    padding: 10px 22px;
    background: var(--burak-theme-color);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.burak-comment-submit:hover {
    background: #c01818;
}

.burak-comments-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.burak-comment-item {
    display: flex;
    gap: 14px;
    padding: 16px;
    background: #fff;
    border: 1px solid #eef1f4;
}

.burak-comment-avatar i {
    font-size: 2.2rem;
    color: #9ca3af;
}

.burak-comment-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.burak-comment-head strong {
    color: #111;
}

.burak-comment-head span {
    font-size: 12px;
    color: #6b7280;
}

.burak-comment-body p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #374151;
}

/* Tags */
.burak-tags {
    margin: 24px 0;
}

.burak-tags--inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.burak-tags--inline .burak-tags-title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.burak-tag--sm {
    padding: 4px 10px;
    font-size: 12px;
}

.burak-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.burak-tag {
    display: inline-block;
    padding: 6px 14px;
    background: #f3f4f6;
    color: #374151;
    font-size: 13px;
    text-decoration: none;
    border-radius: 3px;
    transition: background 0.2s, color 0.2s;
}

.burak-tag:hover {
    background: var(--burak-theme-color);
    color: #fff;
}

/* Post components — Sonrakine Bak + İlgili Makaleler */
.post-components {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
    overflow: hidden;
}

.read-next-block {
    padding: 24px 28px 20px;
    border-bottom: 1px solid var(--burak-theme-border);
}

.read-next-block-title {
    margin: 0 0 18px;
    font-size: 1.35rem;
    font-weight: 800;
    color: #111;
    position: relative;
    padding-bottom: 10px;
}

.read-next-block-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    background: var(--burak-theme-color);
}

.read-next-slider {
    margin: 0 -28px;
}

.read-next-main {
    height: 420px;
    overflow: hidden;
}

.read-next-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #111;
}

.read-next-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.72) 100%);
    pointer-events: none;
}

.read-next-slide-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.read-next-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px 32px;
    color: #fff;
}

.read-next-cat {
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 10px;
    padding: 4px 10px;
    background: var(--burak-theme-color);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
}

.read-next-cat:hover {
    color: #fff;
    opacity: 0.92;
}

.read-next-slide-meta,
.read-next-nav-meta,
.related-item .post-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 8px;
}

.read-next-trend {
    color: #fbbf24;
    font-size: 14px;
    line-height: 1;
}

.read-next-slide-title {
    margin: 0;
    max-width: 820px;
    font-size: clamp(1.25rem, 2.4vw, 1.85rem);
    font-weight: 800;
    line-height: 1.25;
}

.read-next-slide-title a {
    color: #fff;
    text-decoration: none;
}

.read-next-slide-title a:hover {
    color: #fff;
    opacity: 0.92;
}

.read-next-nav {
    padding: 14px 28px 0;
    background: #111;
}

.read-next-nav-slide {
    height: auto;
    cursor: pointer;
    opacity: 0.55;
    transition: opacity 0.25s;
}

.read-next-nav-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.read-next-nav-inner {
    padding: 14px 16px;
    border-top: 3px solid transparent;
    min-height: 92px;
}

.read-next-nav-slide.swiper-slide-thumb-active .read-next-nav-inner {
    border-top-color: var(--burak-theme-color);
}

.read-next-nav-meta {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 6px;
    font-size: 12px;
}

.read-next-nav-title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-posts-block {
    padding: 24px 28px 28px;
}

.related-posts-title {
    margin: 0 0 18px;
    font-size: 1.15rem;
    font-weight: 800;
    color: #111;
    position: relative;
    padding-bottom: 10px;
}

.related-posts-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    background: var(--burak-theme-color);
}

.related-posts-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px 18px;
}

.related-item {
    min-width: 0;
}

.related-item .post-thumb {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    background: #eef1f4;
}

.related-item .post-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 390 / 220;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.related-item:hover .post-thumb img {
    transform: scale(1.04);
}

.related-item .post-title {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.related-item .post-title a {
    color: #111;
    text-decoration: none;
}

.related-item .post-title a:hover {
    color: var(--burak-theme-color);
}

.related-item .post-meta {
    color: #6b7280;
    margin-bottom: 0;
    font-size: 12px;
}

.related-item.is-trending .post-meta .read-next-trend {
    color: var(--burak-theme-color);
}

/* FAQ in blog style */
.burak-faq {
    margin: 28px 0;
}

.burak-section-title {
    position: relative;
    margin: 0 0 16px;
    padding: 0 0 12px;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111;
    border-bottom: 1px solid var(--burak-theme-border);
}

.burak-section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50px;
    height: 2px;
    background: var(--burak-theme-color);
}

.burak-faq .accordion-item {
    border: 1px solid var(--burak-theme-border);
    border-radius: 0;
    margin-bottom: 8px;
}

.burak-faq .accordion-button {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    background: #fafafa;
    box-shadow: none;
}

.burak-faq .accordion-button:not(.collapsed) {
    color: var(--burak-theme-color);
    background: #fef2f2;
}

/* Sidebar */
.burak-single-sidebar {
    min-width: 0;
}

.burak-single-sidebar .home-widget {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    margin-bottom: 18px;
    overflow: hidden;
}

/* Legacy category cards (kept for backward compatibility) */
.burak-cat-cards-grid {
    padding: 0 16px 16px;
    display: grid;
    gap: 12px;
}

.burak-cat-card {
    padding: 14px 16px;
    background: #fafafa;
    border: 1px solid #eef1f4;
}

.burak-cat-card h5 {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 700;
    color: #111;
}

.burak-cat-card-count {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 10px;
}

.burak-cat-card a {
    display: inline-block;
    padding: 6px 14px;
    background: var(--burak-theme-color);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 3px;
}

.burak-cat-card a:hover {
    color: #fff;
    opacity: 0.9;
}

.burak-trending-widget {
    padding: 18px 20px;
}

.burak-trending-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--burak-theme-color);
    margin-bottom: 8px;
}

.burak-trending-widget h4 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.burak-trending-widget h4 a {
    color: #111;
    text-decoration: none;
}

.burak-trending-widget h4 a:hover {
    color: var(--burak-theme-color);
}

.burak-trending-meta {
    font-size: 12px;
    color: #6b7280;
}

/* Social follow sidebar */
.burak-social-follow {
    padding: 20px;
    text-align: center;
}

.burak-social-follow h4 {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 800;
    color: #111;
}

.burak-social-follow-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.burak-social-follow-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: transform 0.2s, opacity 0.2s;
}

.burak-social-follow-grid a:hover {
    transform: translateY(-2px);
    color: #fff;
    opacity: 0.9;
}

.burak-social-follow-grid .soc-fb { background: #1877f2; }
.burak-social-follow-grid .soc-tw { background: #000; }
.burak-social-follow-grid .soc-ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.burak-social-follow-grid .soc-yt { background: #ff0000; }
.burak-social-follow-grid .soc-ln { background: #0a66c2; }
.burak-social-follow-grid .soc-wa { background: #25d366; }
.burak-social-follow-grid .soc-tg { background: #0088cc; }

/* Code blocks in content */
.burak-single-content .code-snippet {
    margin: 1.25rem 0;
}

.burak-single-content .code-snippet-wrap {
    position: relative;
    border: 1px solid #d0d7de;
    border-radius: 6px;
    background: #f6f8fa;
    overflow: hidden;
}

.burak-single-content .code-snippet-copy {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    width: 32px;
    height: 32px;
    border: 1px solid #d0d7de;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 6px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s;
}

.burak-single-content .code-snippet-wrap:hover .code-snippet-copy {
    opacity: 1;
}

.burak-single-content .code-snippet-pre {
    margin: 0;
    padding: 1rem 2.75rem 1rem 1rem;
    overflow-x: auto;
}

.burak-single-content .code-snippet-pre code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.875rem;
    white-space: pre-wrap;
}

/* Sidebar — reuse homepage widget styles */
.burak-single-sidebar .home-widget {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    margin-bottom: 18px;
    overflow: hidden;
}

.burak-single-sidebar .sidebar-widget.home-widget {
    background: #fff;
    padding: 20px;
}

.burak-single-sidebar .sidebar-title {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--burak-theme-border);
    position: relative;
}

.burak-single-sidebar .sidebar-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 50px;
    background: var(--burak-theme-color);
}

.burak-single-sidebar .burak-popular-posts {
    padding: 0 16px 12px;
}

/* Blog listing page */
.burak-blog-card .card-title a {
    color: #111;
    text-decoration: none;
}

.burak-blog-card .card-title a:hover {
    color: var(--burak-theme-color);
}

.burak-blog-filters .badge {
    font-size: 12px;
    padding: 7px 12px;
}

/* Blog archive / category listing */
.burak-blog-wrap {
    padding-top: 20px;
}

.burak-blog-main {
    padding: 0;
    overflow: hidden;
}

.burak-archive-bar {
    padding: 16px 22px;
    border-bottom: 1px solid var(--burak-theme-border);
    background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
}

.burak-breadcrumb--compact {
    margin-bottom: 10px;
}

.burak-breadcrumb--compact ol {
    font-size: 12px;
    gap: 6px;
}

.burak-breadcrumb--compact li + li::before {
    margin-right: 6px;
}

.burak-breadcrumb--compact a {
    color: #6b7280;
}

.burak-breadcrumb--compact a:hover {
    color: var(--burak-theme-color);
}

.burak-breadcrumb--compact [aria-current="page"] {
    color: var(--burak-theme-color);
    font-weight: 700;
}

.burak-archive-bar-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.burak-archive-bar-text {
    min-width: 0;
}

.burak-archive-eyebrow {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--burak-theme-color);
}

.burak-archive-title {
    margin: 0;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-weight: 800;
    line-height: 1.25;
    color: #111;
}

.burak-archive-bar-meta {
    flex-shrink: 0;
    font-size: 13px;
    color: #6b7280;
}

.burak-archive-bar-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #eef1f4;
    border-radius: 999px;
}

.burak-archive-bar-meta i {
    color: var(--burak-theme-color);
}

.burak-blog-grid {
    padding: 22px 22px 8px;
}

.burak-blog-card {
    border: 1px solid #eef1f4;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

.burak-blog-card-image {
    display: block;
    overflow: hidden;
}

.burak-blog-card-image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.burak-blog-card:hover .burak-blog-card-image img {
    transform: scale(1.04);
}

.burak-blog-empty {
    padding: 48px 22px;
    text-align: center;
    color: #6b7280;
}

.burak-blog-empty i {
    display: block;
    font-size: 2rem;
    margin-bottom: 12px;
    color: #cbd5e1;
}

.burak-blog-pagination {
    padding: 8px 22px 24px;
    border-top: 1px solid #eef1f4;
}

.burak-blog-pagination .page-link {
    color: #374151;
    border-color: #eef1f4;
}

.burak-blog-pagination .page-item.active .page-link {
    background: var(--burak-theme-color);
    border-color: var(--burak-theme-color);
}

@media (max-width: 991px) {
    .burak-archive-bar {
        padding: 14px 16px;
    }

    .burak-blog-grid {
        padding: 16px 16px 4px;
    }

    .burak-archive-bar-main {
        align-items: flex-start;
    }
}

@media (max-width: 991px) {
    .burak-single-wrap {
        padding: 16px 0 36px;
    }

    .burak-single {
        padding: 18px 16px 20px;
    }

    .burak-single-meta-line {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .burak-breadcrumb ol {
        flex-wrap: wrap;
    }

    .burak-comments-trigger-inner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        gap: 14px;
    }

    .burak-comments-trigger-copy {
        text-align: center;
    }

    .burak-comments-toggle {
        width: 100%;
        justify-content: center;
    }

    .burak-related-grid,
    .related-posts-list {
        grid-template-columns: 1fr;
    }

    .read-next-main {
        height: 320px;
    }

    .read-next-slide-overlay {
        padding: 20px 18px;
    }

    .read-next-block,
    .related-posts-block {
        padding-left: 16px;
        padding-right: 16px;
    }

    .read-next-slider {
        margin: 0 -16px;
    }

    .read-next-nav {
        padding-left: 16px;
        padding-right: 16px;
    }

    .burak-single-sidebar {
        margin-top: 8px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .related-posts-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .related-posts-list {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .related-posts-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .burak-single-title {
        font-size: 1.45rem;
    }

    .burak-trending-inline {
        padding: 14px;
    }

    .burak-like-bar {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .btn-like {
        width: 100%;
        justify-content: center;
    }

    .burak-share {
        justify-content: center;
    }

    .burak-tags--inline {
        flex-direction: column;
        align-items: flex-start;
    }

    .burak-maybe-card {
        min-height: 160px;
    }

    .burak-comment-item {
        flex-direction: column;
    }

    .burak-blog-filters {
        overflow-x: auto;
        flex-wrap: nowrap !important;
        padding-bottom: 6px;
    }

    .burak-blog-filters .badge {
        white-space: nowrap;
    }
}

/* ===== Kategori arşivi — Teknolog tarzı ===== */
.bk-archive-page {
    background: #eef1f4;
    padding: 28px 0 48px;
}

.bk-archive-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}

.bk-archive-hero {
    text-align: center;
    padding: 8px 0 32px;
}

.bk-archive-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    font-size: 13px;
    color: #6b7280;
}

.bk-archive-breadcrumb li + li::before {
    content: "/";
    margin-right: 8px;
    color: #cbd5e1;
}

.bk-archive-breadcrumb a {
    color: #6b7280;
    text-decoration: none;
}

.bk-archive-breadcrumb a:hover {
    color: var(--burak-theme-color);
}

.bk-archive-breadcrumb [aria-current="page"] {
    color: var(--burak-theme-color);
    font-weight: 700;
}

.bk-archive-parent {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--burak-theme-color);
}

.bk-archive-title {
    margin: 0;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    line-height: 1.15;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.bk-archive-desc {
    max-width: 640px;
    margin: 14px auto 0;
    font-size: 15px;
    line-height: 1.65;
    color: #6b7280;
}

.bk-archive-count {
    margin: 16px 0 0;
    font-size: 13px;
    color: #9ca3af;
}

.bk-archive-count i {
    margin-right: 4px;
    color: var(--burak-theme-color);
}

.bk-archive-grid {
    position: relative;
    width: 100%;
}

.bk-archive-item {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 0.55s ease var(--bk-archive-delay, 0ms),
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) var(--bk-archive-delay, 0ms);
}

.bk-archive-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.bk-archive-card {
    display: block;
    height: 300px;
    text-decoration: none;
    color: inherit;
    border-radius: 2px;
    overflow: hidden;
}

.bk-archive-slide {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #1f2937;
}

.bk-archive-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.45s ease;
}

.bk-archive-card:hover .bk-archive-slide-img {
    transform: scale(1.06);
}

.bk-archive-overlay {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.bk-archive-overlay::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65%;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.bk-archive-card:hover .bk-archive-overlay::after {
    opacity: 0.95;
}

.bk-archive-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 0 20px 18px;
    pointer-events: none;
    transition: bottom 0.3s ease;
}

.bk-archive-date {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}

.bk-archive-item-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.bk-archive-excerpt {
    display: block;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
    transition:
        opacity 0.4s ease-out,
        max-height 0.9s ease-out,
        margin-top 0.4s ease-out;
}

@media (min-width: 992px) {
    .bk-archive-card:hover .bk-archive-excerpt {
        opacity: 1;
        max-height: 100px;
        margin-top: 5px;
    }
}

@media (max-width: 991px) {
    .bk-archive-excerpt {
        opacity: 1;
        max-height: 54px;
        margin-top: 5px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
    }
}

.bk-archive-empty {
    padding: 64px 20px;
    text-align: center;
    color: #6b7280;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
}

.bk-archive-empty i {
    display: block;
    font-size: 2.2rem;
    margin-bottom: 12px;
    color: #cbd5e1;
}

.bk-archive-pagination {
    margin-top: 32px;
    padding-top: 8px;
}

.bk-archive-pagination .page-link {
    color: #374151;
    border-color: #e5e7eb;
}

.bk-archive-pagination .page-item.active .page-link {
    background: var(--burak-theme-color);
    border-color: var(--burak-theme-color);
}

@media (max-width: 991px) {
    .bk-archive-item-title {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .bk-archive-page {
        padding-top: 18px;
    }

    .bk-archive-inner {
        padding: 0 12px;
    }

    .bk-archive-hero {
        padding-bottom: 24px;
    }

    .bk-archive-content {
        padding: 0 16px 16px;
    }

    .bk-archive-item-title {
        font-size: 16px;
    }
}
