.single-post .entry-content,
.single-post .post-content,
.single-post article .wp-block-post-content {
font-size: clamp(1rem, 0.97rem + 0.15vw, 1.125rem);
line-height: 1.78;
}
.single-post h1,
.single-post .page-hero h1 {
font-size: clamp(2.25rem, 8vw, 4.8rem) !important;
line-height: 0.98 !important;
overflow-wrap: normal !important;
word-break: normal !important;
}
.single-post .entry-content h2,
.single-post .post-content h2,
.single-post article .wp-block-post-content h2 {
margin-block: clamp(3rem, 7vw, 5rem) 1rem;
font-size: clamp(1.65rem, 1.25rem + 1.6vw, 2.5rem);
line-height: 1.15;
}
.single-post .entry-content h3,
.single-post .post-content h3,
.single-post article .wp-block-post-content h3 {
margin-block: 2.25rem 0.75rem;
font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.6rem);
line-height: 1.25;
}
.single-post .uks-editorial-image {
margin-block: clamp(2.5rem, 7vw, 4.5rem);
}
.single-post .uks-editorial-image img {
display: block;
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
object-fit: cover;
border-radius: clamp(0.75rem, 2vw, 1.5rem);
}
.single-post .uks-editorial-image figcaption {
margin-top: 0.75rem;
color: #5c6270;
font-size: 0.9rem;
line-height: 1.5;
text-align: center;
}
.single-post .entry-content a,
.single-post .post-content a,
.single-post article .wp-block-post-content a {
text-underline-offset: 0.18em;
}
@media (max-width: 640px) {
.single-post .uks-editorial-image {
margin-inline: -0.25rem;
}
}