.sch-theme-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0.35rem 0 0.5rem;
}

.sch-theme-badges--single {
    margin: 0.75rem 0 1rem;
}

.sch-theme-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    border: 1px solid #c7d2fe;
    background: #eef2ff;
    color: #3730a3;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.sch-theme-badge:hover,
.sch-theme-badge:focus-visible {
    background: #e0e7ff;
    border-color: #a5b4fc;
    color: #312e81;
    text-decoration: none;
}

.sch-seo-card-item .sch-theme-badges,
.post-item .sch-theme-badges {
    margin-top: 0.25rem;
    margin-bottom: 0.35rem;
}

.single-post-page .sch-theme-badges--single {
    max-width: 48rem;
}
