.honeyshade-signup-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.honeyshade-signup-wrapper .hs-form,
.honeyshade-signup-wrapper .hs-thanks {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.honeyshade-signup-field {
    margin-bottom: 1rem;
}

.honeyshade-signup-field label {
    display: block;
    margin-bottom: 0.4rem;
}

.honeyshade-signup-field input[type="email"] {
    width: 100%;
}

.honeyshade-signup-consent {
    margin-bottom: 1rem;
}

.honeyshade-signup-consent label {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}

.honeyshade-signup-consent input[type="checkbox"] {
    margin-top: 0.25rem;
    flex-shrink: 0;
}


/*
 * Honeypot.
 *
 * Do not use display:none because some basic bots
 * deliberately ignore hidden fields.
 */
.honeyshade-signup-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}


.honeyshade-signup-submit:disabled {
    opacity: 0.6;
    cursor: wait;
}


.honeyshade-signup-message {
    margin-top: 0.75rem;
}

.honeyshade-signup-message.is-error {
    color: #b32d2e;
}


.honeyshade-signup-success {
    width: 100%;
}