@import url('/Parcours/mode/assets/content.css');
.subscriber-login-modal {
    width: min(520px, 94vw);
    height: min(760px, 92vh);
    padding: 0;
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #142b36;
    box-shadow: 0 30px 100px rgba(0, 20, 30, .5);
}
.subscriber-login-modal::backdrop {
    background: rgba(2, 20, 29, .78);
    backdrop-filter: blur(5px);
}
.subscriber-login-modal iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
.subscriber-login-modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 3;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    background: rgba(20, 43, 54, .85);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}
.panel-layout--landscape .slide-image,
.panel-layout--landscape video { order: 1; margin: 0; }
.panel-layout--landscape .slide-copy { order: 2; margin-top: 24px; }
