.elementor-pflangl-tag-cloud{
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem 1rem;
}

.elementor-pflangl-tag-cloud li{
    border-radius: 2em;
    background-color: #ffffff;
    padding: 8px 20px;
    font-size: 1rem;
    font-weight: 400;
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.15);
}