/* Show Ref XF in author */
html.aem-AuthorLayer-Edit .base__refxf-html_author_show {
    display: block;
    background: #dedede;
    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: #464646;
}