﻿.image-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.image-card {
    border: 4px solid #0DCAF0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image-card img {
    display: block;
    width: 100%;
    height: auto;
}

.image-card-bar {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: white;
    color: black;
    text-align: center;
    padding: 8px 12px;
    font-weight: 600;
    z-index: 2;
}

.image-card-bar-top {
    top: 0;
}

.image-card-bar-bottom {
    bottom: 0;
}

.image-card-bar {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
