html,
body {
    height: 100%;
}

#app {
    min-height: 100vh;
}

.site-index .hero-card {
    border-radius: 18px;
}

.site-index .feature-card {
    height: 100%;
    border-radius: 16px;
}

.site-index .features-row {
    gap: 24px;
}

@media (min-width: 960px) {
    .site-index .features-row {
        flex-wrap: nowrap;
    }

    .site-index .feature-column {
        flex: 1 1 0 !important;
        max-width: none !important;
    }
}

.site-contact .captcha-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.site-contact .captcha-row .captcha-image img {
    max-width: 140px;
    border-radius: 12px;
}

.site-contact .captcha-row .captcha-input input {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.22);
}

.site-login .demo-note {
    color: rgba(0, 0, 0, 0.6);
}

.site-login .demo-note code {
    background: rgba(0, 0, 0, 0.06);
    padding: 4px 8px;
    border-radius: 8px;
}

.v-form-errors {
    color: #b00020;
    font-size: 0.875rem;
    margin-top: 4px;
}
