/* Hide the notification bubble by default */
.jet-dropbar__button .count-type-end-item {
    display: none;
}

/* Show and style the bubble when it has the class 'show-bubble' */
.jet-dropbar__button .count-type-end-item.show-bubble {
    position: absolute;
    top: 0.3em;
    background-color: var(--items-indicator-background-color, #d9534f);
    color: var(--items-indicator-text-color, #fff);
    font-size: 10px;
    border-radius: 50%;
    min-width: 1.6em;
    height: 1.6em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5em;
    inset-inline-end: 1.7em;
    text-align: center;
    z-index: 10;
}

/* Prevent color and background-color changes on hover and focus for the notification bell button */
.jet-dropbar__button:hover,
.jet-dropbar__button:focus {
    color: initial;
    background-color: initial;
}

/* Override padding for the specific Elementor elements 
.elementor-element-62b1cb3,
.elementor-element-fac067d {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

*/
