/* ==========================================================
   Sii Product Notify — style frontendu
   ========================================================== */

/* Ukrywa elementy z x-cloak zanim Alpine zainicjalizuje stronę */
[x-cloak] {
    display: none !important;
}

/* Przycisk submit — disabled state */
.ksp-c-notify-if-available__submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* --- Komunikat wyniku (success / error) --- */

.sii-notify-message {
    margin-top: 12px;
    padding: 8px 12px;
    border-radius: 3px;
    font-size: 13px;
}

.sii-notify-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.sii-notify-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
