/*  INHALTSELEMENT: CE_GIMAGE
//////////////////////////////////////////////////////////////////////////////*/
@layer components {
    .ce_image {
        smax-width: fit-content;
    }
    .image_container {
        display: table;
        width: 100%;
    }
    .image_container > a,
    .image_container > img {
        display: block;
        width: 100%;
    }
    .image_container .caption {
        padding-top: var(--spacing-xs);
        display: table-caption;
        caption-side: bottom;
        font-size: var(--font-size-s);
    }
}
