.border-glows.absolute {
    position: absolute;
}
.bottom-4 {
    bottom: 1rem;
}
.left-4 {
    left: 1rem;
}
.border-glows.rounded-full::before {
    border-radius: 50%;
}
.idx-badge {
    background: #FBB900;
    width: 70px;
    height: 70px;
    --glow-width: 7px !important;
}

h3.text-4xl {
    font-size: var(--text-4xl);
}
h2.text-3xl {
    font-size: var(--text-3xl);
}
.w-100 {
    width: 100px;
}
.h-100 {
    height: 100px;
}

.form-yellow-badge {
    border: 8px solid #FBF0D4;
    --border-glow-width: 8px !important;
    position: relative;
    bottom: -50px;
}
.form-yellow-badge-inner {
    background: #FBB900;
    width: 150px;
    height: 150px;
}

@media screen and (max-width: 480px) {
    .form-yellow-badge {
        bottom: 0;
    }
}