@import url("../../view.css");

.photo.photo--tpl-editorial {
    margin: 0 0 1.5rem;
    container-type: inline-size;
}

.photo.photo--tpl-editorial .photo__media {
    border-radius: 12px;
    overflow: hidden;
}

.photo.photo--tpl-editorial .photo__caption {
    margin-top: 0.9rem;
}

.photo.photo--tpl-editorial .photo__text {
    margin: 0 0 0.8rem;
    font-size: 1.02rem;
    line-height: 1.62;
}

.photo.photo--tpl-editorial .photo__meta {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 0.8rem 0.9rem;
    background: #faf9f6;
}

.photo.photo--tpl-editorial .photo__meta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.16rem;
    padding: 0.28rem 0;
}

.photo.photo--tpl-editorial .photo__meta-label {
    min-width: 0;
    opacity: 0.8;
    letter-spacing: 0.02em;
    font-size: 0.76rem;
    text-transform: uppercase;
}

.photo.photo--tpl-editorial .photo__meta-value {
    font-size: 0.92rem;
    line-height: 1.48;
}

.photo.photo--tpl-editorial .photo__download {
    margin-bottom: 0.9rem;
}

.photo.photo--tpl-editorial .photo__download .input-group {
    max-width: 100%;
    width: auto;
}

@container (max-width: 1024px) {
    .photo.photo--tpl-editorial .photo__caption {
        margin-top: 0.74rem;
    }

    .photo.photo--tpl-editorial .photo__text {
        font-size: 0.96rem;
        line-height: 1.52;
    }

    .photo.photo--tpl-editorial .photo__meta {
        padding: 0.66rem 0.74rem;
    }

    .photo.photo--tpl-editorial .photo__meta-label {
        font-size: 0.74rem;
    }

    .photo.photo--tpl-editorial .photo__meta-value {
        font-size: 0.89rem;
    }
}

@container (max-width: 640px) {
    .photo.photo--tpl-editorial .photo__caption {
        margin-top: 0.62rem;
    }

    .photo.photo--tpl-editorial .photo__text {
        margin-bottom: 0.62rem;
        font-size: 0.9rem;
        line-height: 1.45;
    }

    .photo.photo--tpl-editorial .photo__meta {
        padding: 0.56rem 0.62rem;
    }

    .photo.photo--tpl-editorial .photo__meta-label {
        font-size: 0.71rem;
    }

    .photo.photo--tpl-editorial .photo__meta-value {
        font-size: 0.86rem;
        line-height: 1.4;
    }

    .photo.photo--tpl-editorial .photo__download .input-group {
        max-width: 100%;
    }
}
