@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');


.epicentral-actions {

    position    : fixed;
    top         : 20px;
    left        : 20px;
    z-index     : 500;
}

.epicentral-actions .epicentral-cta-button {

    cursor          : pointer;
    display         : inline-block;
    border          : 2px solid;
    border-radius   : 4px;
    padding         : 10px 25px;
    font-family     : "Merriweather", serif;
    font-size       : 16px;
    background-color: transparent;
    text-decoration : none;
    transition      : background-color 0.5s ease;
}

.epicentral-actions .epicentral-cta-button.epicentral-cta-button-back {

    background-image    : url('/epicentral/arrow-blue-left.svg');
    background-position : 10px;
    background-repeat   : no-repeat;
    border-color        : #29ABE2;
    padding-left        : 40px;
    color               : #29ABE2;
    background-color    : white;
}

@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .epicentral-actions .epicentral-cta-button.epicentral-cta-button-back:hover {

        background-image    : url('/epicentral/arrow-white-left.svg');
        background-color: #29ABE2;
        color           : white;
    }

}