﻿/* wwwroot/css/components.css */

.breadcrumb {
    --bs-breadcrumb-divider: ">";
}

.widget {
    background: #fff;
    border-radius: 1rem;
    padding: 1.2rem 1.2rem 1rem;
    margin-bottom: 1.2rem;
    border: 1px solid rgba(0,0,0,.03);
}

.widget-title {
    font-size: .95rem;
    font-weight: 600;
    margin-bottom: .75rem;
}

.tag-cloud a {
    display: inline-block;
    background: #eef2ff;
    color: #111827;
    padding: .35rem .75rem;
    border-radius: 999px;
    font-size: .65rem;
    margin: 0 .35rem .35rem 0;
}

.post-meta {
    font-size: .75rem;
    color: #6b7280;
}

.author-box {
    display: flex;
    gap: 1rem;
    align-items: center;
    background: #fff;
    border-radius: 1rem;
    padding: 1rem 1.2rem;
    margin-top: 1.5rem;
}

    .author-box img {
        width: 56px;
        height: 56px;
        border-radius: 999px;
        object-fit: cover;
    }
