/* WC Quote Pro - Frontend */
#wcqp-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
}
#wcqp-wrap table.wcqp-table {
    width: auto !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
    table-layout: auto !important;
}
#wcqp-wrap table.wcqp-table th,
#wcqp-wrap table.wcqp-table td {
    padding: 10px 8px !important;
    border: 1px solid #ddd !important;
    text-align: left !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
}
#wcqp-wrap table.wcqp-table td:nth-child(2) {
    white-space: normal !important;
    min-width: 120px !important;
    max-width: 260px !important;
}
#wcqp-wrap table.wcqp-table thead th {
    background: #f5f5f5 !important;
    font-weight: 600 !important;
}
#wcqp-wrap table.wcqp-table td:nth-child(1) img {
    width: 130px !important;
    height: 130px !important;
    object-fit: cover !important;
    display: block !important;
}
.wcqp-remove {
    background: none !important;
    border: none !important;
    color: #cc0000 !important;
    font-size: 1.4em !important;
    cursor: pointer !important;
    padding: 0 !important;
}
.wcqp-btn-wrap {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: center !important;
}
.wcqp-remove-page {
    background: #fff !important;
    color: #cc0000 !important;
    border: 1px solid #cc0000 !important;
}
.wcqp-remove-page:hover {
    background: #cc0000 !important;
    color: #fff !important;
}
.wcqp-form-wrap { margin-top: 30px; }
.wcqp-form-wrap p { margin-bottom: 16px; }
.wcqp-form-wrap label { display: block; font-weight: 600; margin-bottom: 5px; }
.wcqp-form-wrap input[type="text"],
.wcqp-form-wrap input[type="email"],
.wcqp-form-wrap input[type="tel"],
.wcqp-form-wrap textarea {
    width: 100% !important;
    max-width: 460px !important;
    padding: 8px 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    font-size: 1em !important;
    display: block !important;
    box-sizing: border-box !important;
}
.wcqp-success { background:#f0fff4;border:1px solid #6fcf97;padding:20px;border-radius:4px;margin-top:20px; }
.wcqp-mini a { text-decoration:none;color:inherit; }
.wcqp-count { background:#0073aa;color:#fff;border-radius:50%;padding:1px 6px;font-size:.8em;font-weight:700; }
.woocommerce-notices-wrapper { display:none !important; }
