.news-cover-preview {
    width: 100%;
    max-width: 340px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #f5f5f5;
}

.cropper-host {
    width: 100%;
    min-height: 360px;
    max-height: 65vh;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 8px;
}

.cropper-host img {
    display: block;
    max-width: 100%;
    max-height: 65vh;
}
