body.single-post .flownews-posts-content-wrap.flownews-post-layout1 > .c7ai-notice {
    position: absolute;
    z-index: 3;
    bottom: 16px;
    left: 16px;
    right: 16px;
    display: block;
    width: fit-content;
    max-width: 820px;
    box-sizing: border-box;
    padding: 9px 12px;
    border-left: 3px solid #c2c2c2;
    border-radius: 0 3px 3px 0;
    background: rgba(0, 0, 0, .86);
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.45;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    overflow-wrap: break-word;
}
@media (max-width: 544px) {
    body.single-post .flownews-posts-content-wrap.flownews-post-layout1 > .c7ai-notice {
        bottom: 8px;
        left: 8px;
        right: 8px;
        padding: 7px 9px;
        font-size: 12px;
    }
}
