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

.commonground-publications-publication {
    --font-size: var(--root-font-size); /* Reset, use REM */
}

.commonground-publications-publication .table__table {
    margin-top: 1rem;
}

.commonground-publications-publication__word-break {
    word-break: break-word;
}

.commonground-publications-publication__attachments ul {
    margin-top: 0;
    padding-left: 1rem;
}

.commonground-publications-publication__attachments li:not(:first-child) {
    margin-top: 1rem;
}

.commonground-publications-publication {
    font-size: var(--font-size, 1rem);
}
