﻿.casino-card {
    background-color: white;
    border-radius: 8px;
    /* overflow: hidden; */
    margin-bottom: 15px;
    box-shadow: 0 0 6px 0 rgba(34, 34, 34, 0.2);
    position: relative;
}
.casino-card.category-6 .casino-card__image {
    background-position-x: right;
}
.casino-card h4, .casino-card__review-link {
    margin-bottom: 5px;
    color: #5b009b;
    font-family: WorkSans;
    font-weight: 500;
    text-align: center;
    padding-bottom: 4px;
    letter-spacing: -0.9px;
    word-spacing: -0.35px;
}
.casino-card a {
    text-decoration: none;
}
.casino-card__tags {
    padding-bottom: 15px;
    color: #444444;
    font-size: 12px;
    line-height: 12px;
    height: 27px;
    font-family: WorkSans;
    font-weight: 500;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.9px;
    word-spacing: -0.35px;
}
.casino-card__tags > span {
    margin-right: 5px;
    text-transform: capitalize;
}
.casino-card .rating-stars {
    background-position: right 0px;
    margin-bottom: 2px;
    margin-top: 5px;
}
.casino-card__rating  {
    text-align: center;
}
.casino-card__offers-wrapper {
    margin: 10px auto;
}
.casino-card .primary-cta {
    padding: 14px 15px 0;
    margin: 0;/* 5px 8px;*/
    display: block;
}
.casino-card__text {
    margin-bottom: 15px;
}
.casino-card__category-icon {
    height: 40px;
    width: 40px;
    display: block;
    float: right;
    position: relative;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate3d(0,0,0);
    margin-top: -20px;
    margin-right: 16px;
    z-index: 8;
}
.casino-card__image {
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate3d(0,0,0);
}
.casino-card__logo-wrapper {
    height: 70px;
    width: 182px;
    display: block;
    margin: -35px auto 0;
    padding: 7px 17px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    position: relative;
    background-size: contain; /*cover*/
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    transform: translate3d(0,0,0);
}
.casino-card__logo {
    height: 57px;
    width: 148px;
    display: block;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate3d(0,0,0);
    border-radius: 8px;
}
.casino-card p {
    display: none;
}
.casino-card__date {
    font-size: 12px;
    color: #444444;
}
.casino-card__right-col {
    padding: 0 15px;
}
.casino-card__offer  {
    width: 49%;
    display: block;
    float: left;
    text-align: center;
}
.casino-card__offer:first-child  {
    border-right: 1px solid rgba(216,216,216, .5);
}
.casino-card__offer:first-child .casino-card__offer-value {
    line-height: 24px;
    font-size: 18px;
    margin-top: 2px;
    color: #5b009b;
}
.casino-card__offer:first-child .casino-card__offer-type {
    line-height: 12px;
    font-size: 12px;
    margin-bottom: 12px;
    color: #444444;
    opacity: .8;
}
.casino-card__offer:last-child .casino-card__offer-value {
    line-height: 24px;
    font-size: 18px;
    margin-top: 2px;
    color: #00c394;
}
.casino-card__offer:last-child .casino-card__offer-type {
    line-height: 12px;
    font-size: 12px;
    margin-bottom: 12px;
    color: #444444;
    opacity: .8;
}
.casino-card__offer .casino-card__offer-value {
    font-size: 1em;
}
.casino-card__offer .casino-card__offer-type {
    font-size: 0.7em;
}
.casino-card .tc-link {
    margin: auto;
    float: none;
    width: 100%;
    text-align: center;
}
.casino-card .tc-link button {
    background: none;
    margin: auto;
    bottom: 2px;
    border: none;
    opacity: 0.6;
    line-height: 1.6;
    background-color: #fff;
    color: #444444;
    font-size: 10px;
}

@media only screen and (min-width: 992px) {
    .casino-card {
        width: 49%;
        margin-right: 2%;
        float: left;
        height: 387px;
    }
    .casino-card:last-child {
        margin-right: 0;
    }
    .directory-cards .casino-card{
        width: 100%;
        margin-right: 0;
    }
    .index-section__buy-with-bitcoin .casino-card {
        width: 32%;
        margin-right: 2%;
    }
    .casino-card h4, .casino-card__review-link {
        height: 28px;
    }
    .casino-card:nth-child(3n) {
        margin-right: 0;
    }
    .casino-card__text {
        height: 102px;
        margin-bottom: 0;
    }
    .casino-card__text h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .toplist-page-content__section--blue .primary-cta {
        padding: 10px 0;
    }
    .toplist-page-content__section--blue .primary-cta button {
        width: auto;
        padding: 10px 30px;
        text-transform: capitalize;
    }
    
    .casino-card .primary-cta {
        padding: 0 15px;
        position: absolute;
        display: block;
        bottom: 24px;
    }
    
    .casino-card .tc-link {
        bottom: 2px;
        display: block;
        position: absolute;
        margin: auto;
        float: none;
        width: 100%;
        text-align: center;
    }
}
.flex-container a {
    text-decoration: none;

}
.toplist__card_casino-card__text{
    text-decoration: none;
}
.toplist__card_small-text{
    font-size: 0.8em;
    line-height: 1.2;
    color: #6e6e6e;
    padding: 0 20px;
    margin-top: -8px;
}
/* Rewrite Style  */
.flex-container{
    margin-bottom: 17px;
}
.casino-card .primary-cta {
    padding: 0 15px;
    position: static;
    display: block;
}
.casino-card .tc-link {
    position: static;
    margin-top: 6px;
}
@media only screen and (max-width: 992px){
    .casino-card {
        background-color:transparent;
        border-radius: none;
        margin-bottom: 15px;
        box-shadow: none;
}
.flex-container {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 0 6px 0 rgba(34, 34, 34, 0.2);
}
}