/* module-key = 'com.methoda.plugins.pagePreview4Jira:entrypoint-preview', location = '/css/entrypoint-preview.css' */
#confluence-page-preview-body-2{
    flex-direction: column;
}

[id^=confluence-page-preview-body-content]{
    overflow: auto;
    resize: vertical;
    padding-right: 20px;
}

[id^=c4j-footer]{
    display: flex;
    justify-content: space-between;
}

[id^=c4j-macro-type]{
    margin-top: 5px;
}

[id^=c4j-page-info]{
    font-size: 12px;
    color: #5e6c84;
    line-height: 1.5;
    font-weight: 300;
}

.type-confluence-content-cft{
    display: block !important;
}

[id^=c4j-footer] .aui-button~.aui-button{
    margin-left: 0;
}

.warning-icon{
    color: orange;
    margin-right: 5px;
}