/**
 * Public-facing styles for StockGenius
 *
 * Table of Contents:
 * 1. Scarcity Notice
 * 2. Stock Widget
 * 3. Stock Status Indicators
 * 4. Restock Notification Form
 */

.stockgenius-scarcity-notice {
    color: #d63638;
    font-weight: bold;
    display: block;
    margin-top: 4px;
}

.stockgenius-stock-widget {
    margin: 15px 0;
    padding: 12px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.stockgenius-stock-status {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.stockgenius-stock-status-low {
    color: #f59e0b;
}

.stockgenius-stock-status-out {
    color: #dc2626;
}

.stockgenius-restock-form {
    margin-top: 10px;
}

.stockgenius-restock-form input[type="email"] {
    width: 100%;
    margin-bottom: 8px;
}
