/* Keep the replayed site inside the visible viewport. */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
}

/* The fixed mobile availability banner used content-box padding wider than its link. */
.lindt-banner a > p {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 767px) {
    /* The rotated label extends roughly 5px past its 150px banner box. */
    .lindt-banner {
        right: 6px !important;
    }
}
