.ooo-signup {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    margin: 1.25rem 0;
    padding: 1rem;
}

.ooo-signup__title {
    font-size: 1.125rem;
    line-height: 1.3;
    margin: 0 0 0.75rem;
}

.ooo-signup__label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.375rem;
}

.ooo-signup__row {
    display: flex;
    gap: 0.5rem;
}

.ooo-signup__input {
    flex: 1 1 auto;
    min-width: 0;
}

.ooo-signup__button {
    flex: 0 0 auto;
    white-space: nowrap;
}

.ooo-signup__button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.ooo-signup__captcha {
    margin-top: 0.75rem;
    min-height: 65px;
}

.ooo-signup__captcha .cf-turnstile {
    min-height: 65px;
}

.ooo-signup__message {
    margin: 0.625rem 0 0;
}

.ooo-signup__message[data-type="success"] {
    color: #126b38;
}

.ooo-signup__message[data-type="error"] {
    color: #9f1d1d;
}

.ooo-signup__website {
    display: none !important;
}

@media (max-width: 480px) {
    .ooo-signup__row {
        align-items: stretch;
        flex-direction: column;
    }
}
