.cib-caaba278-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    line-height: 1;
    box-sizing: border-box;
}

.cib-caaba278-btn:hover {
    text-decoration: none;
}

.cib-caaba278-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cib-caaba278-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.cib-caaba278-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    padding: 0 4px;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 1;
}

.cib-caaba278-badge--hidden {
    display: none;
}

.cib-caaba278-label {
    line-height: 1;
}
