.articleWindowContentWrapper {
    overflow-x: hidden;
}

.articleWindowContentWrapper > :last-child {
    border-bottom: 0.125rem solid var(--timeline-title-background);
}

.articleWindowContentWrapper > h3 {
    color: var(--timeline-title-foreground);
    background-color: var(--timeline-title-background);
    margin-block-end: 0;
    margin-bottom: 1.125rem;
    padding-left: 0.25rem;
    width: calc(100% - 0.25rem);
}

.articleWindowContentWrapper > ul {
    border-left: 0.125rem solid var(--timeline-title-background);
    border-right: 0.125rem solid var(--timeline-title-background);
    margin-bottom: -1.125rem;
    margin-top: -1.125rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
}

.articleWindowContentWrapper > figure {
    border-left: 0.125rem solid var(--timeline-title-background);
    border-right: 0.125rem solid var(--timeline-title-background);
    margin: 0 0 -1.125rem 0;
    padding: 1.125rem 0;
}

.articleWindowContentWrapper > figure > img {
    background-color: white;
    border: 0.0625rem solid lightgray;
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
    filter: saturate(1.25);
    padding: 1rem;
    transform: rotate(1deg) translateX(-1rem);
}