body.blog-article-page,
body.single-blog-page {
  background:
    radial-gradient(1200px 560px at 10% -10%, rgba(255, 140, 30, 0.22), transparent 58%),
    radial-gradient(980px 460px at 100% 0%, rgba(24, 91, 255, 0.16), transparent 58%),
    #050506;
  color: #edf3ff;
}

body.blog-article-page .sitemap,
body.single-blog-page .sitemap {
  margin-top: 28px;
}

body.blog-article-page .inner-sitemap,
body.single-blog-page .inner-sitemap {
  border-radius: 24px;
  border: 1px solid rgba(255, 154, 58, 0.36);
  padding: clamp(28px, 4.2vw, 44px);
  display: grid;
  gap: 10px;
  background:
    linear-gradient(138deg, rgba(255, 130, 19, 0.16), rgba(9, 20, 52, 0.45) 38%, rgba(6, 13, 36, 0.94) 100%),
    #090f24;
  box-shadow:
    0 22px 44px rgba(3, 8, 25, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

body.blog-article-page .sitemap-heading,
body.single-blog-page .sitemap-heading {
  margin: 0;
  color: #fff6ea;
  text-transform: none;
  letter-spacing: -0.02em;
  font-size: clamp(2rem, 5.2vw, 4.1rem);
  line-height: 1;
  font-weight: 700;
}

body.blog-article-page .stemap-text,
body.single-blog-page .stemap-text {
  margin-left: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  padding: 8px 16px;
  color: rgba(235, 242, 255, 0.84);
  font-size: 0.94rem;
}

body.blog-article-page .single-post-section,
body.single-blog-page .single-post-section {
  padding: 34px 0 90px;
}

body.blog-article-page .single-stack,
body.single-blog-page .single-stack {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1fr) !important;
  gap: 22px;
  padding: 0;
  align-items: start;
}

body.blog-article-page .single-stack > .w-layout-cell,
body.single-blog-page .single-stack > .w-layout-cell {
  min-width: 0;
  width: auto !important;
}

body.blog-article-page .single-stack > .single-post-text-cell,
body.single-blog-page .single-stack > .single-post-text-cell {
  grid-column: 2 / 3 !important;
}

body.blog-article-page .single-stack > .signel-post-image-cell,
body.single-blog-page .single-stack > .signel-post-image-cell {
  grid-column: 1 / 2 !important;
}

body.blog-article-page .signel-post-image-cell,
body.single-blog-page .signel-post-image-cell {
  min-width: 0;
}

body.blog-article-page .single-img-wrapper,
body.single-blog-page .single-img-wrapper {
  position: sticky;
  top: 124px;
  display: grid;
  gap: 14px;
}

body.blog-article-page .single-upper,
body.single-blog-page .single-upper {
  border-radius: 20px;
  border: 1px solid rgba(255, 164, 69, 0.36);
  padding: clamp(22px, 3vw, 32px);
  background:
    linear-gradient(150deg, rgba(255, 136, 27, 0.13), rgba(10, 21, 53, 0.72) 44%, rgba(6, 12, 30, 0.95)),
    #0a122d;
  box-shadow:
    0 18px 36px rgba(2, 7, 22, 0.48),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

body.blog-article-page .blog-author-and-category,
body.single-blog-page .blog-author-and-category {
  margin-bottom: 16px;
}

body.blog-article-page .blog-category-2.single-category,
body.single-blog-page .blog-category-2.single-category {
  border-radius: 999px;
  border: 1px solid rgba(255, 173, 87, 0.58);
  background: rgba(255, 255, 255, 0.03);
  color: #ffd4a1;
  padding: 8px 15px;
  font-size: 0.79rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

body.blog-article-page .single-blog-heading,
body.single-blog-page .single-blog-heading {
  margin: 0;
  color: #ffffff;
  text-transform: none;
  letter-spacing: -0.02em;
  font-size: clamp(1.55rem, 2.7vw, 2.55rem);
  line-height: 1.14;
  font-weight: 700;
}

body.blog-article-page .single-post-img,
body.single-blog-page .single-post-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  object-fit: cover;
  box-shadow: 0 18px 34px rgba(2, 7, 20, 0.5);
}

body.blog-article-page .single-post-text-cell,
body.single-blog-page .single-post-text-cell {
  border-radius: 20px;
  border: 1px solid rgba(255, 158, 62, 0.28);
  padding: clamp(22px, 3.2vw, 38px);
  background:
    linear-gradient(165deg, rgba(10, 30, 78, 0.7), rgba(7, 14, 34, 0.95) 62%),
    #08132f;
  box-shadow:
    0 20px 40px rgba(2, 7, 21, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

body.blog-article-page .single-post-text-cell .w-richtext,
body.single-blog-page .single-post-text-cell .w-richtext {
  color: rgba(237, 244, 255, 0.88);
  font-size: 1.03rem;
  line-height: 1.82;
}

body.blog-article-page .single-post-text-cell .w-richtext h4,
body.single-blog-page .single-post-text-cell .w-richtext h4 {
  margin: 1.45em 0 0.55em;
  color: #fff3de;
  font-size: clamp(1.08rem, 1.9vw, 1.34rem);
  line-height: 1.34;
  letter-spacing: -0.01em;
}

body.blog-article-page .single-post-text-cell .w-richtext h1,
body.single-blog-page .single-post-text-cell .w-richtext h1,
body.blog-article-page .single-post-text-cell .w-richtext h2,
body.single-blog-page .single-post-text-cell .w-richtext h2,
body.blog-article-page .single-post-text-cell .w-richtext h3,
body.single-blog-page .single-post-text-cell .w-richtext h3,
body.blog-article-page .single-post-text-cell .w-richtext h5,
body.single-blog-page .single-post-text-cell .w-richtext h5,
body.blog-article-page .single-post-text-cell .w-richtext h6,
body.single-blog-page .single-post-text-cell .w-richtext h6 {
  margin: 1.45em 0 0.55em;
  color: #fff3de;
  line-height: 1.32;
  letter-spacing: -0.01em;
  font-weight: 700;
}

body.blog-article-page .single-post-text-cell .w-richtext h1,
body.single-blog-page .single-post-text-cell .w-richtext h1 {
  font-size: clamp(1.42rem, 2.2vw, 1.9rem);
}

body.blog-article-page .single-post-text-cell .w-richtext h2,
body.single-blog-page .single-post-text-cell .w-richtext h2 {
  font-size: clamp(1.3rem, 2vw, 1.64rem);
}

body.blog-article-page .single-post-text-cell .w-richtext h3,
body.single-blog-page .single-post-text-cell .w-richtext h3 {
  font-size: clamp(1.2rem, 1.85vw, 1.46rem);
}

body.blog-article-page .single-post-text-cell .w-richtext h5,
body.single-blog-page .single-post-text-cell .w-richtext h5 {
  font-size: clamp(1rem, 1.55vw, 1.16rem);
}

body.blog-article-page .single-post-text-cell .w-richtext h6,
body.single-blog-page .single-post-text-cell .w-richtext h6 {
  font-size: clamp(0.94rem, 1.35vw, 1.02rem);
}

body.blog-article-page .single-post-text-cell .w-richtext p,
body.single-blog-page .single-post-text-cell .w-richtext p {
  margin: 0 0 1.08em;
  max-width: none;
  word-break: normal;
  overflow-wrap: break-word;
}

body.blog-article-page .single-post-text-cell .w-richtext ul,
body.single-blog-page .single-post-text-cell .w-richtext ul,
body.blog-article-page .single-post-text-cell .w-richtext ol,
body.single-blog-page .single-post-text-cell .w-richtext ol {
  margin: 0 0 1.18em;
  padding-left: 1.3em;
}

body.blog-article-page .single-post-text-cell .w-richtext li,
body.single-blog-page .single-post-text-cell .w-richtext li {
  margin: 0 0 0.54em;
}

body.blog-article-page .single-post-text-cell .w-richtext a,
body.single-blog-page .single-post-text-cell .w-richtext a {
  color: #ffbf79;
  text-decoration-color: rgba(255, 191, 121, 0.55);
  text-underline-offset: 2px;
}

body.blog-article-page .single-post-text-cell .w-richtext a:hover,
body.single-blog-page .single-post-text-cell .w-richtext a:hover {
  color: #ffd8ab;
  text-decoration-color: #ffd8ab;
}

body.blog-article-page .single-post-text-cell .w-richtext img,
body.single-blog-page .single-post-text-cell .w-richtext img,
body.blog-article-page .single-post-text-cell .w-richtext video,
body.single-blog-page .single-post-text-cell .w-richtext video,
body.blog-article-page .single-post-text-cell .w-richtext iframe,
body.single-blog-page .single-post-text-cell .w-richtext iframe {
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 22px rgba(2, 7, 18, 0.45);
  margin: 0.6em 0 1.1em;
}

body.blog-article-page .single-post-text-cell .w-richtext figure,
body.single-blog-page .single-post-text-cell .w-richtext figure {
  margin: 0.7em 0 1.2em;
}

body.blog-article-page .single-post-text-cell .w-richtext figcaption,
body.single-blog-page .single-post-text-cell .w-richtext figcaption {
  margin-top: 0.52em;
  color: rgba(226, 236, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.45;
}

body.blog-article-page .single-post-text-cell .w-richtext blockquote,
body.single-blog-page .single-post-text-cell .w-richtext blockquote {
  margin: 1.2em 0 1.35em;
  padding: 0.5em 0 0.5em 1em;
  border-left: 3px solid rgba(255, 173, 87, 0.7);
  color: rgba(245, 239, 229, 0.95);
  font-size: 1.02em;
  line-height: 1.72;
}

body.blog-article-page .single-post-text-cell .w-richtext .wp-block-columns,
body.single-blog-page .single-post-text-cell .w-richtext .wp-block-columns {
  display: block !important;
}

body.blog-article-page .single-post-text-cell .w-richtext .wp-block-column,
body.single-blog-page .single-post-text-cell .w-richtext .wp-block-column {
  flex-basis: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.blog-article-page .single-post-text-cell .w-richtext .alignleft,
body.single-blog-page .single-post-text-cell .w-richtext .alignleft,
body.blog-article-page .single-post-text-cell .w-richtext .alignright,
body.single-blog-page .single-post-text-cell .w-richtext .alignright {
  float: none !important;
  margin: 0.6em 0 1.1em !important;
}

body.blog-article-page .single-post-text-cell .w-richtext p:first-of-type::first-letter,
body.single-blog-page .single-post-text-cell .w-richtext p:first-of-type::first-letter {
  float: left;
  margin: 7px 10px 0 0;
  color: #ffba67;
  font-size: 2.6em;
  line-height: 0.9;
  font-weight: 700;
}

body.blog-article-page .single-post-text-cell .w-richtext strong,
body.single-blog-page .single-post-text-cell .w-richtext strong {
  color: #ffd8ab;
  font-weight: 700;
}

body.blog-article-page #skm-main-content [style],
body.single-blog-page #skm-main-content [style] {
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 1080px) {
  body.blog-article-page .single-stack,
  body.single-blog-page .single-stack {
    grid-template-columns: 1fr;
  }

  body.blog-article-page .single-img-wrapper,
  body.single-blog-page .single-img-wrapper {
    position: relative;
    top: 0;
  }
}

@media (max-width: 640px) {
  body.blog-article-page .single-post-text-cell,
  body.single-blog-page .single-post-text-cell,
  body.blog-article-page .single-upper,
  body.single-blog-page .single-upper {
    border-radius: 14px;
    padding: 18px;
  }

  body.blog-article-page .single-post-img,
  body.single-blog-page .single-post-img {
    border-radius: 12px;
  }

  body.blog-article-page .sitemap-heading,
  body.single-blog-page .sitemap-heading {
    font-size: clamp(1.8rem, 11vw, 2.7rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.blog-article-page .single-post-img,
  body.single-blog-page .single-post-img {
    transition: none;
  }
}
