.elementor-widget-ec-tag-cloud .ec-tag-cloud {
    margin: 0;
    padding: 0;

    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;

}

.elementor-widget-ec-tag-cloud .ec-tag-cloud .ec-tag-cloud-item {
    list-style: none;
    display: inline-block;
}

.elementor-widget-ec-tag-cloud .ec-tag-cloud .ec-tag-cloud-item a {
    display: block;
    padding: .85rem 1rem .75rem 1rem;
    border-radius: 6px;
    color: white;
    line-height: 1;
    background-color: var(--e-global-color-primary);
    font-weight: bold;
}

.elementor-widget-ec-tag-cloud .ec-tag-cloud .ec-tag-cloud-item a:hover {
    background-color: black;
}