.goto-bookmaker-shortcode {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    transform: skewX(-10deg);
    background: #fff;
    border-radius: 8px;
    margin-left: 6px;
    margin-right: 8px;
    align-items: center;
    height: 60px;
    flex-direction: row-reverse;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.goto-bookmaker-shortcode .button {
    width: 350px;
    transform: skewX(0);
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-size: 25px;
    max-height: 100%;
    font-weight: 800;
    text-decoration: none;
}

.goto-bookmaker-shortcode span.icon {
    width: 32px;
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    margin-left: 12px;
    -webkit-transition: background-color .2s, border-color .2s;
    transition: background-color .2s, border-color .2s;
}

.goto-bookmaker-shortcode span.icon svg {
    fill: #ffffff;
    -webkit-transition: fill .2s;
    transition: fill .2s;
}

.goto-bookmaker-shortcode a.review-link {
    font-size: 22px;
    font-style: italic;
    font-weight: 800;
    color: #3B316E;
    text-transform: uppercase;
    transform: skewX(10deg);
    padding-left: 34px;
    text-decoration: none !important;
}

@media (max-width: 1250px) {
    .goto-bookmaker-shortcode a.review-link {
        font-size: 18px;
    }

    .goto-bookmaker-shortcode .button {
        width: auto;
    }
}

@media (max-width: 768px) {
    .goto-bookmaker-shortcode {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        height: auto;
        background: transparent;
    }

    .goto-bookmaker-shortcode a.review-link {
        padding-left: 0;
    }
}
