.wp-block-polpcorner-menu-taxonomy,
.pcmb-menu-block,
.wp-block-polpcorner-allergens-legend,
.pcmb-allergens-legend {
--pcmb-paper: #fbf4e6;
--pcmb-paper-accent: #f7edd8;
--pcmb-surface: rgba(255, 255, 255, 0.4);
--pcmb-border: rgba(125, 96, 55, 0.2);
--pcmb-rule: rgba(92, 101, 135, 0.35);
--pcmb-ink: #253046;
--pcmb-muted: #6d6252;
--pcmb-gold: #8f6d32;
--pcmb-gold2: #ceb98d;
--pcmb-badge: #3e5e57;
--pcmb-shadow: 0 18px 40px rgba(79, 58, 30, 0.1);
color: var(--pcmb-ink);
font-family: Georgia, "Times New Roman", serif;
}
.pcmb-menu-block {
padding: clamp(1.25rem, 2vw + 1rem, 2.4rem);
background:
radial-gradient(circle at top left, rgba(255, 255, 255, 0.7), transparent 34%),
linear-gradient(180deg, var(--pcmb-paper) 0%, var(--pcmb-paper-accent) 100%);
border: 1px solid var(--pcmb-border);
border-radius: 2rem;
box-shadow: var(--pcmb-shadow);
}
.pcmb-menu-block.has-collapsible {
padding: 0;
}
.pcmb-term-section {
position: relative;
}
.pcmb-term-section + .pcmb-term-section {
margin-top: 2.35rem;
padding-top: 2rem;
border-top: 1px solid rgba(145, 122, 83, 0.16);
}
.pcmb-term-section.is-collapsible {
padding: 0.38rem;
border: 2px solid rgba(143, 109, 50, 0.12);
border-radius: 2rem;
background: rgba(255, 255, 255, 0.18);
}
.pcmb-term-section.is-collapsible + .pcmb-term-section,
.pcmb-term-section + .pcmb-term-section.is-collapsible {
margin-top: 1.45rem;
padding-top: 0;
border-top: 0;
}
.pcmb-term-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
margin-bottom: 1.2rem;
}
.pcmb-term-header-main {
display: flex;
align-items: center;
gap: 1rem;
min-width: 0;
flex: 1 1 auto;
}
.pcmb-term-section.is-collapsible .pcmb-term-header {
margin-bottom: 0;
padding: 0.95rem 1rem;
background-color: white;
border-radius: 1.4rem;
}
.pcmb-term-section.is-collapsible .pcmb-term-header.is-clickable {
cursor: pointer;
touch-action: manipulation;
}
.pcmb-term-section.is-collapsible.is-open .pcmb-term-header {
margin-bottom: 1rem; border-bottom: 1px solid rgba(145, 122, 83, 0.14);
}
.pcmb-term-body {
min-width: 0;
}
.pcmb-term-section.is-collapsible .pcmb-term-body {
padding: 0 1rem 0.75rem;
}
.pcmb-term-icon {
flex: 0 0 auto;
width: 2.4rem;
height: 2.4rem;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.3rem;
border-radius: 999px;
background: rgba(255, 255, 255, 0.6);
border: 1px solid var(--pcmb-gold2);
}
@media (min-width: 992px) {
.pcmb-term-icon {
width: 2.9rem;
height: 2.9rem;
padding: 0.45rem;
}
}
.pcmb-term-icon img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
.pcmb-term-heading {
min-width: 0;
flex: 1 1 auto;
}
.pcmb-term-title {
margin: 0 !important;
color: var(--pcmb-ink);
font-size: 1rem;
line-height: 1.08;
letter-spacing: 0.08em;
text-transform: uppercase;
}
@media (min-width: 992px) {
.pcmb-term-title {
font-size: 1.2rem;
}
}
.pcmb-term-toggle {
flex: 0 0 auto;
width: 3rem;
height: 3rem;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0;
border: 0;
border-radius: 999px;
background: rgba(201, 177, 129, 0.9);
color: #181818;
cursor: pointer;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
transition: transform 160ms ease, background-color 160ms ease;
}
.pcmb-term-toggle:hover,
.pcmb-term-toggle:focus-visible {
background: rgba(186, 159, 105, 0.95);
transform: translateY(-1px);
outline: none;
}
.pcmb-term-toggle-symbol {
font-family: "Segoe UI", sans-serif;
font-size: 2rem;
line-height: 1;
font-weight: 600;
margin-bottom: 4px;
}
.pcmb-term-description {
margin: 0 0 1.15rem;
max-width: 72ch;
color: var(--pcmb-muted);
font-size: 1rem;
line-height: 1.65;
font-style: italic;
text-align: center;
}
.pcmb-term-description p:last-child,
.pcmb-dish-content > :last-child,
.pcmb-term-notes > :last-child {
margin-bottom: 0;
}
.pcmb-dishes {
display: grid;
gap: 1.5rem;
}
.pcmb-dish {
padding: 0 0 1.5rem;
border-bottom: 1px dashed var(--pcmb-rule);
}
.pcmb-dish:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.pcmb-dish-summary {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: start;
gap: 0.9rem 1rem;
}
.pcmb-dish-title-row {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.4rem 0.65rem;
min-width: 0;
}
.pcmb-dish-title {
margin: 0 !important;
color: var(--pcmb-ink);
font-size: 1.1rem;
line-height: 1;
font-weight: 900;
}
@media(min-width: 992px){
.pcmb-dish-title {font-size: 1.28rem;}
}
.pcmb-dish-allergens {
display: inline-flex;
flex-wrap: wrap;
align-items: center;
gap: 0.35rem;
}
.pcmb-allergen {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
width: 1.55rem;
height: 1.55rem;
padding: 0;
border-radius: 999px;
background: rgba(62, 94, 87, 0.08);
border: 1px solid rgba(62, 94, 87, 0.22);
cursor: pointer;
appearance: none;
-webkit-appearance: none;
font: inherit;
color: inherit;
transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.pcmb-allergen:focus-visible,
.pcmb-allergen.is-active {
background: rgba(62, 94, 87, 0.14);
border-color: rgba(62, 94, 87, 0.36);
outline: none;
}
.pcmb-allergen:focus-visible {
box-shadow: 0 0 0 2px rgba(37, 48, 70, 0.15);
}
.pcmb-allergen-tooltip {
position: absolute;
left: 50%;
bottom: calc(100% + 0.45rem);
max-width: min(14rem, calc(100vw - 2rem));
padding: 0.35rem 0.65rem;
border-radius: 999px;
background: rgba(37, 48, 70, 0.96);
color: #fff;
font-family: "Segoe UI", sans-serif;
font-size: 0.72rem;
line-height: 1.2;
white-space: nowrap;
text-align: center;
opacity: 0;
visibility: hidden;
pointer-events: none;
transform: translate(-50%, 0.18rem);
transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
box-shadow: 0 12px 24px rgba(25, 31, 45, 0.2);
z-index: 8;
}
.pcmb-allergen-tooltip::after {
content: "";
position: absolute;
left: 50%;
top: 100%;
width: 0.55rem;
height: 0.55rem;
background: rgba(37, 48, 70, 0.96);
transform: translate(-50%, -50%) rotate(45deg);
}
.pcmb-allergen:focus-visible .pcmb-allergen-tooltip,
.pcmb-allergen.is-active .pcmb-allergen-tooltip {
opacity: 1;
visibility: visible;
transform: translate(-50%, 0);
}
.pcmb-visually-hidden {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.pcmb-allergen img {
display: block;
width: 1rem;
height: 1rem;
object-fit: contain;
}
.pcmb-allergen-code {
font-family: "Segoe UI", sans-serif;
font-size: 0.7rem;
line-height: 1;
font-weight: 700;
color: var(--pcmb-badge);
}
.pcmb-veg-badge {
display: inline-flex;
align-items: center;
padding: 0.2rem 0.65rem;
border-radius: 999px;
background: rgba(62, 94, 87, 0.1);
border: 1px solid rgba(62, 94, 87, 0.22);
color: var(--pcmb-badge);
font-family: "Segoe UI", sans-serif;
font-size: 0.72rem;
line-height: 1.2;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
}
.pcmb-dish-price {
align-self: start;
min-width: 4.5rem;
color: var(--pcmb-gold);
font-family: "Segoe UI", sans-serif;
font-size: 1.45rem;
line-height: 1;
font-weight: 700;
white-space: nowrap;
text-align: right;
}
.pcmb-dish-price-currency {
margin-right: 0.15rem;
font-weight: 400; }
.pcmb-dish-content {
margin-top: 0.7rem;
color: rgba(37, 48, 70, 0.92);
font-family: "Segoe UI", sans-serif;
font-size: 0.85rem;
line-height: 1.65;
}
@media(min-width: 992px){
font-size: 0.99rem;
}
.pcmb-dish-content p,
.pcmb-dish-content ul,
.pcmb-dish-content ol {
margin-top: 0;
}
.pcmb-dish-content p {
margin-bottom: 1rem;
margin-block-end: 1rem;
line-height: 1.2;
}
.pcmb-term-notes {
margin-top: 1.45rem;
padding: 1rem 1.25rem;
background: var(--pcmb-surface);
border: 1px solid rgba(92, 101, 135, 0.2);
border-radius: 22px;
color: var(--pcmb-muted);
font-family: "Segoe UI", sans-serif;
font-size: 0.98rem;
line-height: 1.7;
font-style: italic;
}
.pcmb-allergens-legend {
display: grid;
gap: 1.5rem;
}
.pcmb-allergens-legend-header {
margin: 0;
}
.pcmb-allergens-legend-title {
margin: 0 !important;
color: var(--pcmb-ink);
font-size: clamp(1.35rem, 1.1rem + 1vw, 1.6rem);
line-height: 1.1;
letter-spacing: 0.05em;
text-transform: uppercase;
text-align: center;
}
.pcmb-allergens-legend-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 2rem 2.5rem;
}
.pcmb-allergens-legend-item {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 0.4rem 0.85rem;
align-items: start;
min-width: 0;
}
.pcmb-allergens-legend-item.has-icon {
grid-template-columns: auto minmax(0, 1fr);
}
.pcmb-allergens-legend-item-icon {
width: 1.7rem;
height: 1.7rem;
display: inline-flex;
align-items: center;
justify-content: center;
}
.pcmb-allergens-legend-item-icon img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
.pcmb-allergens-legend-item-body {
min-width: 0;
}
.pcmb-allergens-legend-item-head {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 0.25rem 0.5rem;
margin-bottom: 0.1rem;
}
.pcmb-allergens-legend-item-title {
margin: 0 !important;
color: var(--pcmb-ink);
font-family: "Segoe UI", sans-serif;
font-size: 1.05rem;
line-height: 1.2;
font-weight: 600;
}
.pcmb-allergens-legend-item-code {
display: inline-flex;
align-items: center;
padding: 0.08rem 0.45rem;
border-radius: 999px;
background: rgba(37, 48, 70, 0.08);
color: var(--pcmb-muted);
font-family: "Segoe UI", sans-serif;
font-size: 0.72rem;
line-height: 1.2;
font-weight: 700;
}
.pcmb-allergens-legend-item-description {
color: rgba(37, 48, 70, 0.96);
font-family: "Segoe UI", sans-serif;
font-size: 0.98rem;
line-height: 1.45;
}
.pcmb-allergens-legend-item-description p {
margin: 0;
}
.pcmb-allergens-legend-empty {
min-height: 0;
}
.pcmb-allergens-legend-placeholder {
padding: 1rem 1.2rem;
border-radius: 18px;
background: rgba(255, 255, 255, 0.4);
border: 1px dashed rgba(143, 109, 50, 0.35);
color: var(--pcmb-muted);
font-family: "Segoe UI", sans-serif;
font-size: 0.95rem;
line-height: 1.5;
}
@media (hover: hover) {
.pcmb-allergen:hover {
background: rgba(62, 94, 87, 0.14);
border-color: rgba(62, 94, 87, 0.36);
transform: translateY(-1px);
}
.pcmb-allergen:hover .pcmb-allergen-tooltip {
opacity: 1;
visibility: visible;
transform: translate(-50%, 0);
}
}
@media (max-width: 640px) {
.pcmb-menu-block {
padding: 1rem;
border-radius: 2rem;
}
.pcmb-term-section + .pcmb-term-section {
margin-top: 1.75rem;
padding-top: 1.5rem;
}
.pcmb-term-section.is-collapsible + .pcmb-term-section,
.pcmb-term-section + .pcmb-term-section.is-collapsible {
margin-top: 1rem;
padding-top: 0;
}
.pcmb-term-section.is-collapsible .pcmb-term-header {
padding: 0.4rem;
position: sticky;
top: 75px;
z-index: 10;
}
.pcmb-term-section.is-collapsible .pcmb-term-body {
padding: 0 0.85rem 0.6rem;
}
.pcmb-term-header,
.pcmb-term-header-main {
gap: 0.75rem;
}
.pcmb-term-toggle {
width: 2rem;
height: 2rem;
}
.pcmb-term-toggle-symbol {
font-size: 1.5rem;
margin-bottom: 4px;
}
.pcmb-allergen-tooltip {
white-space: normal;
}
.pcmb-dish-summary {
grid-template-columns: minmax(0, 1fr) auto;
gap: 0.5rem 0.85rem;
}
.pcmb-dish-price {
min-width: 0;
}
.pcmb-allergens-legend-grid {
grid-template-columns: minmax(0, 1fr);
gap: 1.45rem;
}
}