#archive-header {
display: flex;
align-items: center;
gap: 1em;
padding-inline: 1ch;
color: white;
font-family: var(--system);
font-size: 0.85rem;
background-color: black;
}
a#linkback {
display: grid;
grid-template-columns: auto auto;
grid-template-rows: 1fr 1fr;
block-size: auto;
color: inherit;
line-height: 1.1;
text-decoration: none;
}
#linkback-arrow {
grid-column: 1 / 2;
grid-row: 1 / 3;
align-self: center;
margin-inline-end: 5px;
font-size: 2em;
}
.header-zh {
font-weight: bold;
}
#archive-header img {
margin-block: 0;
margin-inline: auto 0;
}
h1#record-title {
display: grid;
grid-template-rows: 1fr 1fr;
margin: 0;
color: inherit;
font-size: 1em;
font-weight: normal;
text-align: start;
}
main#archive-body {
block-size: calc(100vh - 50px);
max-inline-size: none;
margin: 0;
padding: 0;
}