/* Extracted from Views/Blog/Detay.cshtml. */
    /* Breadcrumb */
    .breadcrumb-container {
        margin-top: .5rem;
    }

    .app-breadcrumb {
        padding: .75rem 1rem;
        background: var(--card);
        color: var(--text);
        border: 1px solid var(--border);
        border-radius: 12px;
        box-shadow: var(--shadow-sm);
        margin: 0;
    }

        .app-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            color: var(--text-muted);
        }

    .breadcrumb-item.active {
        color: var(--text-muted);
    }

    .kategori-kutu-link {
        text-decoration: none;
        color: inherit;
    }
