#social-post {
  font-size: 1rem;
  font-weight: normal;
  color: var(--bs-p-color);
  font-family: var(--bs-p-family);
  line-height: 1.75rem;
  padding-bottom: 0.25rem;
}
#social-post a {
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 600;
}
#social-post a:hover, #social-post a:focus {
  text-decoration: underline;
}
#social-post h1, #social-post h2, #social-post h3, #social-post h4, #social-post h5, #social-post h6,
#social-post .h1, #social-post .h2, #social-post .h3, #social-post .h4, #social-post .h5, #social-post .h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.2;
  text-transform: none;
}
#social-post h1, #social-post .h1 {
  font-size: calc(2rem + 0.5vw);
}
@media (min-width: 1200px) {
  #social-post h1, #social-post .h1 {
    font-size: 2.5rem;
  }
}
#social-post h2, #social-post .h2 {
  font-size: calc(1.5rem + 0.25vw);
}
@media (min-width: 1200px) {
  #social-post h2, #social-post .h2 {
    font-size: 2.125rem;
  }
}
#social-post h3, #social-post .h3 {
  font-size: calc(1.375rem + 0.15vw);
}
@media (min-width: 1200px) {
  #social-post h3, #social-post .h3 {
    font-size: 1.625rem;
  }
}
#social-post h4, #social-post .h4 {
  font-size: calc(1.25rem + 0.1vw);
}
@media (min-width: 1200px) {
  #social-post h4, #social-post .h4 {
    font-size: 1.375rem;
  }
}
#social-post h5, #social-post .h5 {
  font-size: calc(1.1rem + 0.08vw);
}
@media (min-width: 1200px) {
  #social-post h5, #social-post .h5 {
    font-size: 1.25rem;
  }
}
#social-post h6, #social-post .h6 {
  font-size: calc(1rem + 0.06vw);
}
@media (min-width: 1200px) {
  #social-post h6, #social-post .h6 {
    font-size: 1.125rem;
  }
}
#social-post p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.75rem;
}
#social-post p b, #social-post p strong {
  font-weight: bolder;
}
#social-post p i, #social-post p em {
  font-style: italic;
}
#social-post p a:not(.btn) {
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 600;
}
#social-post p a:not(.btn):hover, #social-post p a:not(.btn):focus, #social-post p a:not(.btn):focus-visible {
  text-decoration: underline;
}

#social-post-source.social-networks.full-color .network {
  width: 60px !important;
  height: 60px !important;
  border-radius: 60px !important;
}
#social-post-source.social-networks.full-color .network [class^=icon-] {
  font-size: 40px !important;
}

#social-post-media-block {
  display: block;
}
#social-post-media-block a {
  display: block;
  position: relative;
}
#social-post-media-block img,
#social-post-media-block video {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
  border-radius: 0.25rem;
}
#social-post-media-block .youtube-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#social-post-media-block .youtube-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*# sourceMappingURL=social-media-post.css.map */
