.venuex-auth-shell {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.venuex-reset-form {
    margin-top: 0;
}

.venuex-auth-panel {
    min-width: 0;
}

.venuex-auth-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: var(--venuex-logo-size, 28px);
    margin-bottom: 6px;
}

.venuex-auth-brand h2 {
    margin: 0;
    font-size: var(--venuex-logo-size, 28px);
    line-height: 1;
}

.venuex-auth-brand img {
    max-width: 100%;
    width: auto;
    height: var(--venuex-logo-size, 28px);
    object-fit: contain;
    display: block;
}

.venuex-auth-mode {
    margin: 0 0 8px;
    text-align: center;
}

.venuex-auth-support-card {
    min-height: 100%;
}

/* Login Shortcode Styles */
.venuex-login-shortcode {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
    padding: 2rem 0;
}

.venuex-login-shortcode-box {
    width: 100%;
    max-width: 400px;
}

.venuex-login-shortcode .venuex-auth-panel {
    border: none;
    box-shadow: none;
}

.venuex-login-shortcode .venuex-form input,
.venuex-login-shortcode .venuex-form select,
.venuex-login-shortcode .venuex-form textarea {
    border: none;
    box-shadow: none;
}
