.bbo-badge-container {
    position: relative !important;
    display: inline-block !important;
    overflow: visible !important;
    z-index: 1050 !important;
}
.bbo-badge-container img:not(.bbo-badge-overlay) {
    display: block;
    border-radius: 50%;
    max-width: 100%;
    height: auto;
    z-index: 1 !important;
    position: relative;
}
.bbo-badge-icon {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1100 !important;
    border-radius: 50%;
    background: rgba(0,0,0,0.35);
    pointer-events: none;
    font-size: 1.6em;
    color: #18a058;
    gap: 2px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.bbo-badge-icon .fa-check-circle { color: #18a058; }
.bbo-badge-icon .fa-times-circle { color: #e33; }
.bbo-badge-pound {
    color: #f2b100;
    font-size: 1em;
    margin-left: 1px;
}
@media (max-width: 600px) {
    .bbo-badge-icon {
        width: 24px;
        height: 24px;
        top: -7px;
        right: -7px;
        font-size: 1em;
    }
    .bbo-badge-pound {
        font-size: 0.85em;
    }
}
/* Fix for parent containers */
.profile-header,
.profile-header .bp-widget,
.profile-header .wp-profile,
.profile-header .wp-profile-fields {
    overflow: visible !important;
    position: relative !important;
    z-index: 100 !important;
}