
.best-bet-today {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    text-align: center;
    background: #ffffff;
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 10px;
}


.best-bet-today .bbtd-button {
    margin-bottom: 0 !important;
    font-weight: 800;
    line-height: 1;
}

@media print, screen and (min-width: 40em) {
    .best-bet-today {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
        padding: 17px 24px;
    }
}


.bbtd-title {
    color: #3B316E;
    text-transform: uppercase;
    font-weight: 800;
    font-style: italic;
    font-size: 24px;
    margin-bottom: 24px;
}

@media print, screen and (min-width: 40em) {
    .bbtd-title {
        margin-bottom: 0;
        margin-right: 24px;
    }
}

.bbtd-button {
    margin-bottom: 0;
    min-width: 200px;
    font-weight: 800;
    line-height: 1;
}

@media print, screen and (min-width: 40em) {
    .bbtd-button {
        margin-left: auto;
    }
}

.visit-site-row p,
.best-bet-today p {
    margin: 0 !important;
}


.visit-site-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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: 40px;
}

@media print, screen and (min-width: 64em) {
    .visit-site-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #ffffff;
        border-radius: 8px;
        padding: 0 0 0 24px;
        -webkit-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
        transform: skewX(-10deg);
        margin-bottom: 100px;
        margin-left: 6px;
        margin-right: 6px;
    }
}

@media screen and (min-width: 78.125em) {
    .visit-site-row {
        padding-left: 32px;
    }
}

.button.visit-site-row__button, .visit-site-row__button.ibl-button {
    width: 100%;
    font-size: 32px;
    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;
    margin-bottom: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-weight: 800;
    text-decoration: none;
}

@media print, screen and (min-width: 64em) {
    .button.visit-site-row__button, .visit-site-row__button.ibl-button {
        width: auto;
        margin: 0 0 0 auto;
        -webkit-transform: skewX(0);
        -ms-transform: skewX(0);
        transform: skewX(0);
    }
}

@media screen and (min-width: 78.125em) {
    .button.visit-site-row__button, .visit-site-row__button.ibl-button {
        width: 350px;
    }
}

@media screen and (min-width: 992px) { 
    .button.visit-site-row__button:hover, .visit-site-row__button.ibl-button:hover {
        background: #1DB954;
    }

    .button.visit-site-row__button:hover .visit-site-row__button-icon, .visit-site-row__button.ibl-button:hover .visit-site-row__button-icon {
        background: #ffffff;
        border-color: #ffffff;
    }

    .button.visit-site-row__button:hover .visit-site-row__button-icon svg, .visit-site-row__button.ibl-button:hover .visit-site-row__button-icon svg {
        fill: #1DB954;
    }
}

.visit-site-row__text {
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    color: #3B316E;
    text-transform: uppercase;
    margin-bottom: 12px;
}

@media print, screen and (min-width: 64em) {
    .visit-site-row__text {
        margin-bottom: 0;
        -webkit-transform: skewX(10deg);
        -ms-transform: skewX(10deg);
        transform: skewX(10deg);
        padding-right: 24px;
    }
}

@media screen and (min-width: 78.125em) {
    .visit-site-row__text {
        font-size: 24px;
    }
}

.visit-site-row__button-icon {
    width: 34px;
    height: 46px;
    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;
}

.visit-site-row__button-icon svg {
    fill: #ffffff;
    -webkit-transition: fill .2s;
    transition: fill .2s;
}
