/* Badge Widget */
.gdr-qb-badge-wrapper {
    display: inline-block;
    position: relative;
}

.gdr-qb-badge-link {
    display: inline-flex;
    /* Fix for icon centering */
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
}

.gdr-qb-count-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #e74c3c;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    line-height: normal;
    /* clear line-height issues */
    z-index: 2;
}

.gdr-qb-count-badge.is-dot {
    width: 8px;
    /* Default size, overridden by elementor */
    height: 8px;
    font-size: 0;
    padding: 0;
}