.container.container-offers {
    background: white;
    min-height: 100vh;
    padding: 0.8rem;
    padding-top: 0.5rem;
}
.spise-ute-header {
    position: relative;
    padding-top: 37%;
    overflow: hidden;
}
.spise-ute-header-image {
    width: 100%;
    position: absolute;
    top: 0;
}
img.spise-ute-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 26.8%;
}
#spise-ute-header-title {
    position: absolute;
    bottom: 0;
    margin: 0 0 0.4rem 0.5rem;
}
#spise-ute-header-title h1 {
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.04rem;
    text-shadow: 1px 1px 3px #2b0404fc;
    color: #ecccaf;
}
.spise-ute-header-year {
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000000fc;
}
.offer-all {
    text-align: center;
}
@media only screen and (max-width: 579px) {
    .container-offers-inner {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 580px) {
    h1#spise-ute-header-title {
        margin: 0 0 0.2rem 0.5rem;
    }
    #spise-ute-header-title h1 {
        font-size: 1.4rem;
        color: #fbcca2e3;
        font-weight: normal;
    }
    .spise-ute-header-year {
        letter-spacing: 0.04rem;
        color: #ffffffd9;
    }
    .offer-all {
        overflow-x: hidden;
        margin: -2px;
        padding: 2px;
    }
    .offer-location {
        break-inside: avoid-column;
    }
}
@media only screen and (min-width: 580px) and (max-width: 829px) {
    .offer-all {
        column-count: 2;
        column-gap: 0.5rem;
    }
    .offer-location:nth-child(6) {
        break-before: column;
    }
}
@media only screen and (min-width: 830px) and (max-width: 1019px) {
    .offer-all {
        column-count: 3;
        column-gap: 0.5rem;
    }
    .offer-location:nth-child(5) {
        break-before: column;
    }
    .offer-location:nth-child(8) {
        break-before: column;
    }
}
@media only screen and (min-width: 1020px) {
    .offer-all {
        column-count: 4;
        column-gap: 0.5rem;
    }
    .offer-location:nth-child(3) {
        break-before: column;
    }
    .offer-location:nth-child(5) {
        break-before: column;
    }
    .offer-location:nth-child(7) {
        break-before: column;
    }
}
.offer-location {
    border-radius: 0 0 0.1rem 0.1rem;
    box-shadow: 0 0.08rem 0.2rem #2b4833;
    margin: 0.2rem 0 0.4rem;
    text-align: left;
    background: #cef5d8;
}
.offer-title-row-outer {
    position: relative;
    overflow-x: hidden;
}
.offer-title-row::after {
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #00000072;
}
.offer-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 2;
    margin-bottom: 0.15em;
}
.offer-title-wrap > h3 {
    display: inline;
}
.offer-title-row h3, .offer-price {
    background: #c9edd2;
    position: relative;
    z-index: 10;
    line-height: 1.3;
}
.location-dish:nth-child(odd) .offer-title-row h3,
.location-dish:nth-child(odd) .offer-price {
    background: #cef5d8;
}
.offer-location-link {
    display: block;
    flex-grow: 1;
}
.offer-location-header {
    background: linear-gradient(99deg, #e27e7e, #b93131);
    display: flex;
}
.offer-location h2 {
    flex-grow: 1;
    color: aliceblue;
    font-size: 1.3rem;
    padding: 0.7rem 0 0.7rem 0.7rem;
}
.location-food-category.food-offer p {
    padding-bottom: 0.5em;
}
.offer-price {
    line-height: 1.5;
}
.offer-image {
    border-radius: 0.2rem;
    cursor: pointer;
    opacity: 0.85;
    box-shadow: 0 1px 1px #0000009e;
    transition: opacity 75ms linear;
    width: 30px;
    height: 20px;
    margin-right: 0.08em;
    transform: translateY(0.15em);
}
.offer-dish.fullscreen-link {
    cursor: pointer;
}
.offer-dish.fullscreen-link:hover .offer-image {
    opacity: 1.0;
}
.offer-location-image {
    color: #556f8a;
    /* 240/135 */
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
}
.offer-location-image img {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
}
.offer-location-info-bar {
    display: flex;
    justify-content: stretch;
    background: linear-gradient(to bottom, transparent 94%, #1f202300), linear-gradient(180deg, #ecfff1, #e5fdeb 5% , #d2ffdd 94%);
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    margin-right: -1px;
    box-shadow: 0 1px 0 #0000002e;
}
.offer-location-button {
    flex-grow: 1;
    display: flex;
    padding: 0.7rem 0.6rem;
    align-items: center;
    border-radius: 0.2rem;
    box-shadow: inset -1px -1px 1px #0000001f, inset 1px 1px 1px #ffffff42;
    background-color: #00000000;
    transition: background-color 80ms linear;
}
.offer-location-button:hover {
    background-color: #00000010;
}
.offer-info-bar-icon {
    flex: 0 0 1.45rem;
}
.offer-info-bar-icon img {
    display: block;
    width: 0.9rem;
}
.offer-location-button h3 {
    flex-grow: 1;
    font-size: 14px;
    padding: 0;
    color: #4b6a9a;
}
.offer-location-button.offer-location-phone {
    border-bottom-left-radius: 0.4rem;
}
.offer-location-button.offer-location-info-link {
    border-bottom-right-radius: 0.4rem;
}
.offer-location-top {
}
@media only screen and (min-width: 1020px) and (max-width: 1999px) {
    /* Some hard coded image sizes to avoid subpixel resize */
    .spise-ute-header-image {
        width: 964px;
        max-width: 964px;
    }
    .spise-ute-logo {
        width: 258px;
        max-width: 258px;
    }
    .offer-location-image img {
        width: 235px;
        max-width: 235px;
    }
}
@media only screen and (min-width: 600px) {
    .offer-info-bar-icon {
        flex: 0 0 1.15rem;
    }
    .offer-location-button h3 {
        font-size: 12.3px;
    }
}
.offer-location-offers {
}
/* Adaptations to food styles */
.container-offers .location-food-category {
    margin-bottom: 0;
}
.location-food-category.food-offer:first-child {
    margin-top: 0;
}
.food-offer .location-dish:last-child {
    border-bottom-left-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
}
.container-offers .location-dish {
    margin: 0;
    padding: 0.75em 1rem 0.25em;
}
a.to-top-link {
    display: block;
    text-align: center;
    color: #323256;
    padding: 2rem;
}
/* Opening hours */
.open-indicator-light-container {
    flex: 0 0 calc(9.5% + 0.66em);
    padding: 0 4% 0 4.5%;
    display: flex;
    box-shadow: inset 1px 1px 1px #ffffff21, inset -1px -1px 1px #00000033;
    align-items: center;
    background: #ffffff06;
    cursor: pointer;
}
.offer-opening-hours-overlay-show[data-clicked="1"] .open-indicator-light-container,
.open-indicator-light-container:hover {
    background: #ffffff1c;
}
.open-indicator-image-light {
    border-radius: 50%;
    width: 0.66em;
    height: 0.7em;
    background: #e0a8a9;
    background: radial-gradient(#d99393 39%, #5f5f5f);
    box-shadow: 0 1px 2px #000000ba;
}
.open-indicator-open .open-indicator-image-light {
    background: #e6f184;
    background: radial-gradient(#caff99 49%, #151f0f);
    box-shadow: 0 1px 2px #000000ba, 0 0 22px #fbde5e;
}
.offer-opening-hours-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000a3;
    color: #fff;
    padding: 0.3rem;
    text-align: center;
    transition: opacity 400ms ease-out;
    cursor: default;
}
/* Restraining inner container div to show it's top */
.offer-opening-hours-overlay > div {
    max-height: 100%;
}
.offer-opening-hours-overlay .open-indicator-text {
    color: #efffef;
    font-size: 1.3em;
    padding-bottom: 0.6em;
    text-shadow: 1px 1px 1px #000000a1;
}
.offer-opening-hours-overlay-show .offer-opening-hours-overlay {
    opacity: 1.0;
}
.offer-opening-hours-overlay h3 {
    font-size: 1em;
}
.offer-opening-hours-table {
    display: inline-block;
}
.offer-opening-hours-table th, .offer-opening-hours-table td {
    font-family: 'Open sans', sans-serif;
    text-shadow: 1px 1px 2px #000;
    font-size: 0.9em;
    font-weight: normal;
}
.offer-opening-hours-table th {
    color: #f7e3e3;
    padding-right: 0.3em;
    letter-spacing: 0.03em;
    font-weight: normal;
}
@media only screen and (max-width: 579px) {
    .offer-location-header {
        position: sticky;
        top: 73px;
        z-index: 20;
    }
    .offer-location-info-bar-sticky {
        position: sticky;
        top: 114px;
        z-index: 20;
    }
    .offer-opening-hours-overlay {
        font-size: 1.2rem;
    }
}
@media only screen and (min-width: 580px) {
    a.to-top-link {
        display: none;
    }
    .open-indicator-light-container {
        box-shadow: inset 1px 1px 1px #ffffff13, inset -1px -1px 1px #00000033;
        background: #ffffff0a;
    }
}
.location-dish:first-of-type {
    padding-top: 0.9rem;
}
@media only screen and (min-width: 1020px) {
    .offer-location-button {
        padding: 0.45rem 0.3rem;
    }
    .offer-location-button h3 {
        font-size: 12px;
        color: #4b6a9a;
        transition: color 90ms ease-out;
    }
    .offer-location-button:hover h3 {
        color: #2c61e4;
    }
    .offer-info-bar-icon {
        flex: 0 0 1.2rem;
        padding: 0.2rem;
    }
}