#repeat-set-infobox {
    display: flex;

    margin: 20px auto;
    width: max-content;
    max-width: 100%;

    background-color: white;
    padding: 3px 6px;
    border-radius: 6px;

    gap: 6px;
    align-items: center;
}

#repeat-set-infobox img {
    height: 1.5em;
}

.white-screen #repeat-set-infobox {
    background-color: var(--lightGray);
    margin: 10px auto;
}
