
/**
 * This element is using CSS from the following:
 *
 * - opengemeenten_site/Components/Table/OpenGemeentenSite-Table.css
 * - opengemeenten_cefeaturecollapsible/Feature/Collapsible/OpenGemeentenCeFeatureCollapsible.css
 * - opengemeenten_cefeaturecollapsible/Feature/Collapsible/OpenGemeentenCeFeatureCollapsible-Header.css
 * - opengemeenten_cefeaturecollapsible/Feature/Collapsible/OpenGemeentenCeFeatureCollapsible-Panel.css
 *
 * Variables can be set there globally or override them here!
 */

.table-prices {
    --font-size: var(--root-font-size); /* Reset, use REM */
}

.table-prices .table__table th:first-child,
.table-prices .table__table td:first-child {
    box-sizing: border-box;
    width: 66.666%;
}

.table-prices .table__table th:nth-child(2),
.table-prices .table__table td:nth-child(2) {
    box-sizing: border-box;
    width: 33.333%;
    white-space: nowrap;
}

.table-prices {
    font-size: var(--font-size, 1rem);
}
