#tinymce,
.postContent {
  line-height: 180%;
  word-break: break-all;
}
#tinymce *,
.postContent * {
  letter-spacing: 0.05em;
  line-height: 180%;
}
#tinymce p,
.postContent p {
  margin: 0;
}
#tinymce img,
.postContent img {
  max-width: 100%;
  height: auto;
}
#tinymce a,
.postContent a {
  text-decoration: underline;
  color: #209CF6;
}
#tinymce h1,
.postContent h1 {
  font-weight: bold;
  margin: 0;
}
#tinymce h2,
.postContent h2 {
  font-weight: bold;
  margin: 0;
}
#tinymce h3,
.postContent h3 {
  font-weight: 500;
  margin: 0;
}
#tinymce table td,
.postContent table td {
  border: solid 1px #222222;
  padding: 8px;
  background: #ffffff;
}
#tinymce table tr:first-of-type td,
.postContent table tr:first-of-type td {
  font-weight: 500;
  background-color: #eeeeee;
}

@media only screen and (max-width: 767px) {
  #tinymce h1,
  .postContent h1 {
    font-size: 24px;
    padding: 10px 0;
  }
  #tinymce h2,
  .postContent h2 {
    font-size: 22px;
    padding: 10px 0;
  }
  #tinymce h3,
  .postContent h3 {
    font-size: 18px;
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 768px) {
  #tinymce h1,
  .postContent h1 {
    font-size: 28px;
    padding: 16px 0;
  }
  #tinymce h2,
  .postContent h2 {
    font-size: 24px;
    padding: 16px 0;
  }
  #tinymce h3,
  .postContent h3 {
    font-size: 20px;
    padding: 16px 0;
  }
}
button[aria-label=btn-two-columns],
button[aria-label=btn-custom-link] {
  background-color: #ffb600 !important;
}
button[aria-label=btn-two-columns] *,
button[aria-label=btn-custom-link] * {
  cursor: pointer !important;
}
button[aria-label=btn-two-columns]:hover,
button[aria-label=btn-custom-link]:hover {
  opacity: 0.7;
}

.tiny-flex-row {
  display: flex;
  flex-wrap: wrap;
}
.flex-next {
  height: 1px;
}

.tiny-btn-wrap {
  display: flex;
  justify-content: center;
}
.tiny-btn-wrap .tiny-btn-link {
  border-radius: 10px;
  background-color: #f6c84A;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 200px);
  height: 50px;
  text-decoration: none !important;
  transition: opacity 0.5s;
}
.tiny-btn-wrap .tiny-btn-link:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .tiny-flex-row {
    flex-direction: column;
    row-gap: 20px;
  }
  .tiny-flex-row .tiny-flex-col {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .tiny-flex-row {
    justify-content: space-between;
    row-gap: 24px;
    padding: 12px 0;
  }
  .tiny-flex-row .tiny-flex-col {
    width: 49%;
  }
}
#tinymce img {
  max-width: 100%;
  height: auto;
}
#tinymce .tiny-flex-row .tiny-flex-col {
  border: 1px dashed #ccc;
  min-height: 50px;
}/*# sourceMappingURL=tinymce_custom.css.map */