/**
 * Propovoice compatibility fixes — v1.7.8.1
 * Keeps invoice/estimate item description fields readable in wp-admin.
 */
.ndpv .pv-inv-sections .pv-group-input textarea,
.ndpv .pv-info-table-content .pv-info-table tbody tr td textarea,
.ndpv .pv-inv-item-wrap textarea {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #2d3748 !important;
    -webkit-text-fill-color: #2d3748 !important;
    border: 1px solid #cbd5e0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    color-scheme: light;
}

.ndpv .pv-inv-sections .pv-group-input textarea:hover,
.ndpv .pv-info-table-content .pv-info-table tbody tr td textarea:hover,
.ndpv .pv-inv-item-wrap textarea:hover {
    border-color: #a0aec0 !important;
}

.ndpv .pv-inv-sections .pv-group-input textarea:focus,
.ndpv .pv-info-table-content .pv-info-table tbody tr td textarea:focus,
.ndpv .pv-inv-item-wrap textarea:focus {
    background: #ffffff !important;
    color: #1a202c !important;
    -webkit-text-fill-color: #1a202c !important;
    border-color: #4c6fff !important;
    box-shadow: 0 0 0 1px #4c6fff !important;
    outline: none !important;
}

.ndpv .pv-inv-sections .pv-group-input textarea::placeholder,
.ndpv .pv-info-table-content .pv-info-table tbody tr td textarea::placeholder,
.ndpv .pv-inv-item-wrap textarea::placeholder {
    color: #718096 !important;
    -webkit-text-fill-color: #718096 !important;
    opacity: 1 !important;
}
