@charset "UTF-8";

.headingArticleDetails__table td .text {
	font-size: 0.875rem;
}
@media print, screen and (min-width: 901px) {
    .table__td:first-child {
        font-weight: 700;
        align-content: center;
    }
}
.editor .solutionCard__title a:not([class]),
.editor .solutionCard__text a:not([class]) {
	background-size: 0 0;
	transition-duration: 0.3s;
	transition-property: background-size
}
.editor .solutionCard__title a:not([class]):hover,
.editor .solutionCard__text a:not([class]):hover {
	background-size: 100% 1px;
}