.board-post-content figure.image {
    margin: 1rem 0;
  }

  .board-post-content img,
  .board-post-content .taildo-rich-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
  }

  .board-post-content figure.image img,
  .board-post-content .taildo-rich-image {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain;
  }

  .board-post-content a,
  .board-post-content .taildo-rich-link {
    color: #0f172a;
    text-decoration: underline;
  }

  .board-post-content blockquote {
    margin: 1rem 0;
    padding: 0.75rem 1rem;
    border-left: 4px solid #cbd5e1;
    background: #f8fafc;
    border-radius: 0.75rem;
  }

  .board-post-content ul,
  .board-post-content ol {
    padding-left: 1.25rem;
  }

  .board-post-content figcaption {
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    color: #64748b;
    text-align: center;
  }

  .board-post-content .taildo-rich-embed {
    display: block;
    margin: 1rem 0;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    background: #020617;
  }

  .board-post-content .taildo-rich-youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
  }

  .board-post-content p {
    margin: 0;
  }

  .board-post-content .taildo-rich-break {
    display: block;
    height: 0.5rem;
  }

  .board-post-content .taildo-rich-list-item,
  .board-post-content .taildo-rich-check-item,
  .board-post-content .taildo-rich-question {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .board-post-content .taildo-rich-list-bullet,
  .board-post-content .taildo-rich-check-box,
  .board-post-content .taildo-rich-question-label {
    flex: 0 0 auto;
    font-weight: 900;
  }
