#all-time-favs-teaser {
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 0.8rem;
    border: 1px solid var(--bg-3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    background-color: var(--bg-2);
}

#all-time-favs-teaser img {
    width: 90px;
}

#all-time-favs-teaser h2 {
    text-wrap: pretty;
    text-align: center;
}

#all-time-favs-teaser #title-and-list {
    width: 100%;

    display: flex;
    flex-direction: column;
    /* border: 1px solid red; */
    gap: 0.8rem;
}

#all-time-favs-teaser ol {
    margin-left: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0rem;
}

#all-time-favs-teaser li {
    margin: 0px;
    padding: 0px;
}

#all-time-favs-teaser ol a {
    line-height: 1;
    display: block;
    color: var(--tx);
    text-decoration: none;
    padding: 0.6rem 0rem 0.6rem 0.4rem;
    border-bottom: 1px solid var(--bg-3);
    line-height: 1.5;
}

#all-time-favs-teaser ol li:last-child a {
    border-bottom: none;
}

#all-time-favs-teaser ol a:hover {
    text-decoration: underline;
}
