/* =========================================================
   SHARED MEDIA CARD
   ========================================================= */

.softmedia-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 0;
    height: 100%;
    padding: 10px;
    background: #fffdf6;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    color: inherit;
    text-decoration: none;
}

.softmedia-card__image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    background: #eae3d1;
}

.softmedia-card__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.softmedia-card__footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 5px 8px;
    background: #eae3d1;
    border-radius: 0 0 10px 10px;
}

.softmedia-card__date {
    color: #234536;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.softmedia-card__zoom {
    margin-left: auto;
    font-size: 0.9rem;
    line-height: 1;
}

.softmedia-card__caption {
    color: #234536;
    font-size: 0.85rem;
    line-height: 1.25;
    text-align: center;
}

.softmedia-card__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    background: #eae3d1;
}

.softmedia-card__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.softmedia-card__image img.softmedia-card__img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}