.spaceship-wholesale {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    min-height: 60vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.spaceship-wholesale__title {
    text-align: center;
}

.spaceship-wholesale__form {
    max-width: 400px;
    margin: 2em auto;
    text-align: center;
}

.spaceship-wholesale__form h2 {
    text-align: center;
}

.spaceship-wholesale__form label {
    display: block;
    margin-bottom: 0.5em;
}

.spaceship-wholesale__form input[type="text"] {
    width: 100%;
    padding: 0.5em;
    margin-bottom: 1em;
    box-sizing: border-box;
}

.spaceship-wholesale__form input[type="submit"] {
    padding: 0.5em 2em;
    cursor: pointer;
}

/* Welcome bar after valid code entry */
.spaceship-wholesale__welcome {
    text-align: center;
    margin-bottom: 1.5em;
    color: var(--accentPrimary, #00f0b5);
    font-family: "Satoshi", sans-serif;
    font-size: 0.95rem;
}

.spaceship-wholesale__switch {
    color: var(--nectar-gc-N4DSDsB94F, #b8b2a6);
    font-size: 0.85rem;
    text-decoration: underline;
    margin-left: 0.5em;
}

.spaceship-wholesale__switch:hover {
    color: var(--accentLight, #b366ff);
}

/* Error message */
.spaceship-wholesale__error {
    text-align: center;
    color: var(--accentDark, #ff6b35);
    margin-bottom: 1em;
}

/* Widen the container when the form is showing */
.spaceship-wholesale:has(.gform_wrapper) {
    max-width: 800px;
}
