.wp-site-blocks > .is-position-sticky:first-of-type {
    position: fixed;
    width: 100%;
}

.entry-content > *:first-child:is(p) {
    font-size: var(--wp--preset--font-size--large);
}

.single-post #related .wp-block-post-terms > a ~ * {
    display: none;
}

.single-post .wp-block-post-date {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
}

.single-post .wp-block-post-date::before {
    content: "";
    background-color: currentColor;
    mask-image: url(../icons/icon-calendar.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    width: 1.25em;
    height: 1.25em;
}