/* Autocheck — back-in-stock notify button & modal.
   Deliberately minimal: the button and modal reuse the theme's existing
   Bootstrap 5 button/modal classes, so this file only covers the bits
   Bootstrap doesn't already style. */

.autocheck-notify-btn {
    display: inline-flex;
    align-items: center;
}

.autocheck-msg {
    font-size: 0.9rem;
    min-height: 1.2em;
}

.autocheck-msg.text-success {
    color: var(--bs-success, #198754);
}

.autocheck-msg.text-danger {
    color: var(--bs-danger, #dc3545);
}
