<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ef-rtc-title {
    font-size: 20px;
    line-height: 28px;
    color: #202060;
    font-weight: bold;
    margin-bottom: 22px;
}

.ef-rtc-block {
    display: inline-block;
    margin-right: 12px;
    border: 1px solid rgb(13,57,254);
    border-radius: 4px;
    margin-bottom: 12px;
    opacity: .6;
    transition: all 300ms ease 0ms;
}

.ef-rtc-link {
    color: #202060 !important;
    font-size: 16px;
    line-height: 24px;
    display:block;
    padding: 8px 10px;
}

.ef-rtc-block:hover {
    opacity: 1;
}</pre></body></html>