.spc-skipreischeck {
    background: #fff;
    border: 1px solid #c9c3bb;
    padding: clamp(1.5rem, 4vw, 3rem);
    text-align: center;
}

.spc-skipreischeck__intro {
    max-width: 44rem;
    margin: 0 auto 1.5rem;
}

.spc-skipreischeck__eyebrow {
    margin-bottom: .5rem;
    color: #b31619;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.spc-skipreischeck__intro h2 {
    margin-bottom: .75rem;
    color: #272726;
    font-weight: 800;
}

.spc-skipreischeck__form {
    margin: 1.5rem 0 1rem;
}

.spc-skipreischeck__button {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    min-height: 3rem;
    padding-inline: 1.5rem;
}

.spc-skipreischeck__privacy {
    max-width: 42rem;
    margin: 0 auto;
    color: #5b5956;
    font-size: .875rem;
}

.spc-skipreischeck__notice {
    max-width: 42rem;
    margin: 1.25rem auto;
    padding: 1rem 1.25rem;
    background: #e6e5e3;
    color: #272726;
    text-align: left;
}

.spc-skipreischeck__notice h3,
.spc-skipreischeck__notice p {
    margin: 0;
}

.spc-skipreischeck__notice h3 + p {
    margin-top: .35rem;
}

.spc-skipreischeck__notice--error {
    border-left: 4px solid #b31619;
}

.spc-skipreischeck__overlay {
    position: fixed;
    z-index: 1080;
    inset: 0;
    display: grid;
    place-items: start center;
    overflow-y: auto;
    padding: 1rem;
    background: rgba(39, 39, 38, .82);
}

.spc-skipreischeck__overlay[hidden] {
    display: none;
}

.spc-skipreischeck__dialog {
    width: min(100%, 30rem);
    margin-top: clamp(1rem, 8vh, 5rem);
    padding: 1rem;
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .3);
    text-align: left;
}

.spc-skipreischeck__dialog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.spc-skipreischeck__status {
    min-height: 1.5rem;
    margin: .75rem 0 0;
    color: #5b5956;
    font-size: .875rem;
    text-align: center;
}

.spc-skipreischeck [data-skipreischeck-reader] {
    width: 100%;
}

.spc-skipreischeck [data-skipreischeck-reader] video,
.spc-skipreischeck [data-skipreischeck-reader] canvas {
    max-width: 100%;
}

.spc-skipreischeck .html5-qrcode-anchor-scan-type-change {
    display: none !important;
}
