.cost_details_popup {
    border-radius: 1.125em;
    background-color: #F4F4F4;
    backdrop-filter: blur(0.625em);
    padding: 1em;
    width: 32.125em;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
}
.cost_details_popup .title {
    font-size: 3em;
    font-family: ReformaGroteskMediumC, sans-serif;
    text-transform: uppercase;
}
.cost_details_popup .title:not(:last-child) {
    margin-bottom: 0.3125em;
}
.cost_details_popup .group {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.cost_details_popup .group:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.cost_details_popup .group_title {
    font-size: 1.125em;
    font-weight: 600;
}
.cost_details_popup .group_title:not(:last-child) {
    margin-bottom: 0.83em;
}
.cost_details_popup .group_table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    font-weight: 500;
}
.cost_details_popup .group_table td {
    padding: 0.25em;
}
.cost_details_popup .group_table td:first-child {
    padding-left: 0;
}
.cost_details_popup .group_table td:last-child {
    padding-right: 0;
    text-align: right;
}
.cost_details_popup .group_table tr:first-child td {
    padding-top: 0;
}
.cost_details_popup .group_table tr:last-child td {
    padding-bottom: 0;
}
.cost_details_popup .row_name {
    font-size: 0.875em;
}
.cost_details_popup .total_row_name {
    font-weight: 600;
    font-size: 1.5em;
}
.cost_details_popup .total_row_name small {
    color: #A4A4A4;
    font-size: 0.67em;
}
.cost_details_popup .total_row_value {
    font-weight: 600;
    font-size: 1.5em;
}