#site-footer {
    background: linear-gradient(180deg, #FFF 0%, #D3FFDA 100%);
    background-size: 200%;
    .panel {
        box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    }
    a.superscript {
        font-size: var(--wp--preset--font-size--medium);
        text-decoration: none;
        top: -35px;
    }
}