
.psvf-summary {
    padding: 16px 20px;
    border-left-color: #46b450;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.psvf-heading {
    margin: 0 0 12px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.psvf-vat {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.psvf-vat-rate {
    background: #23282d;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-weight: 600;
}

.psvf-address-block {
    margin: 0 0 12px;
    padding: 0px 14px 10px 14px;
    border: 1px solid #dcdcde;
    border-radius: 4px;
}

.psvf-address-label {
    margin: 0 0 4px;
    font-weight: 600;
    font-size: 13px;
    color: #3c434a;
}

.psvf-address {
    margin: 0;
    font-style: normal;
}

#psvf_address_section + table.form-table tr > th,
#psvf_address_section + table.form-table tr > td {
    padding-top: 4px;
    padding-bottom: 4px;
}

#psvf_address_section + table.form-table tr {
    border-bottom: none;
}

tr:has(.psvf-row) th,
tr:has(.psvf-row) td {
    padding-top: 10px;
    padding-bottom: 10px;
}

