.icmb-board-shell {
    background: #f8b247;
    display: grid;
    height: 100vh;
    inset: 0;
    overflow: hidden;
    place-items: center;
    position: fixed;
    z-index: 2147483000;
    width: 100%;
}

.icmb-board {
    --icmb-bg: #f8b247;
    --icmb-ink: #2c2c82;
    --icmb-rule: #050505;
    background: var(--icmb-bg);
    color: var(--icmb-ink);
    font-family: Arial, Helvetica, sans-serif;
    height: 1080px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(var(--icmb-scale, 1));
    transform-origin: center center;
    width: 1920px;
}

.icmb-board * {
    box-sizing: border-box;
}

.icmb-board h2 {
    font-family: "Comic Sans MS", "Segoe Print", cursive;
    font-size: 52px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

.icmb-board h3,
.icmb-board p {
    letter-spacing: 0;
    margin: 0;
}

.icmb-rule,
.icmb-title-line {
    background: var(--icmb-rule);
    height: 7px;
}

.icmb-top-left {
    left: 1.3%;
    position: absolute;
    top: 1.4%;
    width: 36.5%;
}

.icmb-heading-row {
    align-items: baseline;
    display: flex;
    gap: 46px;
    padding-left: 68px;
}

.icmb-heading-row span {
    font-size: 24px;
    font-weight: 800;
}

.icmb-top-left .icmb-rule {
    margin: 4px 0 18px 38px;
    width: 410px;
}

.icmb-toppings-grid {
    display: grid;
    font-size: 22px;
    font-weight: 900;
    gap: 0 28px;
    grid-template-columns: 160px 250px 260px;
    line-height: 1.02;
}

.icmb-toppings-column {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.icmb-toppings-grid span {
    display: block;
    line-height: 0.94;
    padding-left: 16px;
    position: relative;
    white-space: normal;
}

.icmb-toppings-grid span::before {
    background: var(--icmb-ink);
    border-radius: 999px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 6px;
}

.icmb-scoops {
    left: 38.5%;
    position: absolute;
    top: 17%;
    width: 23%;
}

.icmb-scoops h2 {
    font-size: 64px;
    text-align: center;
}

.icmb-scoops .icmb-rule {
    margin: 8px auto 8px;
    width: 300px;
}

.icmb-price-row {
    align-items: baseline;
    display: grid;
    font-size: 34px;
    font-weight: 900;
    gap: 16px;
    grid-template-columns: 1fr auto;
    line-height: 1;
    padding: 14px 0;
}

.icmb-price-row strong {
    font-size: 36px;
}

.icmb-top-right {
    position: absolute;
    right: 15.7%;
    text-align: center;
    top: 1%;
    width: 22.5%;
    z-index: 2;
}

.icmb-top-right h2 {
    font-size: 52px;
}

.icmb-cones-heading-row {
    align-items: baseline;
    display: flex;
    gap: 18px;
    justify-content: center;
    white-space: nowrap;
}

.icmb-cones-heading-row span {
    font-size: 24px;
    font-weight: 900;
}

.icmb-top-right .icmb-rule {
    margin: 7px auto 8px;
    width: 400px;
}

.icmb-cone-row {
    align-items: baseline;
    display: grid;
    font-size: 23px;
    font-weight: 900;
    gap: 12px;
    grid-template-columns: 1fr auto;
    line-height: 1.04;
    text-align: right;
}

.icmb-cone-row strong {
    font-size: 28px;
    text-align: left;
}

.icmb-cone-row.has-no-price {
    display: block;
    text-align: center;
}

.icmb-top-right p {
    font-size: 15px;
    font-weight: 900;
    margin: 8px 0 22px;
}

.icmb-drinks-heading {
    margin-top: 0;
    padding-top: 20px;
}

.icmb-corner-photo {
    height: 300px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: -24px;
    top: 0;
    width: 270px;
    z-index: 0;
}

.icmb-corner-photo::after {
    box-shadow: inset 0 0 26px 20px #f8b247;
    content: "";
    inset: 0;
    position: absolute;
}

.icmb-corner-photo img {
    display: block;
    height: 100%;
    left: 50%;
    max-width: none;
    object-fit: initial;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: auto;
    -webkit-mask-image:
        linear-gradient(to right, transparent 0%, #000 18%, #000 82%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, #000 12%, #000 82%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
    mask-image:
        linear-gradient(to right, transparent 0%, #000 18%, #000 82%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, #000 12%, #000 82%, transparent 100%);
}

.icmb-flavor-section {
    bottom: 1.5%;
    left: 1.4%;
    position: absolute;
    right: 0.8%;
    top: 35.7%;
}

.icmb-note {
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    left: -8px;
    line-height: 1.12;
    position: absolute;
    top: 0;
}

.icmb-flavor-section h2 {
    font-size: 48px;
    margin-left: 8px;
    margin-top: 50px;
}

.icmb-title-line {
    margin: 0 0 18px 0;
    width: 440px;
}

.icmb-flavor-grid {
    display: grid;
    gap: 6px 34px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.icmb-flavor-card {
    min-height: 70px;
    padding: 0 158px 0 6px;
    position: relative;
}

.icmb-flavor-card h3 {
    color: var(--icmb-ink);
    font-size: clamp(17px, 1.04vw, 20px);
    font-weight: 900;
    line-height: 0.92;
    white-space: nowrap;
    text-transform: uppercase;
}

.icmb-flavor-card p {
    color: var(--icmb-ink);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.04;
}

.icmb-flavor-card.is-crossed-out::before,
.icmb-flavor-card.is-crossed-out::after {
    background: #050505;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    right: 0;
    top: 14px;
    z-index: 5;
}

.icmb-flavor-card.is-crossed-out::after {
    top: 50px;
}

.icmb-brand-badge,
.icmb-scoop-image {
    filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.28));
    max-height: 76px;
    max-width: 90px;
    object-fit: contain;
    position: absolute;
    right: 78px;
    top: 0;
}

.icmb-brand-badge {
    max-height: 110px;
    max-width: 110px;
    right: 4px;
    top: -20px;
    z-index: 2;
}

.icmb-scoop-image {
    bottom: -2px;
    top: auto;
    z-index: 1;
}

body.admin-bar .icmb-board-shell {
    top: 0;
}
