/* Exit button */
.mainCallToAction a.exit {
    position: fixed;
    transform: rotate(90deg) translateX(50%);
    transform-origin: top right;
    top: 50%;
    right: 0;
    padding: 0.5rem 1.5rem;
    background-color: #f1bc41;
    color: #2b4570;
    font-weight: 400;
    z-index: 9;
    font-size: 1.25rem;
    z-index: 999;
}

/* SF65496840 *CC */
body.PostCategory_hide-fundraiser-name .fundraiserName {
display: none !important;
}