.figma-loading-screen {
    display: flex;
    width: 100%;
    min-height: 900px;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    padding: 90px 24px 64px;
    background: #fff;
    color: #17161c;
    text-align: center;
}

.figma-loading-screen picture,
.figma-loading-screen img {
    display: block;
}

.figma-loading-screen img {
    width: 376px;
    height: 470px;
    object-fit: contain;
}

.figma-loading-screen h1 {
    margin: -20px 0 14px;
    color: #17161c;
    font: 900 64px/1.15 "Cairo", "Arial Black", sans-serif;
    letter-spacing: -1px;
}

.figma-loading-screen p {
    margin: 0 0 40px;
    color: #716f7e;
    font: 400 18px/1.4 "IBM Plex Sans", Arial, sans-serif;
}

.figma-loading-progress {
    width: 400px;
    height: 11px;
    overflow: hidden;
    border-radius: 999px;
    background: #e4e1ed;
}

.figma-loading-progress span {
    display: block;
    width: 67%;
    height: 100%;
    border-radius: inherit;
    background: #ffcc29;
}

.figma-loading-screen > strong {
    margin-top: 14px;
    color: #716f7e;
    font: 700 12px/1.2 "IBM Plex Sans", Arial, sans-serif;
}

.figma-loading-mobile-copy {
    display: none;
}

@media (max-width: 767px) {
    .figma-loading-screen {
        min-height: 844px;
        padding: 219px 20px 72px;
    }

    .figma-loading-screen img {
        width: 240px;
        height: 223px;
    }

    .figma-loading-screen h1 {
        margin: 51px 0 11px;
        font-size: 30px;
    }

    .figma-loading-screen p {
        margin-bottom: 33px;
        font-size: 18px;
    }

    .figma-loading-progress {
        width: 310px;
        height: 10px;
        max-width: 100%;
    }

    .figma-loading-screen > strong {
        margin-top: 8px;
    }

    .figma-loading-desktop-copy {
        display: none;
    }

    .figma-loading-mobile-copy {
        display: inline;
    }
}
