section.post-to-truth-social-section .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: max-content;
  gap: 1rem;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  section.post-to-truth-social-section .container {
    grid-template-columns: 1fr;
  }
}
section.post-to-truth-social-section .container .post {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto max-content;
  gap: 1rem;
  height: 100%;
  background-color: #F4F7FB;
  padding: 1rem;
}
section.post-to-truth-social-section .container .post .content {
  grid-column: 1/-1;
  padding-bottom: auto;
}
section.post-to-truth-social-section .container .post .content b,
section.post-to-truth-social-section .container .post .content strong {
  color: #1E4DB4;
  font-weight: 700;
}
section.post-to-truth-social-section .container .post .post-link {
  justify-self: end;
}/*# sourceMappingURL=style.css.map */