/* style.css - Supplemental styles for Tailwind CSS */
.mpq-progress-bar {
    transition: width 0.3s ease-in-out;
}

.mpq-item-icon, .mpq-custom-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
}

.mpq-quantity-selector input {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.mpq-quantity-selector button:disabled {
    background-color: #d1d5db;
    cursor: not-allowed;
}

#mpq-map {
    height: 400px;
}

.mpq-service-label {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    transition: background-color 0.2s;
}

.mpq-service-label:hover {
    background-color: #f3f4f6;
}

.mpq-quote-details {
    background-color: #f9fafb;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
}

.mpq-quote-details table {
    width: 100%;
    border-collapse: collapse;
}

.mpq-quote-details th, .mpq-quote-details td {
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    text-align: left;
}

.mpq-quote-details th {
    background-color: #e5e7eb;
    font-weight: bold;
}