/* Post-only mobile reading and advertising refinements · 2026-09-04 */
.briefing-article .source-date::before {
  content: " — ";
}

@media (max-width: 720px) {
  body[data-content-type="post"] .briefing-article > p,
  body[data-content-type="post"] .briefing-article .card p,
  body[data-content-type="post"] .briefing-article .notice,
  body[data-content-type="post"] .briefing-article .step-list li,
  body[data-content-type="post"] .briefing-article .card li,
  body[data-content-type="post"] .briefing-article .fact-table td {
    text-align: justify;
    text-justify: inter-character;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  /* The inline post slot presents a true square surface on phones. */
  body[data-content-type="post"] .briefing-article h2 + .ad-horizontal-wrap {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
    margin: 0 0 28px;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
  }

  body[data-content-type="post"] .briefing-article h2 + .ad-horizontal-wrap .adsbygoogle,
  body[data-content-type="post"] .briefing-article h2 + .ad-horizontal-wrap .adsbygoogle > div,
  body[data-content-type="post"] .briefing-article h2 + .ad-horizontal-wrap .adsbygoogle iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  body[data-content-type="post"] .briefing-article .source-list li {
    text-align: left;
  }

  body[data-content-type="post"] .briefing-article .source-date {
    display: block;
    margin-top: .3rem;
    color: #766f65;
    font-size: .88em;
    line-height: 1.5;
  }

  body[data-content-type="post"] .briefing-article .source-date::before {
    content: "";
  }
}
