.pec-wc-add-to-enquiry {
    margin-left: 0.5em;
}

.pec-wc-enquiry-cart-wrapper {
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 20px;
}

.pec-wc-enquiry-cart-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.pec-wc-enquiry-cart-table th,
.pec-wc-enquiry-cart-table td {
    border: 1px solid #f0f0f0;
    padding: 8px;
}

.pec-wc-enquiry-remove {
    color: #a00;
    text-decoration: none;
}

.flex {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pec-wc-enquiry-count-label {
    font-weight: 600;
}

.pec-wc-enquiry-count-number {
    font-weight: 700;
    color: red;
}
