/* Vita 365 — 건강 정보 출처.
 *
 * The screen borrows me.css wholesale; this file is only the two places
 * a reference list differs from a settings list.
 *
 * 1. A source row's label is a citation, not a menu item. Menu labels are
 *    two or three words and never wrap, so .me-item .t is bold and single
 *    line by design — a journal citation set that way reads as a shouted
 *    fragment and clips at the first line. Regular weight, normal size,
 *    wrapping allowed.
 *
 * 2. The rows that explain a calculation are prose, so they get a little
 *    more room to breathe than a switch row needs.
 */

.me-item .t.src {
  font-weight: 500;
  font-size: var(--v2-fs-caption);
  color: var(--v2-brand-ink);
  line-height: var(--v2-lh-loose);
  /* Long unbroken URLs and Latin titles must not push the row wider than
     the phone — the chevron is what gets pushed off, and with it the
     affordance that says this row opens something. */
  overflow-wrap: anywhere;
}

.me-sec[id] .me-item { align-items: flex-start; }
.me-sec[id] .me-item .ic { margin-top: 1px; }
