/* Bloc restock — fiche produit WooCommerce */

.klb-restock-bloc {
    margin: 1.25rem 0 1.5rem;
    padding: 1rem 1.25rem;
    background: #6EC1E4;
    border: 1px solid #5FB5DD;
    border-radius: 4px;
    max-width: 420px;
}

.klb-restock-texte {
    margin: 0 0 0.75rem !important;
    color: #1a3a4a;
    font-size: 0.95rem;
    line-height: 1.5;
}

a.button.klb-restock-btn,
a.button.klb-restock-btn:hover,
a.button.klb-restock-btn:focus {
    display: inline-block;
    background: #FCC72F !important;
    color: #1a3a4a !important;
    border: none !important;
    padding: 12px 20px !important;
    font-size: 0.9rem;
    text-decoration: none !important;
    cursor: pointer;
}
