﻿.buy-with-bitcoin-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;
}
.buy-with-bitcoin-card.category-6 .buy-with-bitcoin-card__image {
    background-position-x: right;
}
.buy-with-bitcoin-card a {
    text-decoration: none;
}
.buy-with-bitcoin-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;
}
.buy-with-bitcoin-card__tags > span {
    margin-right: 5px;
    text-transform: capitalize;
}
.buy-with-bitcoin-card .primary-cta {
    padding: 13px 15px 0;
}
.buy-with-bitcoin-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: 17px;
    z-index: 8;
}
.buy-with-bitcoin-card__image {
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate3d(0,0,0);
}
.buy-with-bitcoin-card__logo-wrapper {
    height: 70px;
    width: 182px;
    display: block;
    margin: -35px auto 0;
    padding: 7px 17px;
    border-radius: 8px;
    border: 1px solid #dddddd;
    position: relative;
    background-size: contain; /*cover*/
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    transform: translate3d(0,0,0);
}
.buy-with-bitcoin-card__logo {
    height: 57px;
    width: 148px;
    display: block;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate3d(0,0,0);
    border-radius: 8px;
}
.buy-with-bitcoin-card__right-col {
    padding: 0 15px;
}
.buy-with-bitcoin-card__name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 6px;
}
.buy-with-bitcoin-card__description {
    font-size: 14px;
    line-height: 1.14;
    color: #444444;
    margin-top: 7px;
    font-family: WorkSans;
    font-weight: 200;
    letter-spacing: -0.9px;
    word-spacing: -0.35px;
}
.buy-with-bitcoin-card .tc-link {
    width: 100%;
    text-align: center;
}
.buy-with-bitcoin-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) {
    .buy-with-bitcoin-card {
        width: 32%;
        margin-right: 2%;
        float: left;
        height: 387px;
    }
    .buy-with-bitcoin-card h4 {
        height: 28px;
    }
    .buy-with-bitcoin-card:nth-child(3n) {
        margin-right: 0;
    }
    .buy-with-bitcoin-card .primary-cta {
        padding: 0 15px;
        position: absolute;
        bottom: 24px;
    }
    .buy-with-bitcoin-card .tc-link {
        bottom: 2px;
        display: block;
        position: absolute;
        margin: auto;
        float: none;
    }
}