body > :is(header, footer, aside, main) {
    padding: 1rem;
}
/* Header */
body>header {
    display: -webkit-flex;
    display: flex;
    padding-bottom: 0;
}
body>header>*:first-child {
        -webkit-flex-grow: 1;
                flex-grow: 1;
    }
body>header .logo img {
        width: 15rem;
        transition: width 1s ease-in-out;
    }
body>header .social-media {
        padding: 0.4rem 0.4rem 0.4rem 0;
        font-size: 2em;
    }
body>header .header-content {
        padding: 0.4rem;
    }
body>header .header-functions {
        display: none;
    }
@media only screen and (min-width: 768px) {
        body>header .logo img {
            width: 20rem;
            transition: width 1s ease-in-out;
        }

        body>header .header-functions {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            padding: 1.2rem 0.4rem;
        }
            body>header .page-header .social-media {
                position: absolute;
                right: 0;
            }
    }
body>footer {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    border: none;
    background: hsla(0deg, 0%, 0%, 0.8);
    padding: 1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-basis: 5em;
            flex-basis: 5em;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 1rem;
    --text: hsl(35deg, 10%, 95%);
    --text-bright: hsl(35deg, 40%, 85%);
    --text-muted: hsl(35deg, 10%, 55%);
    --links: hsl(35deg, 50%, 86%);
}
body>footer h3,
    body>footer p {
        padding-bottom: 0.5em;
    }
/* @include large-screen() {
        display: flex;
        grid-template: auto / 1fr 2fr;
        grid-gap: 1rem;  
    } */
body>footer>section {
        -webkit-flex-basis: 10em;
                flex-basis: 10em;
        -webkit-flex-grow: 1;
                flex-grow: 1;
    }
body>footer ul {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(10em, 1fr));
    }
body>footer .footer-icons {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        gap: 1em;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-flex-basis: 100%;
                flex-basis: 100%;
        -webkit-flex-grow: 2;
                flex-grow: 2;
    }
body>footer .footer-icons img {
            max-height: 3rem;
            max-width: 10rem;
            padding-bottom: 0.4rem;
        }
body>footer .social-media svg {
        height: 2rem;
    }
body>footer h3 {
        -webkit-margin-before: 0;
                margin-block-start: 0;
    }
.classification {
    height: 1.5em;
    width: 1.5em;
    display: block;
    color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.classification[data-rating="U"] {
        background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 318.2 283.5' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath d='M314.3 238.8L185 14.9C179.6 5.6 170 0 159.2 0s-20.4 5.6-25.8 14.9L4.1 238.8c-5.4 9.3-5.4 20.5 0 29.8s15 14.9 25.8 14.9h258.5c10.8 0 20.4-5.6 25.8-14.9 5.4-9.4 5.4-20.5.1-29.8z'/%3E%3Cpath class='st0' d='M309.9 241.3L180.7 17.4C176.2 9.6 168.2 5 159.2 5s-17 4.6-21.5 12.4L8.4 241.3c-4.5 7.8-4.5 17.1 0 24.8 4.5 7.8 12.5 12.4 21.5 12.4h258.5c9 0 17-4.6 21.5-12.4 4.5-7.8 4.5-17.1 0-24.8z'/%3E%3Cpath d='M169.9 23.6c-2.4-4.1-6.6-6.2-10.7-6.2s-8.3 2.1-10.7 6.2L19.2 247.5c-4.8 8.3 1.2 18.6 10.7 18.6h258.5c9.5 0 15.5-10.3 10.7-18.6L169.9 23.6z' fill='%230ac700'/%3E%3Cpath class='st0' d='M199.1 136.6V199c-.1 11.2-.1 20.5-10.7 29.5-10.1 8.8-23.2 9.7-29.9 9.7-6 0-11.9-.7-17.5-2.7-11.8-4.1-18.1-12.6-20.4-20.1-1.3-4.4-1.3-7.4-1.4-19.8v-59.1h18.5v60.9c0 4.2-.1 8.3 1.3 12.1 3.8 9.5 14.2 10.7 20.1 10.7 2.9 0 10.4-.1 15.9-4.9 5.5-4.9 5.5-10.5 5.5-18.8v-59.9h18.6z'/%3E%3C/svg%3E");
    }
.classification[data-rating="PG"] {
        background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 318.2 283.5' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath d='M314.3 238.8L185 14.9C179.6 5.6 170 0 159.2 0s-20.4 5.6-25.8 14.9L4.1 238.8c-5.4 9.3-5.4 20.5 0 29.8s15 14.9 25.8 14.9h258.5c10.8 0 20.4-5.6 25.8-14.9 5.4-9.4 5.4-20.5.1-29.8z'/%3E%3Cpath class='st0' d='M309.9 241.3L180.7 17.4C176.2 9.6 168.2 5 159.2 5s-17 4.6-21.5 12.4L8.4 241.3c-4.5 7.8-4.5 17.1 0 24.8 4.5 7.8 12.5 12.4 21.5 12.4h258.5c9 0 17-4.6 21.5-12.4 4.5-7.8 4.5-17.1 0-24.8z'/%3E%3Cpath d='M169.9 23.6c-2.4-4.1-6.6-6.2-10.7-6.2s-8.3 2.1-10.7 6.2L19.2 247.5c-4.8 8.3 1.2 18.6 10.7 18.6h258.5c9.5 0 15.5-10.3 10.7-18.6L169.9 23.6z' fill='%23fbad00'/%3E%3Cpath class='st0' d='M102.2 161.5v32.8h12.7c3.7 0 7 0 10-.8 11-2.7 11.7-12.7 11.7-16.1 0-7-3.1-10.6-4.7-12.1-4.4-3.8-10.6-3.9-16.3-3.9h-13.4v.1zm-17.9-15.2h31.9c5.2 0 10.7 0 16.2 1.5 9.2 2.5 22.2 10.9 22.2 30 0 12.6-5.9 26.1-22.8 29.9-5.2 1.2-10.2 1.2-15.9 1.2h-13.8v32H84.3v-94.6zM244.9 189.2v51.7h-15.1v-8c-8.4 8.3-18 10.4-25.9 10.4-29.2 0-44.6-23.3-44.6-48.8 0-29.7 19.7-50.6 45.7-50.6 19.7 0 34.2 12.1 39.9 27.9l-16.9 6.8c-1.7-5.2-6.8-18.8-22.9-18.8-17.8 0-26.5 15.5-26.5 34.2 0 20.8 11.4 32.7 26.8 32.7 9.9 0 21.7-5.2 23.3-22h-23.6v-15.5h39.8z'/%3E%3C/svg%3E");
    }
.classification[data-rating="12"] {
        background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 283.5 283.5' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Ccircle cx='141.7' cy='141.7' r='141.7'/%3E%3Ccircle class='st0' cx='141.7' cy='141.7' r='136.8'/%3E%3Ccircle cx='141.7' cy='141.7' r='124.3' fill='%23ff7d13'/%3E%3Cpath class='st0' d='M114 90.4v99.5H95.9V133c0-9.4 0-12.2-8.1-12.2H71.6v-11.3h1.9c9.3-.1 21.8-.3 25.8-19l14.7-.1zM198 174.6v15.3h-67.7v-14.3c12.7-8.7 25.2-20.6 31.1-26.7 5.5-5.6 14.6-15.2 14.6-28.3 0-7.7-3.8-14.9-13.1-14.9-14.6 0-14.1 15.9-14 23l-18.6-1.6c0-14 4.6-23 8.4-27.6 5.5-6.3 14.9-10.8 25.6-10.8 18.9 0 32 12.2 32 31.1 0 16.1-9.9 27.6-20.8 37.4-2.2 1.9-15.5 13.1-21.1 17.2H198v.2z'/%3E%3C/svg%3E");
    }
.classification[data-rating="12a"] {
        background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 283.5 283.5' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Ccircle cx='141.7' cy='141.7' r='141.7'/%3E%3Ccircle class='st0' cx='141.7' cy='141.7' r='136.8'/%3E%3Ccircle cx='141.7' cy='141.7' r='124.3' fill='%23ff7d13'/%3E%3Cpath class='st0' d='M71.4 90.4v99.5H53.3V133c0-9.4 0-12.2-8.1-12.2H28.9v-11.3h1.9c9.3-.1 21.8-.3 25.8-19l14.8-.1zM155.4 174.6v15.3H87.7v-14.3c12.7-8.7 25.2-20.6 31.1-26.7 5.5-5.6 14.6-15.2 14.6-28.3 0-7.7-3.8-14.9-13.1-14.9-14.6 0-14.1 15.9-14 23l-18.6-1.6c0-14 4.6-23 8.4-27.6 5.5-6.3 14.9-10.8 25.6-10.8 18.9 0 32 12.2 32 31.1 0 16.1-9.9 27.6-20.8 37.4-2.2 1.9-15.5 13.1-21.1 17.2h43.6v.2zM219.2 154.4l-13.6-45.6-13.8 45.6h27.4zm5.1 16.1H187l-5.8 19.4h-19.8l33.4-99.1h21.1l33.8 99.1H230l-5.7-19.4z'/%3E%3C/svg%3E");
    }
.classification[data-rating="15"] {
        background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 283.5 283.5' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Ccircle cx='141.7' cy='141.7' r='141.7'/%3E%3Ccircle class='st0' cx='141.7' cy='141.7' r='136.8'/%3E%3Ccircle cx='141.7' cy='141.7' r='124.3' fill='%23fb4f93'/%3E%3Cpath class='st0' d='M114 90.4v99.5H95.9V133c0-9.4 0-12.2-8.1-12.2H71.6v-11.3h1.9c9.3-.1 21.8-.3 25.8-19l14.7-.1zM191.2 106.8h-38.8l-3.4 22c4.4-4.4 11.5-7.4 19.2-7.4 17.7 0 30.2 13.1 30.2 33.2 0 20.5-13.4 36.7-37 36.7-6.6 0-13.1-1.2-18.9-4.1-13.9-7.4-14.9-20.2-15.3-25.1l20.6-1.5c.4 10.2 6.8 14.7 14.3 14.7 3.4 0 6.3-.7 8.7-2.4 4.4-2.9 7.5-9.9 7.5-17.7 0-12.4-7.7-18.7-16.5-18.7-6.8 0-12.5 3.1-14.9 9.3l-16.7-1 7.1-54.7h55.3l-1.4 16.7z'/%3E%3C/svg%3E");
    }
.classification[data-rating="18"] {
        background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 283.5 283.5' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Ccircle cx='141.7' cy='141.7' r='141.7'/%3E%3Ccircle class='st0' cx='141.7' cy='141.7' r='136.8'/%3E%3Ccircle cx='141.7' cy='141.7' r='124.3' fill='%23dc0a0a'/%3E%3Cpath class='st0' d='M114 90.4v99.5H95.9V133c0-9.4 0-12.2-8.1-12.2H71.6v-11.3h1.9c9.3-.1 21.8-.3 25.8-19l14.7-.1zM148.6 118.4c0 4.4 1.9 13.1 15.3 13.1 11.6 0 14.6-7.5 14.6-13.1 0-11.3-9-13.4-14.7-13.4-12.5-.1-15.2 8-15.2 13.4m-1.6 42.3c0 8.4 5.9 14.1 16.8 14.1 9.6 0 16.7-5 16.7-14.3 0-1.8-.3-14.1-16.7-14.1-15.8 0-16.8 11.2-16.8 14.3m53.2.6c0 18.1-15.6 29.9-37.3 29.9-22.7 0-36.7-12.7-36.7-29.9 0-15.6 11.3-21.1 16.4-23.4-10.6-5-12.8-15.8-12.8-21.7 0-15.5 12.8-27.4 34.2-27.4 20.5 0 33.9 11.1 33.9 28.3 0 8.7-3.5 16.2-13 20.8 11.5 5.7 15.3 14.3 15.3 23.4'/%3E%3C/svg%3E");
    }
.classification[data-rating="R18"] {
        background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 283.5 283.5' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath d='M252.2 0H31.3C14.1 0 0 14.1 0 31.3v220.8c0 17.3 14.1 31.3 31.3 31.3h220.8c17.3 0 31.3-14.1 31.3-31.3V31.3C283.6 14.1 269.5 0 252.2 0z'/%3E%3Cpath class='st0' d='M252.2 5.2H31.3C16.9 5.2 5.2 16.9 5.2 31.3v220.8c0 14.4 11.7 26.1 26.1 26.1h220.8c14.4 0 26.1-11.7 26.1-26.1V31.3c.1-14.4-11.6-26.1-26-26.1z'/%3E%3Cpath d='M252.2 18.3H31.3c-7.2 0-13 5.8-13 13v220.8c0 7.2 5.8 13 13 13h220.8c7.2 0 13-5.8 13-13V31.3c.1-7.2-5.7-13-12.9-13z' fill='%23006ed2'/%3E%3Cpath class='st0' d='M54.4 105v32.6h6.8c6.6 0 9.2-.2 12.9-.3 4.3-.2 18.3-.9 18.3-16.1 0-2.2-.1-9.9-8.3-14-4.1-2.1-9.2-2.2-20.7-2.2h-9zM35.1 88.1h33.2c13.9.2 23.2.2 32.4 7.5 6.5 5.3 11.5 13.6 11.5 25.7 0 19.9-14.6 26.9-20.5 28.7l23.2 42.4H92.5l-20.7-38.7H54.4v38.7H35.1V88.1zM164.2 87.7v104.7h-19.1v-59.9c0-9.9 0-12.9-8.5-12.9h-17.1v-11.9h2c9.8-.2 23-.3 27.2-20h15.5zM199.3 117.2c0 4.7 2 13.8 16.1 13.8 12.3 0 15.4-7.9 15.4-13.8 0-11.9-9.5-14.1-15.5-14.1-13.2-.2-16 8.4-16 14.1m-1.7 44.5c0 8.8 6.2 14.9 17.7 14.9 10.1 0 17.5-5.3 17.5-15.1 0-1.9-.3-14.9-17.5-14.9-16.6.1-17.7 11.9-17.7 15.1m56.1.6c0 19.1-16.4 31.5-39.2 31.5-23.9 0-38.6-13.3-38.6-31.5 0-16.4 11.9-22.2 17.2-24.7-11.2-5.3-13.5-16.6-13.5-22.8 0-16.3 13.5-28.9 36-28.9 21.6 0 35.7 11.6 35.7 29.8 0 9.2-3.7 17.1-13.7 21.9 12.1 6.1 16.1 15.1 16.1 24.7'/%3E%3C/svg%3E");
    }
table.week-screenings td {
        -webkit-padding-before: 0.2rem;
                padding-block-start: 0.2rem;
        -webkit-padding-start: 0.5rem;
                padding-inline-start: 0.5rem;
    }
table.week-screenings h3 {
        -webkit-padding-before: 0.5rem;
                padding-block-start: 0.5rem;
    }
.movie-info {
    display: -webkit-flex;
    display: flex;
    gap: 1rem;
    -webkit-align-items: center;
            align-items: center;
}
.movie-info > .title {
        -webkit-flex-grow: 1;
                flex-grow: 1;
    }
.movie-info > .classification {
        -webkit-flex-shrink: 0;
                flex-shrink: 0;
    }
.notification {
  a {
    color: inherit;
  }
}