/* Keep the existing site design; make focus and long article titles usable. */
:where(a, button, input, select, textarea, [role="button"]):focus-visible {
    outline: 3px solid #0c4b4b;
    outline-offset: 3px;
}

a.skip-link:focus {
    position: fixed;
    inset: 1rem auto auto 1rem;
    z-index: 100000;
    width: auto;
    height: auto;
    clip: auto;
    clip-path: none;
    overflow: visible;
    padding: 0.75rem 1rem;
    background: #fff;
    color: #0c292b;
    font-size: 1rem;
    text-decoration: underline;
}

body.single-post .tj-page-title {
    max-width: 26ch;
    margin-inline: auto;
    font-size: clamp(1.875rem, 3.4vw, 3.375rem);
    line-height: 1.18;
    overflow-wrap: break-word;
}

.logo img {
    height: auto;
    object-fit: contain;
}
