
// Cards


.card {
    box-shadow: $card-box-shadow;
    margin-bottom: $grid-gutter-width;
    .card-header {
        border-bottom: none;
        padding-top: var(--#{$prefix}card-spacer-x);
        .card-title {
            margin-bottom: 0;
            font-size: 16px;
            font-weight: $font-weight-semibold;
            color: var(--#{$prefix}heading-color);
        }
    }
}

.card-h-100 {
    height: calc(100% - $grid-gutter-width);
}

// Offer Card
.offer-card {
    background-image: url("/public/images/extra/pet-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: $black;
}
