@charset "UTF-8";

.headingArticleDetails__table td .text {
	font-size: 0.875rem;
}
.descriptionTable__th {
    font-weight: 700 !important;
    align-content: center;
}
@media print, screen and (min-width: 901px) {
    .buttonWrapper.buttonWrapper--1col {
        max-width: none !important;
    }
    .descriptionTable__tr {
        grid-template-columns: 20% 1fr !important;
    }
    .table__td:first-child {
        font-weight: 700;
        align-content: center;
    }
}