[bt-type="text"] .bt-text {
    white-space: pre-line;
}

[bt-type="text"] .bt-text a {
    color: var(--bt--color-active);
}

[bt-type="text"] .bt-text a:hover {
    opacity: 0.8;
}

[bt-type="text"] .bt_quote {
    font-size: 1.25em;
    line-height: 1.45em;
    display: flex;
    color: var(--bt--text-color);
}

[bt-type="text"] .bt_quote > div:first-child{
    flex-shrink: 0;
    width: 40px;
}

[bt-type="text"] .bt_quote svg {
    fill: var(--bt--color-active);
}

[bt-type="text"] p { margin: 0;}

[bt-type="text"] .bt_quote-info_margin-top{
    margin-top: 18px;
}

[bt-type="text"] .bt_quote-info {
    line-height: 1.3em;
    font-size: 0.9em;
}

[bt-type="text"] .bt_quote-address  {
    font-weight: 600
}