.page_inline_html_galley {
    max-width: 76rem;
}

.inline_html_reader {
    min-width: 0;
}

.inline_html_reader_header {
    margin-block-end: 2rem;
    padding-block-end: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.inline_html_reader_header h1 {
    margin-block: 0 0.5rem;
    line-height: 1.2;
}

.inline_html_reader_subtitle,
.inline_html_reader_authors,
.inline_html_reader_actions {
    margin-block: 0.5rem;
}

.inline_html_reader_authors {
    line-height: 1.6;
}

.inline_html_galley {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 1rem;
    line-height: 1.75;
}

.inline_html_galley > :first-child {
    margin-block-start: 0;
}

.inline_html_galley img,
.inline_html_galley video,
.inline_html_galley svg,
.inline_html_galley table {
    max-width: 100%;
}

.inline_html_galley img,
.inline_html_galley video {
    height: auto;
}

.inline_html_galley table {
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
}

.inline_html_galley pre,
.inline_html_galley code {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.inline_html_galley blockquote {
    margin-inline: 0;
    padding-inline-start: 1rem;
    border-inline-start: 0.25rem solid rgba(0, 0, 0, 0.18);
}

.inline_html_reader_back {
    margin-block-start: 2.5rem;
    text-align: end;
}

.pkp_block[class*="block_inline_html_"] .content,
.pkp_block[class*="block_inline_html_"] .list-group-item {
    padding: 0;
    border: 0;
    background: transparent;
}

.inline_html_doi_link {
    overflow-wrap: anywhere;
}
