/* v1.0.4: existing title dialog, with a read-only collection entry. */
#my-titles-button { display: block; width: 100%; min-height: 46px; margin: 10px 0 4px; padding: 10px 12px; border: 1px solid #d8b485; border-radius: 12px; background: #fff8e9; color: #785b42; cursor: pointer; text-align: left; font-size: 15px; font-weight: 600; white-space: nowrap; }
#my-titles-button:focus { outline: 2px solid #a57c4d; outline-offset: 2px; }
#my-titles-button:active { background: #f9edda; }
#my-titles-entry-note { display: block; margin-bottom: 12px; color: #8c725b; font-size: 12px; }
.title-option span, #current-title-label { white-space: nowrap; word-break: keep-all; }
.title-option { min-width: 0; flex-wrap: wrap; }
.title-option span { overflow: visible; text-overflow: clip; max-width: none; }
.title-option small { margin-top: 3px; }
#secret-unlock-label { line-height: 1.5; }
