.tax-icon-list-2af369a6 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px; /* Default gap, can be overridden by controls */
}

.tax-icon-list-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tax-icon-list-item .tax-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* Default sizing, usually controlled by Elementor widget controls */
    width: 30px; 
    height: 30px;
    overflow: hidden; /* Ensure nothing spills out */
}

.tax-icon-list-item .tax-icon-wrapper img,
.tax-icon-list-item .tax-icon-wrapper svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Crucial for filling the box without white space */
}

.tax-icon-list-item .tax-term-name {
    font-weight: 500;
}