/* Ukrainian online setup SEO content. Keeps the existing setup screen as the first viewport. */
.online-ua-seo-content{
  display:none;
}

html[lang="uk"].setup-online body{
  overflow-x:hidden;
  overflow-y:auto;
}

html[lang="uk"].setup-online .online-ua-seo-content{
  display:block;
  width:min(760px,calc(100% - 28px));
  margin:0 auto;
  padding:clamp(28px,5vw,48px) 0 clamp(38px,6vw,64px);
  color:#d8c69f;
  text-align:center;
}

html[lang="uk"].setup-online .online-ua-seo-content h2{
  margin:0 0 12px;
  color:#f4cd73;
  font-family:Georgia,serif;
  font-size:clamp(21px,3vw,30px);
  line-height:1.2;
}

html[lang="uk"].setup-online .online-ua-seo-content p{
  margin:0;
  font-size:clamp(14px,1.8vw,16px);
  line-height:1.65;
}

html[lang="uk"].setup-online .online-ua-seo-content a{
  color:#f4cd73;
  font-weight:700;
  text-underline-offset:3px;
}

html[lang="uk"].setup-online[data-theme="light"] .online-ua-seo-content{
  color:#5f5549;
}

html[lang="uk"].setup-online[data-theme="light"] .online-ua-seo-content h2,
html[lang="uk"].setup-online[data-theme="light"] .online-ua-seo-content a{
  color:#8d5e12;
}

@media(max-width:520px){
  html[lang="uk"].setup-online .online-ua-seo-content{
    width:min(100% - 22px,760px);
    padding-top:24px;
  }
}
