.post-detail-content .post-detail-title { margin: 0; font-size: 24px; line-height: 1.4; font-weight: 700; overflow-wrap: anywhere; }
.post-response-summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 4px; }
.post-trust-facts { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 0; padding: 0; list-style: none; min-width: 0; }
.post-trust-facts li { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; line-height: 1.5; color: color-mix(in srgb,var(--color-base-content) 80%,transparent); }
.post-trust-facts svg { width: 15px; height: 15px; margin-top: 2px; flex-shrink: 0; color: var(--color-success); }
.post-detail-content [data-post-response-slot] { flex-shrink: 0; }
.post-detail-content [data-post-response-slot] .btn { min-height: 44px; height: auto; padding-block: 10px; font-size: 14px; }
.post-detail-content .post-author-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 8px; }
.post-author-link { display: inline-flex; align-items: center; gap: 8px; min-width: 0; max-width: 100%; }
.post-author-link > span:first-child, .post-author-link [data-public-plus-badge] { flex-shrink: 0; }
.post-author-link [data-public-plus-badge] { white-space: nowrap; }
.post-author-name { font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; min-width: 0; }
.post-detail-content .post-date { font-size: 12px; line-height: 1.5; color: color-mix(in srgb,var(--color-base-content) 65%,transparent); }
#post_response_modal #post-response-title { font-size: 18px; line-height: 1.4; font-weight: 600; }
#post_response_modal .post-response-recipient { font-size: 14px; line-height: 1.5; margin-top: 6px; }
#post_response_modal .post-response-field-label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 8px; }
@media(max-width:767px) {
  .post-detail-content .post-detail-title { font-size: 20px; }
  .post-response-summary { flex-direction: column; align-items: stretch; gap: 14px; }
  .post-trust-facts { flex-direction: column; gap: 6px; }
  .post-detail-content [data-post-response-slot], .post-detail-content [data-post-response-slot] .btn { width: 100%; }
  .post-detail-content .post-author-row { flex-direction: column; align-items: flex-start; gap: 8px; }
}
