/* Show Ref XF in author */
html.aem-AuthorLayer-Edit .base__refxf-html_author_show {
    display: block;
    background: #f0f0f0;
    text-align: center;
    color: #ccc;
    height: 3rem;
    position: relative;
}

html.aem-AuthorLayer-Edit .base__refxf-html_author_show::before {
    content: 'Reference XF';
    display: block;
    color: #7d7d7d;
}