main{
    background: radial-gradient(circle at top left, rgba(185,149,91,0.12), transparent 55%), var(--color-background);
}
.pp-section{
    margin-bottom: var(--space-8);
}
.pp-section h2{
    margin-bottom: var(--space-3);
}
.pp-list{
    margin-bottom: var(--space-4);
}
.pp-list li{
    margin-bottom: 0.4rem;
    font-size: var(--font-size-md);
    color: var(--color-text-muted);
}
.pp-list li strong{
    color: var(--color-espresso);
}
.notice a{
    text-decoration: underline;
    text-underline-offset: 2px;
}
#dinnerpllace-final
ul {
    list-style: none !important;
}

.nav-toggle {
    flex-direction: column;
}
