/* My Kingdom Keys RC4.2 — Launch Content Cleanup */
.studio-launch-lock{
    margin:14px 0 18px;
    padding:15px 16px;
    border:1px solid rgba(111,75,31,.18);
    border-radius:17px;
    background:#f6eddb;
    color:#493f30;
}
.studio-launch-lock strong{
    display:block;
    margin-bottom:6px;
    font-size:.92rem;
    line-height:1.35;
    font-weight:900;
    letter-spacing:.035em;
}
.studio-launch-lock p{
    margin:0 0 6px;
    font-size:.95rem;
    line-height:1.52;
}
.studio-launch-lock small{
    display:block;
    font-size:.88rem;
    line-height:1.45;
    color:#665c4c;
}
.launch-content-empty{
    grid-column:1 / -1;
    padding:24px 18px;
    border:1px solid rgba(59,66,54,.12);
    border-radius:18px;
    background:#f8f4eb;
    text-align:center;
}
.launch-content-empty strong{
    display:block;
    margin-bottom:7px;
    font-size:1.05rem;
    line-height:1.35;
}
.launch-content-empty p{
    max-width:36rem;
    margin:0 auto;
    font-size:.95rem;
    line-height:1.55;
    color:#5d655a;
}
html[data-contrast="high"] .studio-launch-lock,
html[data-contrast="high"] .launch-content-empty{
    background:#fff!important;
    color:#111!important;
    border-color:#444!important;
}
