.frost-glass-handshake__rule-wide {
    width: 4rem;
}

.frost-glass-handshake__rule-short {
    width: 3rem;
}

.frost-glass-handshake__icon-ring {
    width: 2rem;
    height: 2rem;
}

.frost-glass-handshake__icon-bead {
    width: 0.75rem;
    height: 0.75rem;
}

.frost-glass-handshake__glow-blob {
    filter: blur(64px);
}

.contact-us-flex__min {
    min-width: 0;
}

.contact-us-media__cover {
    object-fit: cover;
}

@keyframes contact-us-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
[data-frost-glass-shell][data-container-success="true"] {
    animation: contact-us-pulse 1.5s ease-in-out infinite;
}

