.post__content-txt, .oxy-stock-content-styles {
  max-width: 100%;
  /* Headings */
  /* Images */
  /* Paragraphs */
  /* Links */
  /* Media */
  /* Lists */
}
.post__content-txt :is(h2, h3, h4, h5, h6), .oxy-stock-content-styles :is(h2, h3, h4, h5, h6) {
  margin-top: 40px;
  margin-bottom: 16px;
  font-weight: 400;
}
.post__content-txt :is(h2, h3, h4, h5, h6) strong, .oxy-stock-content-styles :is(h2, h3, h4, h5, h6) strong {
  font-weight: 600;
}
.post__content-txt :is(h2, h3, h4, h5, h6):first-child, .oxy-stock-content-styles :is(h2, h3, h4, h5, h6):first-child {
  margin-top: 0;
}
.post__content-txt h2, .oxy-stock-content-styles h2 {
  font-size: 28px;
}
.post__content-txt h3, .oxy-stock-content-styles h3 {
  font-size: 24px;
}
.post__content-txt h4, .oxy-stock-content-styles h4 {
  font-size: 20px;
}
.post__content-txt h5, .oxy-stock-content-styles h5 {
  font-size: 17px;
}
.post__content-txt figure, .oxy-stock-content-styles figure {
  margin: 16px 0;
}
.post__content-txt img, .oxy-stock-content-styles img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.post__content-txt p:first-child, .oxy-stock-content-styles p:first-child {
  margin-block-start: 0;
}
.post__content-txt p:last-child, .oxy-stock-content-styles p:last-child {
  margin-block-end: 0;
}
.post__content-txt a, .oxy-stock-content-styles a {
  color: #625FFF;
  font-weight: 400 !important;
}
.post__content-txt a:hover, .oxy-stock-content-styles a:hover {
  text-decoration: underline;
}
.post__content-txt iframe, .oxy-stock-content-styles iframe {
  width: 100%;
}
.post__content-txt video, .oxy-stock-content-styles video {
  width: 100%;
}
.post__content-txt ul, .oxy-stock-content-styles ul {
  color: #000000;
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
/* Gutenberg Alignment Options */
.has-text-align-center {
  text-align: center;
}
.has-text-align-right {
  text-align: right;
}
.has-text-align-left {
  text-align: left;
}
/* General CSS - From Gridlove (Old Theme) */
.entry-image, .wp-caption {
  position: relative;
}
.gallery-caption, .wp-caption-text {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  padding: 5px 10px;
  margin: 0;
  z-index: 10;
}
.gallery-caption {
  display: none;
}
.wp-caption-text a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.8);
}
.aligncenter, .alignnone {
  clear: both;
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
}
.alignleft, .alignright {
  display: inline;
  margin-bottom: 10px;
  max-width: 100%;
}
.alignright {
  margin-left: 24px;
}
.alignleft {
  float: left;
  margin-right: 24px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
