#admin-preview-info {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: var(--cms-orange);
    color: var(--cms-white);
    z-index: 202;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

header#cms-pc-header,
#cms-pc-header {
    top: 50px;
}

main {
    margin-top: 166px;
}
