@media print, screen and (min-width: 40em) {
    .competitions-bet-cards {
        margin-bottom: 24px;
    }
}

.competitions-bet-cards .bonus-card {
    margin-bottom: 12px;
}


.bonus-card {
    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;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    padding: 12px !important;
    margin-bottom: 40px;
    position: relative;
}

.bhc-cell .bonus-card .bonus-card__bottom .bonus-card-text {
    max-width: initial;
}

@media print, screen and (min-width: 40em) {
    div:not(.bhc-cell) > .bonus-card,
    ul:not(.bhc-cell) > .bonus-card,
    table:not(.bhc-cell) > .bonus-card,
    table:not(.bhc-cell) > tbody > .bonus-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 78.125em) {
    div:not(.bhc-cell) > .bonus-card,
    ul:not(.bhc-cell) > .bonus-card,
    table:not(.bhc-cell) > .bonus-card,
    table:not(.bhc-cell) > tbody > .bonus-card {
        padding: 17px 24px;
    }
}

bhc-grid.competitions-bet-cards .bhc-cell {
    padding: 0 0px; }

.competitions-bet-cards .bonus-card {
    margin-bottom: 12px; text-align:left;}

.competitions-bet-cards {
    margin-left: 0;
}

.bhc-grid.competitions-bet-cards {
    margin-left: 0;
}

@media print, screen and (min-width: 40em) {
    .bhc-grid.competitions-bet-cards {
        margin: 0 -9px 24px -9px; }

    .bhc-grid.competitions-bet-cards .bhc-cell {
        padding: 0 9px; }
    .bhc-grid.competitions-bet-cards .bonus-card {
        margin-bottom: 18px; text-align:left;}
}

.bonus-card--table .bonus-card-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bonus-card-button .button {
    margin-bottom: 0 !important;
}

.bonus-card--table .bonus-card-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin-left: auto;
    margin-right: auto;
}

.bonus-card--table .bonus-card-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.bonus-card-info ul {
    margin-left: 0;
    margin-bottom: 0;
}

@media print, screen and (max-width: 40em) {
    table.competitions-bet-cards .bonus-card-text {
        margin-bottom: 12px;
        padding-bottom: 0px;
        margin-top: 0px;
        border-top: none;
        padding-top: 12px;
    }
}