.calendly-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0.375rem;
    padding: 1rem 1.75rem;
    border: 1px solid #2c58dd;
    border-radius: 0.5rem;
    background: #fff;
    color: #082652;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    transition: background-color 150ms, color 150ms;
}
.calendly-cta:hover { background: #ebf7fd; color: #2c58dd; }
.calendly-cta:focus-visible { outline: 3px solid #2c58dd; outline-offset: 3px; }
.flex:has(> .calendly-cta) { flex-wrap: wrap; }
@media (max-width: 639px) {
    .calendly-cta { width: 100%; margin: 0.375rem 0; }
}
