@layer kora.components {
    kora-ipfs-image {
        display: inline-block;
        line-height: 0;
        overflow: hidden;
    }

    .kora-ipfs-image__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* No gateway served the CID — hide the broken image (host may show its own placeholder). */
    kora-ipfs-image[data-error] .kora-ipfs-image__img {
        visibility: hidden;
    }
}
