/* ---- SECURITY BADGE ---- */
.security-badge {
    text-align: center;
    padding: 15px 0 5px;
    margin-top: 10px;
}
.security-badge .d-flex {
    justify-content: center;
}
.security-text {
    display: block;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.7);
    font-weight: 600;
}
.security-links {
    display: block;
    font-size: 0.68rem;
}
.security-links a {
    color: rgba(255,255,255,0.45);
    text-decoration: none;
}
.security-links a:hover {
    color: var(--dp-accent);
}

/* Hide default reCAPTCHA badge (we have our own) */
.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    position: fixed !important;
    bottom: -100px !important;
}
