@layer seed-components {
  .seed-content-placeholder__root {
    box-sizing: border-box;
    vertical-align: top;
    background-color: var(--seed-color-palette-gray-200);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: inline-flex;
    position: relative;
    overflow: hidden;
  }

  .seed-content-placeholder__asset {
    height: 50%;
    min-width: var(--seed-dimension-x4);
    aspect-ratio: 1;
    width: auto;
    max-width: 160px;
    color: var(--seed-color-palette-gray-400);
    fill: currentColor;
    stroke: currentColor;
    object-fit: contain;
    display: block;
  }
}
