.bytes {
    text-align: center;
    padding: 1em;
    max-width: 728px;
    margin: 0 auto;
}

#_default_ a._default_ {
    width: 100% !important;
}

.bytes img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

fieldset {
    border: none;
}

dt {
    font-weight: bold;
}

.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.display {
    position: relative;
    left: 0px;
    height: 600px;
}

.url {
    width: 70%;
    margin: 0 auto;
}

.display div {
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
}

:not(pre) &gt;
code {
    background: transparent;
}

a {
}

/* Leave other iframes, like your map, unaffected */
.map-container iframe {
    transform: none; /* Reset scale */
}

iframe {
    transform: scale(0.219);
    -webkit-transform: scale(0.219);
    -o-transform: scale(0.219);
    -ms-transform: scale(0.219);
    -moz-transform: scale(0.219);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #fff;
    border-color: #000;
}

.mobile {
    background-image: url(../img/emulator/iphone-optimised.png);
    position: absolute;
    width: 95px;
    height: 196px;
    top: 375px;
    left: 300px;
    z-index: 5;
}

.mobile iframe {
    width: 320px;
    height: 480px;
    top: 32px;
    left: 11px;
    overflow-y: hidden;
}

.tablet {
    background-image: url(../img/emulator/ipad-optimised.png);
    width: 246px;
    height: 400px;
    z-index: 4;
    position: absolute;
    left: 120px;
    top: 230px;
}

.tablet iframe {
    width: 768px;
    height: 1024px;
    top: 35px;
    left: 38px;
    overflow-y: hidden;
}

.laptop {
    background-image: url(../img/emulator/laptop-screen-optimised.png);
    width: 477px;
    height: 307px;
    top: 264px;
    left: 560px;
    position: absolute;
    z-index: 2;
}

.laptop iframe {
    width: 1280px;
    height: 802px;
    top: 26px;
    left: 60px;
    transform: scale(0.277);
    -webkit-transform: scale(0.277);
    -o-transform: scale(0.277);
    -ms-transform: scale(0.277);
    -moz-transform: scale(0.277);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
}

.desktop {
    position: absolute;
    width: 566px;
    height: 538px;
    background-image: url(../img/emulator/large-screen-optimised.png);
    top: 0px;
    left: 220px;
    z-index: 1;
}

.desktop iframe {
    left: 28px;
    top: 38px;
    width: 1600px;
    height: 992px;
    transform: scale(0.3181);
    -webkit-transform: scale(0.3181);
    -o-transform: scale(0.3181);
    -ms-transform: scale(0.3181);
    -moz-transform: scale(0.3181);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
}

.about-tool {
    font-size: 1.2em;
    max-width: 64em;
    width: 100%;
    margin: 1em auto;
}

.about-tool li {
    margin-bottom: 0.5em;
    line-height: 1.2;
}

@media (max-width: 1160px) {
    .display {
        width: 95%;
        height: 550px;
        transform: scale(0.81);
        -webkit-transform: scale(0.81);
        -o-transform: scale(0.81);
        -ms-transform: scale(0.81);
        -moz-transform: scale(0.81);
    }

    .desktop {
        left: 180px;
    }

    .laptop {
        left: 520px;
    }

    .tablet {
        left: 80px;
    }

    .mobile {
        left: 260px;
    }

    input {
        width: 88%;
    }
}

@media (max-width: 1070px) {
    .display {
        left: -50px;
    }
}

@media (max-width: 1000px) {
    .display {
        height: 500px;
        transform: scale(0.71);
        -webkit-transform: scale(0.71);
        -o-transform: scale(0.71);
        -ms-transform: scale(0.71);
        -moz-transform: scale(0.71);
        top: -40px;
    }

    .desktop {
        left: 140px;
    }

    .laptop {
        left: 480px;
    }

    .tablet {
        left: 40px;
    }

    .mobile {
        left: 220px;
    }
}

@media (max-width: 850px) {
    .display {
        height: 500px;
        transform: scale(0.65);
        -webkit-transform: scale(0.65);
        -o-transform: scale(0.65);
        -ms-transform: scale(0.65);
        -moz-transform: scale(0.65);
    }

    .desktop {
        left: 100px;
    }

    .laptop {
        left: 440px;
    }

    .tablet {
        left: 0px;
    }

    .mobile {
        left: 180px;
    }
}

@media (max-width: 768px) {
    .display {
        height: 450px;
        transform: scale(0.55);
        -webkit-transform: scale(0.55);
        -o-transform: scale(0.55);
        -ms-transform: scale(0.55);
        -moz-transform: scale(0.55);
    }

    a.button {
        font-size: 1.6em;
        line-height: 1.75em;
        margin-top: 0.5em;
        width: 100%;
    }

    input {
        height: 1.2em;
        width: 100%;
    }
}

@media (max-width: 670px) {
    .display {
        height: 400px;
        left: -70px;
        transform: scale(0.45);
        -webkit-transform: scale(0.45);
        -o-transform: scale(0.45);
        -ms-transform: scale(0.45);
        -moz-transform: scale(0.45);
    }
}

@media (max-width: 580px) {
    input {
        font-size: 1.4em;
        height: 1.4em;
        width: 100%;
    }

    a.button {
        width: 100%;
        float: left;
        font-size: 1.4em;
        margin-top: 0.5em;
    }
}

@media (max-width: 560px) {
    .display {
        height: 270px;
        top: -65px;
        transform: scale(0.37);
        -webkit-transform: scale(0.37);
        -o-transform: scale(0.37);
        -ms-transform: scale(0.37);
        -moz-transform: scale(0.37);
    }
}

@media (max-width: 440px) {
    .display {
        left: -17px;
        top: -65px;
        width: 70px;
        transform: scale(0.35);
        -webkit-transform: scale(0.35);
        -o-transform: scale(0.35);
        -ms-transform: scale(0.35);
        -moz-transform: scale(0.35);
    }
}

@media (max-width: 380px) {
    .display {
        height: 235px;
        left: -17px;
        top: -65px;
        width: 70px;
        transform: scale(0.27);
        -webkit-transform: scale(0.27);
        -o-transform: scale(0.27);
        -ms-transform: scale(0.27);
        -moz-transform: scale(0.27);
    }

    .desktop {
        left: 100px;
    }

    .laptop {
        left: 515px;
    }

    .tablet {
        left: 0px;
    }

    .mobile {
        left: 180px;
    }

    h1 {
        font-size: 1.2em;
    }

    p {
        margin: 1em;
    }
}

--sxs {
    --sxs:1 sp-k-eyOShd sp-k-iOHdLQ
}

@media {
    @keyframes sp-k-eyOShd {
        0% {
            opacity:0
        }

        100% {
            opacity:1
        }
    }

    @keyframes sp-k-iOHdLQ {
        0% {
            transform:rotateX(-25.5deg) rotateY(45deg)
        }

        100% {
            transform:rotateX(-25.5deg) rotateY(405deg)
        }
    }
}

--sxs {
    --sxs:2 sp-c-gMfcns sp-c-bxeRRt sp-c-jKPvnt sp-c-fWymNx sp-c-euXojQ sp-c-bpmgvy sp-c-PJLV
}

@media {
    .sp-c-gMfcns svg {
        margin:auto
    }

    .sp-c-bxeRRt {
        -webkit-appearance: none;
        appearance: none;
        outline: none;
        display: flex;
        align-items: center;
        font-size: inherit;
        font-family: inherit;
        background-color: transparent;
        transition: color var(--sp-transitions-default), background var(--sp-transitions-default);
        cursor: pointer;
        color: var(--sp-colors-clickable);
        border: 0;
        text-decoration:none
    }

    .sp-c-bxeRRt:disabled {
        color: var(--sp-colors-disabled)
    }

    .sp-c-bxeRRt:hover:not(:disabled, [data-active='true']) {
        color: var(--sp-colors-hover)
    }

    .sp-c-bxeRRt[data-active="true"] {
        color:var(--sp-colors-accent)
    }

    .sp-c-bxeRRt svg {
        min-width: var(--sp-space-4);
        width: var(--sp-space-4);
        height:var(--sp-space-4)
    }

    .sp-c-bxeRRt.sp-c-gMfcns {
        padding: var(--sp-space-1);
        height: var(--sp-space-7);
        display:flex
    }

    .sp-c-bxeRRt.sp-c-gMfcns.sp-c-bxeRRt:not(:has(span)) {
        width:var(--sp-space-7)
    }

    .sp-c-bxeRRt.sp-c-gMfcns.sp-c-bxeRRt:has(svg + span) {
        padding-right: var(--sp-space-3);
        padding-left: var(--sp-space-2);
        gap:var(--sp-space-1)
    }

    .sp-c-jKPvnt {
        padding: 0 var(--sp-space-1) 0 var(--sp-space-1);
        border-radius: var(--sp-border-radius);
        margin-left: var(--sp-space-1);
        width: var(--sp-space-5);
        visibility: hidden;
        cursor: pointer;
        position: absolute;
        right:0px
    }

    .sp-c-jKPvnt svg {
        width: var(--sp-space-3);
        height: var(--sp-space-3);
        display: block;
        position: relative;
        top:1px
    }

    .sp-c-fWymNx {
        margin: 0;
        display: block;
        font-family: var(--sp-font-mono);
        font-size: var(--sp-font-size);
        color: var(--sp-syntax-color-plain);
        line-height:var(--sp-font-lineHeight)
    }

    .sp-c-euXojQ {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
        background-color: var(--sp-colors-surface1);
        gap:1px
    }

    .sp-c-euXojQ:has(.sp-stack) {
        background-color:var(--sp-colors-surface2)
    }

    .sp-c-bpmgvy {
        transform:translate(-4px, 9px) scale(0.13, 0.13)
    }

    .sp-c-bpmgvy * {
        position: absolute;
        width: 96px;
        height:96px
    }
}

--sxs {
    --sxs:3 sp-c-PJLV-kCOVwI-status-pass sp-c-PJLV-kEzYsr-status-fail sp-c-PJLV-gHAhSA-status-skip sp-c-PJLV-jgnHyR-status-title sp-c-PJLV-iCgxLS-status-run sp-c-PJLV-bnDZSy-status-pass sp-c-PJLV-eYuGwt-status-fail
}

@media {
    .sp-c-PJLV-kCOVwI-status-pass {
        color:var(--test-pass)
    }

    .sp-c-PJLV-kEzYsr-status-fail {
        color:var(--test-fail)
    }

    .sp-c-PJLV-gHAhSA-status-skip {
        color:var(--test-skip)
    }

    .sp-c-PJLV-jgnHyR-status-title {
        color:var(--test-title)
    }

    .sp-c-PJLV-iCgxLS-status-run {
        background: var(--test-run);
        color:var(--sp-colors-surface1)
    }

    .sp-c-PJLV-bnDZSy-status-pass {
        background: var(--test-pass);
        color:var(--sp-colors-surface1)
    }

    .sp-c-PJLV-eYuGwt-status-fail {
        background: var(--test-fail);
        color: var(--sp-colors-surface1)
    }
}
