.eel-post-tags-widget {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;

    .eel-tags-label {
        font-size: 24px;
        font-weight: 600;
    }

    a {
        padding: 8px 14px;
        border-radius: 6px;
        background: #0000000a;
        color: inherit;
        font-size: 16px;
        transition: all 0.3s ease;
        display: inline-block;
        text-decoration: none;
    }

    a:hover {
        color: var(--e-global-color-primary);
    }

    .eel-tags-sep {
        color: #999;
        font-size: 14px;
    }
}
