body.single-post main {
padding-top: 15rem;
}
@media screen and (max-width: 890px) {
body.single-post main {
padding-top: 3.5rem;
}
}
body.single-post main .section.section--default-content {
padding: 0;
}
body.single-post main .fly-hotline {
display: none;
}
.section.section--default-content .single-text-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 2rem;
padding-bottom: 5rem;
}
.section.section--default-content .single-text-container h1, .section.section--default-content .single-text-container h2, .section.section--default-content .single-text-container h3, .section.section--default-content .single-text-container h4, .section.section--default-content .single-text-container h5, .section.section--default-content .single-text-container p, .section.section--default-content .single-text-container ul, .section.section--default-content .single-text-container ol, .section.section--default-content .single-text-container img, .section.section--default-content .single-text-container table, .section.section--default-content .single-text-container iframe {
margin: 0;
}
.section.section--default-content .single-text-container h1, .section.section--default-content .single-text-container h2, .section.section--default-content .single-text-container h3, .section.section--default-content .single-text-container h4, .section.section--default-content .single-text-container h5 {
color: #004b89;
font-family: "Avenir Next LT Pro", sans-serif;
}
.section.section--default-content .single-text-container h1 + ul, .section.section--default-content .single-text-container h1 + ol, .section.section--default-content .single-text-container h1 + p, .section.section--default-content .single-text-container h1 + img, .section.section--default-content .single-text-container h1 + table, .section.section--default-content .single-text-container h1 + iframe, .section.section--default-content .single-text-container h2 + ul, .section.section--default-content .single-text-container h2 + ol, .section.section--default-content .single-text-container h2 + p, .section.section--default-content .single-text-container h2 + img, .section.section--default-content .single-text-container h2 + table, .section.section--default-content .single-text-container h2 + iframe, .section.section--default-content .single-text-container h3 + ul, .section.section--default-content .single-text-container h3 + ol, .section.section--default-content .single-text-container h3 + p, .section.section--default-content .single-text-container h3 + img, .section.section--default-content .single-text-container h3 + table, .section.section--default-content .single-text-container h3 + iframe, .section.section--default-content .single-text-container h4 + ul, .section.section--default-content .single-text-container h4 + ol, .section.section--default-content .single-text-container h4 + p, .section.section--default-content .single-text-container h4 + img, .section.section--default-content .single-text-container h4 + table, .section.section--default-content .single-text-container h4 + iframe {
margin-top: -1rem;
}
.section.section--default-content .single-text-container p, .section.section--default-content .single-text-container ul, .section.section--default-content .single-text-container ol {
font-weight: 400;
font-family: "Inter", sans-serif;
}
.section.section--default-content .single-text-container p strong, .section.section--default-content .single-text-container ul strong, .section.section--default-content .single-text-container ol strong {
font-weight: 600;
}