.gastro-dinner .text-block {
    width: 100%;
    max-width: none;
}
.gastro-dinner__photos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 24px;
    max-width: 1100px;
    margin: 0 0 40px;
}
.gastro-dinner__photos img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center top;
}
.gastro-dinner .text-block .gastro-dinner__heading {
    margin-top: 32px;
    margin-bottom: 18px;
}
.gastro-dinner .text-block strong {
    font-weight: 600;
}
.gastro-dinner .text-block ul {
    padding-left: 1.5em;
    margin: 0 0 24px;
    list-style: disc;
}
.gastro-dinner .text-block ul li {
    list-style: disc;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 6px;
}
.gastro-dinner .text-block a {
    color: inherit;
    text-decoration: underline;
}
.gastro-dinner__actions {
    margin-top: 32px;
}
.popup-content--gastro {
    box-sizing: border-box;
    max-width: min(520px, calc(100vw - 32px));
}
.popup-content--gastro h2 {
    letter-spacing: 0;
}
.fancybox__container:has(#popup-gastro-dinner) {
    z-index: 2147483647;
}
#gastro-dinner-form .form-field input {
    padding: 14px 16px;
    text-align: left;
}
@media (max-width: 767px) {
    .gastro-dinner__photos {
        gap: 14px;
        margin-bottom: 28px;
    }
    .gastro-dinner .text-block ul li {
        font-size: 16px;
    }
    .popup-content--gastro {
        padding: 32px 20px 24px;
    }
    .popup-content--gastro h2 {
        font-size: 24px;
    }
}
