.telegei-callout-flow {
    display: block !important;
}

.telegei-callout-flow::after {
    content: "";
    display: block;
    clear: both;
}

.telegei-callout-flow > .telegei-callout-icon {
    float: left;
    width: 34px;
    height: 34px;
    margin: 2px 12px 6px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid rgba(17, 24, 39, 0.1);
    background: rgba(17, 24, 39, 0.03);
    line-height: 1;
}

.telegei-callout-flow[dir="rtl"] > .telegei-callout-icon {
    float: right;
    margin: 2px 0 6px 12px;
}

.telegei-callout-flow > .telegei-callout-body {
    display: block;
    min-width: 0;
    overflow: visible;
    width: auto;
}

.telegei-callout-segment .telegei-callout-body > p,
.telegei-callout-segment .telegei-callout-body .reader-html p,
.telegei-callout-segment .telegei-callout-body .article-html p {
    text-indent: 0 !important;
}

@media (max-width: 720px) {
    .telegei-callout-flow > .telegei-callout-icon {
        width: 30px;
        height: 30px;
        margin-inline-end: 9px;
    }
}
