.single-blog {
  font-family: stolzl, sans-serif;
  font-weight: 300;
  width: 100%;
  height: auto;
  background-color: #f6f1ed;
  margin: auto;
}

.single-blog.image {
  padding-bottom: 4rem;
}

/* .single-blog-article {
  background-color: #ffffff;
  max-width: 1148px;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 2rem 3rem;
}

.single-blog-article.image {
  margin-top: -200px;
} */

.single-blog-container {
  background-color: #ffffff;
  max-width: 1148px;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 2rem 3rem;
}

.single-blog-container.image {
  margin-top: -200px;
}

.single-blog-article > * {
  padding-bottom: 1rem;
}

.single-blog-text {
  margin: revert;
}

.single-blog-text p {
  margin: revert;
}

.single-blog-text ul {
  padding-left: 1rem;
}

.single-blog-text {
  line-height: 30px;
}

.single-blog-text img {
  /* width: 100%; */
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}

.single-blog-text blockquote {
  font-size: 36px;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
  margin: revert;
}

.single-blog-content-block {
  margin: 2rem 0;
}

.single-blog-content-block img {
  width: 100%;
  margin: 1rem 0;
}

.single-blog-links {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}

.single-blog-social-links .fa-brands {
  margin-right: 1.2rem;
  font-style: normal;
  font-size: 20px;
}

.single-blog a {
  text-decoration: none;
  color: #ff483c;
}
.single-blog-relates-articles {
  font-weight: 500;
}

.single-blog-title h1 {
  font-size: clamp(1.875rem, 1.3636rem + 1.3636vw, 3rem);
}

h4.single-blog-author {
  color: #f85449;
  font-size: 20px;
}

.single-blog-date {
  color: #bebebe;
  font-size: 20px;
}

.frame-gradient-button a {
  text-decoration: none;
  color: #ffffff;
}

.single-blog-btn-container {
  display: flex;
  justify-content: space-between;
}
.single-blog-btn-container.no-prev {
  justify-content: flex-end;
}

/* button.css */
:root {
  --impossible-yellow: #ffe53b;
  --inevitable-red: #ff2525;
  --slate: #231f20;
  --black: #000000;
  --white: #ffffff;
  --warm-shade: #f6f1ed;

  /* font-weights*/
  --book: 300;
  --medium: 500;
  --bold: 700;
}

.frame-gradient-button {
  position: relative;
  border: 10px solid;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  border-image-slice: 1;
  border-width: 8px;
  padding: 19px;
  font-weight: var(--bold);
  border-style: solid;
  border-image-source: linear-gradient(
    45deg,
    var(--impossible-yellow) 16.98%,
    var(--inevitable-red) 82.96%
  );
  letter-spacing: 1px;
  width: 250px;
}

.frame-gradient-button a {
  color: var(--inevitable-red) !important;
}

/* new grey frame button */
.grey-frame-gradient-button {
  position: relative;
  border: 10px solid;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  border-image-slice: 1;
  border-width: 8px;
  padding: 19px;
  font-weight: var(--bold);
  border-style: solid;
  color: #bebebe;
  letter-spacing: 1px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grey-frame-gradient-button a {
  color: #bebebe !important;
}

.blog-aside p {
  padding-left: 40px;
}

.single-blog-image-aside {
  gap: 3rem;
  margin: 2rem 0;
  flex-direction: column;
}

.single-blog-image-aside img {
  width: 100%;
}

.single-blog-text figcaption {
  font-size: 20px;
  font-weight: var(--medium);
  line-height: 24px;
  color: #bebebe;
}

.single-blog-image-aside-text ul {
  padding: 0;
  padding-left: 1rem;
}

.single-blog-image-aside-text li {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}

.single-blog-image-aside-text h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 30px;
}

.single-blog-video-container {
  position: relative;
  height: 50px;
  margin: 4rem 0;
  padding-bottom: 56.25%;
}

.single-blog-video-container iframe {
  position: absolute;
}

/* .single-blog-video-container #previewImage {
  width: 100%;
  height: 100%;
  z-index: 99;
} */
.single-blog-video-container #previewImage img {
  width: 100%;
  height: 100%;
}

.article-grid {
  display: grid;
}

.article-grid-top-left {
  grid-column: 1;
  grid-row: 1;
  place-self: start center;
  margin-top: 80%;
}

.article-grid-middle-left {
  grid-column: 1;
  grid-row: 1;
  place-self: center center;
}

.article-grid-bot-left {
  grid-column: 1;
  grid-row: 1;
  place-self: end center;
}

.article-grid-top-right {
  grid-column: 3;
  grid-row: 1;
  place-self: start center;
  margin-top: 30%;
}

.article-grid-middle-right {
  grid-column: 3;
  grid-row: 1;
  place-self: center center;
}

.article-grid-bot-right {
  grid-column: 3;
  grid-row: 1;
  place-self: end center;
}

.single-blog-hero-image {
  height: 700px;
}

@media screen and (max-width: 650px) {
  .frame-gradient-button {
    font-size: 14px;
  }
  .grey-frame-gradient-button {
    font-size: 14px;
    width: 140px;
  }
  .frame-gradient-button {
    padding: 1rem 1rem;
    width: 140px;
  }
  /* .single-blog-video-container{
    height: auto
  } */

  .single-blog-hero-image {
    height: 400px;
  }

  .single-blog-links {
    font-size: 16px;
  }

  h4.single-blog-author {
    font-size: 16px;
  }
  .single-blog-date {
    font-size: 16px;
  }
  .single-blog-text blockquote {
    font-size: 20px;
    line-height: 22px;
    margin: auto;
  }

  .article-grid-top-left {
    display: none;
  }

  .article-grid-middle-left {
    display: none;
  }

  .article-grid-bot-left {
    display: none;
  }

  .article-grid-top-right {
    display: none;
  }

  .article-grid-middle-right {
    display: none;
  }

  .article-grid-bot-right {
    display: none;
  }
}

/* @media screen and (max-width: 550px){
.single-blog-video-container{
  height: auto
}
} */
@media screen and (max-width: 380px) {
  .grey-frame-gradient-button {
    font-size: 14px;
    width: 95px;
  }
  .frame-gradient-button {
    padding: 1rem 1rem;
    width: 95px;
  }
}

@media screen and (min-width: 900px) {
  .single-blog-image-aside {
    flex-direction: row;
  }
}

@media screen and (min-width: 600px) {
  .single-blog-image-aside img {
    width: auto;
  }
}
