.blog-content {
  font-size: 1rem;
  margin: 0 auto;
  max-width: 850px;
  padding: 0 10px;
}

.blog-content pre {
  white-space: pre-wrap;
}

.blog-content img {
  max-width: 100% !important;
  height: auto !important;
  margin: 1.5rem auto;
  display: block;
  border: 1px solid #e7e7e7;
  box-shadow: 0 0.6rem 1.6rem -0.1rem rgba(72, 72, 72, 0.08);
  padding: 4px;
  border-radius: 4px;
}

.blog-content p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.7;
}

.blog-content ul,
.blog-content ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  margin-bottom: 1rem;
  list-style: initial;
}

.blog-content a {
  color: var(--ws-primary);
  text-decoration: underline;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.blog-content a:hover {
  color: var(--ws-primary);
}

.blog-content h2 {
  font-size: 1.4rem;
  font-family: var(--ws-heading-font);
  color: #000;
  margin: 2rem 0;
}

@media (min-width: 400px) {
  .blog-content h2 {
    font-size: 1.6rem;
  }
}

@media (min-width: 1000px) {
  .blog-content h2 {
    font-size: 1.8rem;
  }
}

.blog-content h2 > strong {
  font-weight: unset;
}

.blog-content .wass-blog-product-btn {
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: rgb(231, 88, 34);
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  display: block;
  text-decoration: none;
  margin: 3rem auto;
  width: max-content !important;
  max-width: calc(100vw - 20px);
  word-break: break-all;
  white-space: normal;
}

.blog-content .wass-blog-product-btn:hover,
.blog-content .wass-blog-product-btn:active {
  text-decoration: none;
  color: #fff;
  background-color: rgb(161, 61, 23);
}

.blog-content .wass-blog-product-btn::after {
  content: ' ➤';
}

@media screen and (min-width: 500px) {
  .blog-content p {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 750px) {
  .blog-content p {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 400px) {
  .blog-content {
    margin-top: 3rem;
  }
}

@media (max-width: 600px) {
  .blog-content iframe {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
  }
  .blog-content img {
    width: calc(100vw - 4rem) !important;
  }
}
@media (min-width: 700px) {
  .blog-content {
    padding: 0.5rem;
  }
}
.social-share {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.article-header {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.article-header img {
  width: 100vw;
  height: 33.3vh;
  object-fit: cover;
}

.article-header h1 {
  color: #000;
  margin: 0.75rem auto 0.75rem auto;
  text-align: center;
  font-family: var(--ws-heading-font);
  font-size: 1.9rem;
  z-index: 3;
  padding: 0 0.5rem;
  max-width: 850px;
}

@media (min-width: 400px) {
  .article-header::before {
    content: ' ';
    display: block;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 25%,
      rgba(0, 0, 0, 0.75) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  .article-header h1 {
    margin: 0rem auto 1rem auto;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 2rem;
    padding: 0 0.75rem;
    bottom: 0.75rem;
  }
}

@media (min-width: 500px) {
  .article-header h1 {
    font-size: 2.2rem;
    padding: 0 0.75rem;
    bottom: 1rem;
  }
}
@media (min-width: 650px) {
  .article-header h1 {
    font-size: 2.5rem;
    padding: 0 1rem;
    bottom: 1.5rem;
  }
}
@media (min-width: 750px) {
  .article-header h1 {
    font-size: 2.8rem;
    padding: 0 1rem;
    bottom: 2rem;
  }
}
