iframe.iframeComponent {
    width: 100%;
    height: 160px;
    box-sizing: border-box;
    margin: var(--size-200) 0;
    align-self: center;
    border: 1px solid var(--border-neutral-subtle);
    overflow: hidden;
    border-radius: 4px;
}

.FigmaIntegrationMessage {
    padding: var(--size-200);
    flex: 1;
    width: 100%;
    margin: var(--size-100);
    align-self: center;
    box-sizing: border-box;
    max-height: 100px;
    height: max-content;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    background-color: var(--background-neutral-container-inverted);
    p {
        color: var(--foreground-neutral-inverted);
        text-align: center;
    }
    img {
        width: 32px;
        height: auto;
        display: block;
        margin-top: var(--size-100);
    }
}