.title-page,
.title-page * {
    min-width: 0;
}

.title-page > section > div {
    overflow: hidden;
}

.title-page h1,
.title-page p,
.public-chapters span {
    overflow-wrap: anywhere;
}

.series-publication {
    margin: -.15rem 0 .85rem !important;
    color: #8797a3 !important;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.4 !important;
    text-transform: uppercase;
}

.series-publication time {
    color: #dce4e9;
}

@media (max-width: 650px) {
    .title-page {
        width: min(100% - 1.25rem, 1100px);
        padding: 1.5rem 0 4rem;
    }

    .title-page > a {
        display: inline-flex;
        margin: 0 .25rem;
        padding: .7rem 0;
        font-size: 1rem;
    }

    .title-page > section {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.25rem;
        margin-top: 1.1rem;
        padding: 1rem;
        border-radius: 20px;
    }

    .title-page > section img {
        width: min(230px, 75vw);
        margin: 0 auto;
        aspect-ratio: 3 / 4;
    }

    .title-page > section > div {
        align-self: auto;
    }

    .title-page h1 {
        margin: .4rem 0 .65rem;
        font-size: clamp(2rem, 11vw, 3rem);
        line-height: .98;
        letter-spacing: -.045em;
    }

    .title-page h2 {
        margin: .55rem 0;
    }

    .title-page p {
        margin: .55rem 0;
        font-size: .95rem;
        line-height: 1.6;
    }

    .series-publication {
        margin: 0 0 .65rem !important;
        font-size: .7rem !important;
    }

    .public-chapters {
        margin-top: 2rem;
    }

    .public-chapters > h2 {
        font-size: 1.35rem;
    }

    .public-chapters > a {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: .65rem;
        padding: 1rem;
    }

    .public-chapters small {
        justify-self: start;
        font-size: .78rem;
    }
}
