/* Produktside — Send tilbud på e-post (A-2026-08-24-011) */

a.product-email-quote {
    display: block;
    width: 100%;
    min-height: 44px;
    margin-top: 8px;
    visibility: hidden;
    padding: 10px 12px;
    background: #fff;
    color: #17121f;
    border: 2px solid #766a52;
    border-radius: 0;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
}

a.product-email-quote:hover,
a.product-email-quote:focus {
    background: #f7f4ee;
    color: #17121f;
    text-decoration: none;
}

#EmailProductQuoteModal .modal-footer .btn {
    min-height: 44px;
}
