.typo3-preview-info-close {
    pointer-events: visible;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #afafaf;
    transition: 0.2s;
}
.typo3-preview-info-close:hover {
    color: #c8f776;
}

html #typo3-preview-info {
    background: #3f3f3fd0 !important;
    color: white !important;
    border: 0px !important;
    border-radius: 10px !important;
    overflow: hidden;
    padding: 30px 20px 15px 20px !important;
    backdrop-filter: blur(5px);
}

html #typo3-preview-info a {
    background-color: #ace84e;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px;
}
