/**
 * signup.css — Signup page scoped styles
 *
 * Minimal overrides for the registration form. Base styling
 * comes from global.css and components.css; this file only
 * adds signup-specific spacing and layout tweaks.
 *
 * Used on: /signup route
 * Dependencies: global.css, components.css
 */

/* Error summary list inside the alert block */
.signup-error-list {
    padding-left: 1.25rem;
    list-style: disc;
}

.signup-error-list li {
    margin-bottom: 0.15rem;
}

/* Spacing for the terms checkbox row */
.signup-terms {
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}

/* Submit button extra breathing room */
.signup-submit {
    margin-top: 0.5rem;
}
