blockquote.bf-cq-collapsed {
    max-height: 140px;
    overflow: hidden !important;
}
button.bf-cq-toggle {
    display: block;
    width: auto;
    margin: -3px 0 8px;
    padding: 2px 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: inherit;
    font: inherit;
    font-size: .85em;
    font-weight: normal;
    line-height: 1.5;
    text-transform: none;
    cursor: pointer;
}
button.bf-cq-toggle:hover { text-decoration: underline; }
button.bf-cq-toggle:focus-visible { outline: 1px dotted currentColor; outline-offset: 2px; }
@media print {
    blockquote.bf-cq-collapsed { max-height: none !important; overflow: visible !important; }
    button.bf-cq-toggle { display: none !important; }
}
