/* One readable, wrapping TOC disclosure; action buttons keep their normal size. */
.book-ticket-hint.label {
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    overflow-wrap: anywhere;
    margin-top: 3px;
    background-color: #555;
    color: #fff;
    text-shadow: none;
}
html.dark-theme .book-ticket-hint.label {
    background-color: #ddd !important;
    color: #222 !important;
}
