.bb-autotag {
    border-bottom: 1px dotted currentColor;
    cursor: pointer;
    color: inherit;
}

.bb-autotag-tooltip {
    position: absolute;
    z-index: 99999;
    width: 300px;
    background: #fff;
    border: 1px solid #e6dccb;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(38,26,10,0.06), 0 6px 18px rgba(38,26,10,0.10);
    padding: 13.6px 16px;
    font-size: 14px;
    line-height: 1.5;
    color: #241f18;
    display: none;
    font-family: inherit;
}

.bb-autotag-tooltip.bb-att-visible {
    display: block;
}

.bb-att-ref {
    font-size: 12px;
    font-weight: 600;
    color: #8a7454;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 6.4px;
}

.bb-att-text {
    color: #241f18;
    font-family: 'Lora', Georgia, serif;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 9.6px;
}

.bb-att-verse-row {
    margin-bottom: 7.2px;
}

.bb-att-verse-row:last-child {
    margin-bottom: 0;
}

.bb-att-verse-num {
    font-weight: 700;
    color: #9e7640;
    margin-right: 4.8px;
}

.bb-att-more {
    color: #8a7454;
    font-size: 13.1px;
    margin-top: 4.8px;
}

.bb-att-link {
    display: block;
    font-size: 12.5px;
    color: #9e7640;
    text-decoration: none;
    border-top: 1px solid #f2ebdf;
    padding-top: 7.2px;
    margin-top: 3.2px;
}

.bb-att-link:hover {
    text-decoration: underline;
}

.bb-att-loading .bb-att-text::after {
    content: 'Loading…';
    color: #a89a84;
    font-style: italic;
}
