.fh-container-53eefc86 {
    display: flex;
    align-items: center;
    width: 100%;
}

.fh-badge-53eefc86 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    box-sizing: border-box;
}

.fh-text-53eefc86 {
    font-size: 14px;
    font-weight: 500;
}

.fh-dot-wrapper-53eefc86 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fh-dot-inner-53eefc86 {
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.fh-dot-outer-53eefc86 {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid transparent;
    opacity: 0.15;
    animation: fh-pulse-53eefc86 infinite ease-in-out;
}

@keyframes fh-pulse-53eefc86 {
    0% {
        transform: scale(0.5);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
