.guest-stock-alert {
    margin: 16px 0;
}

.guest-stock-alert__input-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.guest-stock-alert__email {
    flex: 1;
    min-width: 200px;
}

.guest-stock-alert__btn {
    display: inline-block;
    background: #ff6600;
    color: #ffffff;
    padding: 12px 18px;
    border-radius: 6px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.guest-stock-alert__btn:hover {
    background: #e05500;
}

.guest-stock-alert__message {
    margin-top: 8px;
    padding: 8px 12px;
    border-radius: 4px;
}

.guest-stock-alert__message--success {
    background: #d4edda;
    color: #155724;
}

.guest-stock-alert__message--error {
    background: #f8d7da;
    color: #721c24;
}
