.nfe-latest-photo-row {
    display: grid;
    gap: 0.25rem;
    padding: clamp(1rem, 2vw, 1.5rem);
    border: 1px solid rgba(44, 60, 52, 0.14);
    background: linear-gradient(180deg, rgba(247, 244, 236, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
    box-shadow: 0 18px 40px rgba(26, 41, 34, 0.08);
}

.nfe-latest-photo-row__heading,
.nfe-latest-photo-row__title,
.nfe-latest-photo-row__description,
.nfe-latest-photo-row__link {
    margin: 0;
}

.nfe-latest-photo-row__heading {
    font-size: clamp(1.1rem, 1.8vw, 1.3rem);
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(44, 60, 52, 0.7);
}

.nfe-latest-photo-row__content {
    display: block;
    height: 100%;
}

.nfe-latest-photo-row__body {
    min-width: 0;
    display: grid;
    gap: 0.55rem;
    grid-template-rows: auto auto 1fr auto;
    height: 100%;
}

.nfe-latest-photo-row__title {
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    line-height: 1.04;
}

.nfe-latest-photo-row__title a {
    color: inherit;
    text-decoration: none;
}

.nfe-latest-photo-row__description {
    color: rgba(26, 41, 34, 0.82);
}

.nfe-latest-photo-row__link {
    margin-top: auto;
    padding-top: 0.8rem;
    text-align: right;
}

.nfe-latest-photo-row__thumb a,
.nfe-latest-photo-row__thumb img {
    display: block;
}

.nfe-latest-photo-row__thumb img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .nfe-latest-photo-row__title {
        font-size: clamp(1.2rem, 4.2vw, 1.45rem);
    }
}
