.comp-widget-container-e4f27167 {
    display: inline-block;
    vertical-align: middle;
}

.comp-icon-wrap-e4f27167 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.comp-icon-inner-e4f27167 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comp-icon-wrap-e4f27167 svg {
    display: inline-block;
    transition: fill 0.3s ease;
}

.comp-badge-e4f27167 {
    position: absolute;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.comp-icon-wrap-e4f27167.comp-hide-empty-e4f27167 .comp-badge-e4f27167[data-count="0"] {
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
}
