.ootb-preorder-notify {
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.ootb-preorder-notify__title {
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 0 8px;
}

.ootb-preorder-notify__desc {
    color: #555;
    margin: 0 0 16px;
    font-size: 0.95em;
}

.ootb-preorder-notify__field {
    margin-bottom: 12px;
}

.ootb-preorder-notify__field label {
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 0.9em;
}

.ootb-preorder-notify__field input[type="email"] {
    width: 100%;
    max-width: 400px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 1em;
}

.ootb-preorder-notify__consent {
    margin-bottom: 16px;
}

.ootb-preorder-notify__consent-label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 0.85em;
    color: #444;
    cursor: pointer;
    line-height: 1.4;
}

.ootb-preorder-notify__consent-label input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0;
}

.ootb-preorder-notify__message {
    margin-bottom: 12px;
    font-size: 0.9em;
    min-height: 20px;
}

.ootb-preorder-notify__message.is-success {
    color: #2e7d32;
}

.ootb-preorder-notify__message.is-error {
    color: #c62828;
}

.ootb-preorder-notify__btn {
    min-width: 140px;
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.ootb-preorder-notify__btn:hover,
.ootb-preorder-notify__btn:focus {
    background-color: #333 !important;
    border-color: #333 !important;
    color: #fff !important;
}

.ootb-preorder-notify__btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
