﻿/* =========================
   SHARED LISTING CARDS
   ========================= */

.listing-grid > .col,
.listing-grid > [class*="col-"] {
    /*padding: 6px;*/
    padding: 8px;
    margin-top: 0;
}

.listing-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    box-shadow: none;
    transition: box-shadow 0.2s ease;
}

    .listing-card:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .listing-card > a,
    .promo-card-link {
        display: block;
        width: 100%;
        height: 100%;
        color: inherit;
        text-decoration: none;
    }

.listing-thumb {
    width: 100%;
    height: 170px;
    overflow: hidden;
    background: #fff;
}

    .listing-thumb img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

.listing-body {
    padding: 8px 10px 10px 10px;
    min-height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.listing-title {
    margin: 0 0 6px 0;
    font-size: 14px;
    /*font-weight: 600;*/
    font-weight: 300;
    line-height: 1.25;
    color: #222;
    min-height: 35px;
    max-height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.listing-meta {
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
    color: #555;
}

/*.promo-card {
    padding: 0;
    border-radius: 8px;
    overflow: hidden;

}

.promo-card-link {
    display: block;
    width: 100%;
    height: 100%;
}

.promo-card-img {
    width: 100%;
    height: 264px;
    display: block;
    object-fit: cover;
}

.promo-card-content {
    height: 262px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px;
    text-align: center;
    background: #fff;
}

.promo-card-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    color: #1f2d5c;
    margin-bottom: auto;
    margin-top: auto;
}

.promo-card-btn {
    margin-top: auto;
    background: #0d6efd;
    color: #fff;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}
*/

/* START  PROMO CARD text and Image */

.promo-card {
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d9e2ef;
}

.promo-card-link {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

/* Image mode */
.promo-card-img {
    display: block;
    width: 100%;
    height: 262px;
    object-fit: cover;
}

/* Text mode */
.promo-card-content {
    height: 262px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 14px 14px 14px;
    text-align: center;
    background: #fff;
}

.promo-card-title {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    color: #1f2d5c;
    text-align: center;
}

.promo-card-btn {
    align-self: center;
    background: #1f6feb;
    color: #fff;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    min-width: 150px;
    text-align: center;
}

@media (max-width: 576px) {
    .promo-card-img {
        height: 236px;
    }

    .promo-card-content {
        height: 236px;
        padding: 14px 10px 12px 10px;
    }

    .promo-card-title {
        font-size: 18px;
    }

    .promo-card-btn {
        font-size: 13px;
        padding: 10px 20px;
        min-width: 135px;
    }
}

/* START  PROMO CARD text and Image */



@media (max-width: 576px) {
    .listing-grid > .col,
    .listing-grid > [class*="col-"] {
        padding: 3px;
    }

    .listing-thumb {
        height: 150px;
    }

    .listing-body {
        padding: 7px 8px 9px 8px;
        min-height: 86px;
    }

    .listing-title {
        font-size: 13px;
        min-height: 33px;
        max-height: 33px;
    }

    .listing-meta {
        font-size: 12px;
    }

    .promo-card-img {
        height: 236px;
    }
}
