  html .social-widget ul {
    display: flex;
    margin-inline-start: 0;
}
html main.news-category .post-row .post-body .post-category, html main.news-landing .post-row .post-body .post-category {
    display: block;
}
html main.news-category .post-row .post-body .post-category>*, html main.news-landing .post-row .post-body .post-category>*, html main.news-category .post-row .post-body .post-category>*+:before, html main.news-landing .post-row .post-body .post-category>*+:before {
    display: inline-block;
}
html  main.news-detail .page-header.no-banner {
    margin-bottom: 0;
}
main.news-category .section.hh-news .post:not(.post-sm):not(.post-row) .post-category {
    flex-wrap: wrap;
}
html main.news-category .section.hh-news .post:not(.post-sm):not(.post-row) .post-category>*+:before {
    content:"";
}
html main.news-category .post-row .post-body .post-category>*+:before, html main.news-landing .post-row .post-body .post-category>*+:before {
    content:"";
}
html main.news-category .section.hh-news .post:not(.post-sm):not(.post-row) .post-category>*:not(:last-child):after {
    content: ", ";
    display: block;
    line-height: 1;
    padding-right: .25rem;
}
html main.news-category .section.hh-news .post:not(.post-sm):not(.post-row):not(.post-widget) .post-category>*+:before {
    content: none;
}
html main.news-category .post-row .post-body .post-category > span:not(:last-child):after, html main.news-landing .post-row .post-body .post-category > span:not(:last-child):after {
    content: ", ";
    display: inline-block;
    line-height: 1;
    padding-right: .25rem;
}
.hh-module .post-widget .post-category span:not(:last-child):after, .hh-module .post-category a:not(:last-child):after {
    content: ',';
    display: inline-block;
}
 details > *:not(summary, summary > *) {
	 padding-left: 2rem;
}
 details {
	 margin-bottom: 1rem;
}
 details summary:hover {
	 cursor: pointer;
}
html main.news-category .section.hh-news .post:not(.post-sm):not(.post-row) .post-title {
    font-size: 1.25rem;
}
html .social-widget ul li {
    list-style-type: none;
    padding-right: 1rem;
}
.breadcrumbs a.decoration-transparent.hocus\:decoration-current:not(:is(.no-underline)) {
    text-decoration: underline;
}
.breadcrumbs a.decoration-transparent.hocus\:decoration-current:not(:is(.no-underline)):hover {
    color: rgb(66 126 147);
    text-decoration-color: transparent;
}
main.news-detail .page-header .post-category {
    margin-top: .75rem;
}

@media only screen and (max-width: 420px) {
    html {
        font-size: 14px;
    }
    
    html :where(body) {
        font-size: 1rem;
    }
}
.aside-widget:last-of-type {
  padding-bottom: 1rem;
}