.advanced-image {
    position: relative;
}

.advanced-image__inner {
    min-height: 1px;
}

.advanced-image__media {
    margin: 0;
}

.advanced-image__image {
    display: block;
    width: 100%;
    height: auto;
    min-height: var(--img-min-height, 275px);
    object-fit: cover;
}

.editor-styles-wrapper .advanced-image__editor-placeholder__notice {
    border: 1px dashed currentColor;
    border-radius: 0.5rem;
    padding: 0.875rem 1rem;
}
