.tmp-spinner-wrapper {
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-wrapper {
    display: flex;
    justify-content: center;
    margin: 80px 0;

    .error-inner {
        max-width: 420px;
        text-align: center;
        padding: 0 24px;

        .error-headline {
            max-width: 350px;
            font-size: 32px;
            margin-bottom: 24px;
            margin-left: auto;
            margin-right: auto;
            font-weight: 700;
            line-height: 36.8px;
        }

        .error-description {
            font-size: 16px;
            line-height: 24px;
        }

        .error-link {
            color: var(--color-indigo);
            text-decoration: none;
            border-bottom: none;
        }
    }
}
