.wordpress-content iframe {
  max-width: 100% !important;
}
.wordpress-content {
  p {
    margin-bottom: 26px;
    line-height: 1.74;
    color: #222;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    @apply font-bold mb-2;
  }
  a {
    @apply text-sky-500 hover:text-sky-600;
  }
  ul {
    @apply mb-6 list-disc;
    li {
      @apply mb-2 ml-5;
    }
  }
}
.slick-prev {
  position: absolute;
  left: 1rem;
  z-index: 1;
}
.slick-next {
  position: absolute;
  right: 1rem;
}

.alignleft {
  float: left;
  margin-top: 6px;
  margin-right: 24px !important;
  margin-bottom: 6px !important;
  margin-left: 0;
}
@media (min-width: 768px) {
  .alignleft {
    max-width: 220px;
  }
}

.wp-caption {
  text-align: center;
  max-width: 100%;
  img {
    max-width: 100%;
  }
}

/* .tdi_89 .wp-caption-text, .tdi_89 figcaption { */
.wp-caption-text {
  font-size: 0.875rem;
  line-height: 1.2;
  font-style: normal;
  text-align: left;
  margin: 6px 0 26px;
  color: #444;
  display: block;
}

.wpd-vote svg {
  width: auto;
  height: auto !important;
}