/* .episodes-list {
    margin: 0 -1rem;
}
.episode {
    max-width: 100%;
    flex: 508px 0 0;
    margin: 3rem 1rem;
    display: flex;
    flex-direction: row;
}
.episode div:first-child {
   flex: 200px 0 0;
   max-width: 33vw;
}
.episode div:last-child {
    padding-left: 1rem;
 }
 .episode div:last-child p {
    margin: 0.75rem 0;
 } */
.category-summary {
   max-width: 700px;
}

.century-timeline {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 1rem;
    padding: 0.5rem 0 1rem;
    margin: 0.5rem 0 1rem;
}

.tl-dot {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    text-decoration: none;
    color: darkslategray;
}

.tl-dot-circle {
    flex-shrink: 0;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    border: 1.5px solid darkslategray;
    z-index: 1;
    background: #fff;
}

.tl-dot--active .tl-dot-circle {
    background: darkslategray;
}

.tl-dot--empty .tl-label,
.tl-dot--empty .tl-count,
.tl-dot--empty .tl-dot-circle {
    border-color: #dadada;
    color: #dadada;
}

.tl-line {
    flex: 2.5rem 1 0;
    align-self: flex-start;
    height: 1.5px;
    background: darkslategray;
    opacity: 0.4;
    /* offset to align with circle center: count(1rem) + gap(0.25rem) + half-circle(0.3rem) */
    margin-top: calc(1rem + 0.25rem + 0.25rem);
    margin-left: -1rem;
    margin-right: -1rem;
}

.tl-count {
    min-height: 1rem;
    display: flex;
    align-items: flex-end;
    font-size: 0.6rem;
    white-space: nowrap;
    color: darkslategray;
    line-height: 1;
}

.tl-label {
    font-size: 0.6rem;
    white-space: nowrap;
    color: darkslategray;
    line-height: 1;
}

header {
   position: relative;
}

details ol {
   margin: 0 2rem 1rem 3rem;
   list-style: disc;
}
details h2 {
   margin: 0.5rem 3rem 1rem 3rem;
}

details li a {
   margin: 0 0.5rem;
}

/* ol {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -1.25rem;
    list-style-type: none;
 }
 li {
    margin-left: 0;
    margin-right: 0;
    flex: 50% 0 0;
 } */
@media screen and (max-width: 776px) {
   /* ol {
        flex-direction: column;
    }
    li {
        flex: auto 1 1;
        margin-bottom: 1rem;
    } */
}
