.contentmanager-contentlist-view .columns .blog-categories,
.contentmanager-content-view .columns .blog-categories {
    max-height: 325px;
    overflow: auto;
}

.contentmanager-content-view {
    .ct-view-blog_categories {
        .block-content {
            #ct-field- {
                display: none;
            }

            .ct-field {
                font-family: "Libre Baskerville";
                font-size: 24px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }
        }
    }
}

.contentmanager-contenttype-blog {
    &.contentmanager-content-view {
        iframe {
            width: 100%;
        }
    }
}
