
/* Astro Dayı article and legal pages — v0.10 */
body.astro-dayi-content-page,
body.astro-dayi-article-page{
  background:#06142d !important;
  color:#dfe6f3 !important;
}

body.astro-dayi-content-page .wp-site-blocks,
body.astro-dayi-article-page .wp-site-blocks{
  background:
    radial-gradient(circle at 80% 6%, rgba(43,76,153,.20), transparent 33%),
    linear-gradient(180deg,#06142d,#071735 70%,#051126) !important;
  min-height:100vh;
  color:#dfe6f3;
}

body.astro-dayi-content-page main,
body.astro-dayi-article-page main,
body.astro-dayi-content-page .wp-block-post-content,
body.astro-dayi-article-page .wp-block-post-content,
body.astro-dayi-content-page .entry-content,
body.astro-dayi-article-page .entry-content{
  box-sizing:border-box;
  max-width:980px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

body.astro-dayi-content-page main,
body.astro-dayi-article-page main{
  padding:48px 28px 72px !important;
}

/* Prevent the giant-image problem seen in the video. */
body.astro-dayi-content-page main img,
body.astro-dayi-article-page main img,
body.astro-dayi-content-page .wp-block-post-featured-image img,
body.astro-dayi-article-page .wp-block-post-featured-image img{
  display:block;
  width:100% !important;
  max-width:920px !important;
  max-height:440px !important;
  margin:22px auto !important;
  object-fit:cover !important;
  border-radius:18px !important;
  border:1px solid rgba(218,174,84,.20);
  box-shadow:0 18px 50px rgba(0,0,0,.28);
}

body.astro-dayi-content-page .wp-block-post-featured-image,
body.astro-dayi-article-page .wp-block-post-featured-image{
  max-width:920px !important;
  margin:20px auto 28px !important;
}

body.astro-dayi-content-page h1,
body.astro-dayi-article-page h1{
  color:#f4e6c4 !important;
  font-family:Georgia,serif !important;
  font-size:clamp(36px,5vw,62px) !important;
  line-height:1.08 !important;
  max-width:900px;
}

body.astro-dayi-content-page h2,
body.astro-dayi-article-page h2{
  margin-top:34px !important;
  color:#e5bd62 !important;
  font-family:Georgia,serif !important;
  font-size:clamp(24px,3vw,34px) !important;
}

body.astro-dayi-content-page p,
body.astro-dayi-article-page p,
body.astro-dayi-content-page li,
body.astro-dayi-article-page li{
  color:#c7d0e1 !important;
  font-size:17px !important;
  line-height:1.75 !important;
}

body.astro-dayi-content-page a,
body.astro-dayi-article-page a{
  color:#e4b957 !important;
  text-decoration-color:rgba(228,185,87,.45) !important;
}

body.astro-dayi-content-page ul,
body.astro-dayi-article-page ul{
  padding-left:24px;
}

body.astro-dayi-content-page header,
body.astro-dayi-article-page header,
body.astro-dayi-content-page footer,
body.astro-dayi-article-page footer{
  background:#07152f !important;
  color:#dfe6f3 !important;
}

/* Constrain query-loop thumbnails as well, so old posts never explode visually. */
body.astro-dayi-article-page .wp-block-post-featured-image,
body.astro-dayi-article-page figure{
  overflow:hidden;
}

@media(max-width:700px){
  body.astro-dayi-content-page main,
  body.astro-dayi-article-page main{
    padding:28px 18px 54px !important;
  }
  body.astro-dayi-content-page main img,
  body.astro-dayi-article-page main img{
    max-height:300px !important;
  }
}
