/* Archive Card */

#medvet-ce-archive-card {
    background: white;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    overflow: hidden;
    height: 250px;
}

.medvet-ce-archive-img-wrapper {

}


.medvet-ce-archive-img {
    height: 100%;
}

.medvet-ce-archive-img-wrapper .medvet-ce-archive-event-type {
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 3px;
}

.medvet-ce-archive-title {
    color: #193458;
    font-weight: bold;
}

.medvet-ce-archive-event-type {
    background: #f3f3f3;
    color: #193458;
    font-weight: bold;
}

.medvet-ce-archive-date-time {
    color: #6BA4B8;
    font-weight: bold;
}

.medvet-ce-archive-label {
    color: #193458;
    font-weight: bold;
}

.medvet-ce-archive-credits {
    color: #6BA4B8;
    font-weight: bold;
}

.medvet-ce-archive-card-button {
    background: #6BA4B8;
    color: white;
    font-weight: bold;
    border-radius: 50px;
}

@media (max-width: 767px) {
    #medvet-ce-archive-card {
        height: auto;
    }    

    .medvet-ce-archive-img {
        object-fit: cover;
        height: 200px;
        width: 100%;
    }
}

/* Archive CTA Buttons */

.medvet-ce-archive-cta-button {
    font-weight: bold;
    border-radius: 50px;
    padding: 10px 15px;
    min-width: 170px;
    text-align: center;
}

.medvet-ce-archive-button-teal {
    background: #6BA4B8;
    color: white;
}

.medvet-ce-archive-button-white {
    border: #6BA4B8 1px solid;
    color: #6BA4B8;
}

/* Card Container Styles */

#card-container {
    padding-top: 20px;
}

#card-loading-img {
    display: block;
    margin: auto;
    width: 70px;
    margin-top: 10px;
}
