/* ─── Placeholder image ─── */

.ocf-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #111, #020202);
    color: var(--ocf-border-alt);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.ocf-placeholder svg {
    width: 3rem;
    height: 3rem;
    opacity: 0.3;
}
