﻿.efm_ant-markdown blockquote {
    padding-inline: 0.6em 0px;
    padding-block: 0px;
    margin: 1em 0px;
    border-inline-start: 4px solid rgba(100, 100, 100, 0.2);
    opacity: 0.85;
}
.efm_ant-markdown p {
    margin-top: 0.571429em !important;
    margin-bottom: 0.571429em !important;
}
.efm_ant-markdown hr {
    border-color: rgb(230, 232, 238);
    border-style: solid;
    border-width: 1px 0px 0px;
    margin: 1em 0px;
}
.efm_ant-markdown > :last-child {
    margin-bottom: 0px !important;
}
.efm_ant-markdown {
    color: inherit;
    font-size: 14px;
    line-height: 1.7;
}
    .efm_ant-markdown h3 {
        font-size: 1em;
    }
    .efm_ant-markdown h1, .efm_ant-markdown h2, .efm_ant-markdown h3, .efm_ant-markdown h4, .efm_ant-markdown h5, .efm_ant-markdown h6 {
        font-weight: 500;
        line-height: 1.7777;
        margin-top: 0.571429em !important;
        margin-bottom: 0.571429em !important;
        color: inherit !important;
    }
    .efm_ant-markdown ol, .efm_ant-markdown ul {
        padding-left: 30px;
        list-style: auto;
    }
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}
.efm_ant-markdown a{
    color:rgb(0,133,161)
}