/* Rece1pt documents extend the existing studio document styles. */
.doc p, .doc li { overflow-wrap: anywhere; }
.doc a { text-decoration: underline; text-underline-offset: .2em; }
.doc details { border-bottom: 1px solid var(--border); padding: 20px 0; }
.doc summary { cursor: pointer; font-weight: 700; font-size: 16px; line-height: 1.5; }
.doc details p:first-of-type { margin-top: 16px; }
.doc details p:last-child { margin-bottom: 0; }
.doc summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
@media (max-width: 520px) { .doc { padding: 54px 22px 48px; } .doc .doc-meta { gap: 12px; } }
.color-wave { display: none; }
.doc .deck, .doc .updated, .doc .doc-meta a { color: var(--text); opacity: .8; }
