.seed-content-placeholder__root {
    box-sizing: border-box;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: var(--seed-color-palette-gray-200)
}
.seed-content-placeholder__asset {
    display: block;
    height: calc(0.5 * 100%);
    min-width: var(--seed-dimension-x4);
    max-width: 160px;
    width: auto;
    aspect-ratio: 1 / 1;
    color: var(--seed-color-palette-gray-400);
    fill: currentColor;
    stroke: currentColor;
    object-fit: contain
}