#mobile-notice-overlay{
position: fixed;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(0,128,250,0.24);
background-color: #000;
z-index: 100000;
pointer-events: auto;
}

#mobile-notice-panel{
max-width: 88vw;
padding: 24px 28px;
text-align: center;
font-family: "Jura", Verdana, Arial, Helvetica, sans-serif;
font-size: clamp(16px, 4.2vw, 22px);
line-height: 1.55;
color: rgba(200,225,255,1);
background-color: rgba(0,0,0,0.72);
border-radius: 16px;
transform: rotate(-48deg);
}

.mobile-notice-line{
display: block;
white-space: nowrap;
}
