.bottom-banner fieldset {
    border-radius: 6px;
    padding: 1.5em 0.5em;
}
.bottom-banner legend {
    padding: 0.5em 3em;
    border: 2px ridge;
    border-color: lightgray;
    border-radius: 1em / 50%;
}
.year-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.year-list a {
    margin: 7px 1.6em;
}
div.logo-header img.logo {
    width: 100%;
    max-height: unset;
    margin-bottom: 22pt;
    float: none;
}
fieldset label em {
    margin-left: 4pt;
    font-size: 90%;
}
fieldset label div div{
    font-size: 80%;
}
label:has(input[disabled]) {
    color: gray;
}
#books:after {
    content: attr(data-warning);
    color: crimson;
    font-weight: 700;
}

.cookbook-series div:nth-child(n+2)::before {
    content: '•';
    margin: 1.5em;
}

.cookbook-series {
    display: flex;
}

@media only screen and (max-width: 620px){
    .top-banner {
        margin: auto 30px;
    }
}