/* Shared editorial layout for Adlo media, press, and Playbook articles. */
.editorial-article{
  max-width:1320px;
  margin:0 auto;
  padding:0 48px 88px;
  display:flow-root;
}
.editorial-article .breadcrumb{
  max-width:none;
  padding:40px 0 0;
  margin:0 0 44px;
}
.editorial-article .article-figure{
  float:right;
  width:min(40%,500px);
  height:650px;
  margin:0 0 52px 72px;
  border-radius:24px;
  overflow:hidden;
  background:#0a1628;
  box-shadow:0 1px 0 rgba(15,17,23,.08);
}
.editorial-article .article-figure img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.editorial-article .article-head{
  max-width:none;
  margin:0;
  padding:0 0 40px;
}
.editorial-article .article-h1{
  font-size:clamp(48px,5.2vw,78px);
  max-width:760px;
}
.editorial-article .article-dek{max-width:760px}
.editorial-article .article-meta{max-width:760px}
.editorial-article .article-body{
  max-width:none;
  margin:0;
  padding:0;
  font-size:18px;
  line-height:1.72;
}
.editorial-article .article-body > p,
.editorial-article .article-body > h2,
.editorial-article .article-body > h3,
.editorial-article .article-body > blockquote,
.editorial-article .article-body > ul,
.editorial-article .article-body > ol,
.editorial-article .article-body > table,
.editorial-article .article-body > .callout{
  max-width:none;
}
.editorial-article .article-source{
  clear:both;
  margin-top:64px;
  padding:28px 32px;
  border:1px solid var(--border);
  border-radius:18px;
  background:var(--white);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.editorial-article .article-source-label{
  font-size:12px;
  font-weight:600;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:var(--muted);
}
.editorial-article .article-source a{
  color:var(--blue);
  font-weight:600;
  text-decoration:none;
}
.editorial-article .article-source a:hover{text-decoration:underline}
@media(max-width:900px){
  .editorial-article .article-figure{
    float:none;
    width:100%;
    height:min(66vw,520px);
    margin:0 0 40px;
  }
  .editorial-article .article-h1,
  .editorial-article .article-dek,
  .editorial-article .article-meta{max-width:none}
}
@media(max-width:680px){
  .editorial-article{padding:0 20px 56px}
  .editorial-article .breadcrumb{padding-top:24px;margin-bottom:28px}
  .editorial-article .article-figure{height:70vw;border-radius:18px;margin-bottom:32px}
  .editorial-article .article-head{padding-bottom:32px}
  .editorial-article .article-h1{font-size:clamp(42px,13vw,58px)}
  .editorial-article .article-body{font-size:17px}
  .editorial-article .article-source{align-items:flex-start;flex-direction:column;padding:24px}
}
