.not-found-page--v2 .content-body {
    display: grid;
    align-items: center;
    min-height: clamp(360px, 62vh, 560px);
}

.not-found-card {
    width: min(560px, 100%);
    margin: 0 auto;
    padding: clamp(24px, 4vw, 40px);
    text-align: center;
    align-items: center;
    gap: var(--space-4);
}

.not-found-card__title {
    margin: 0;
}

.not-found-card__code {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-3);
    width: 100%;
}

.not-found-card__digit {
    font-size: clamp(72px, 12vw, 108px);
    line-height: 1;
    font-weight: 400;
    color: var(--brand-color);
}

.not-found-card__media {
    width: clamp(72px, 12vw, 112px);
    margin: 0;
}

.not-found-card__media img {
    width: 100%;
    border-radius: 50%;
    display: block;
}

.not-found-card__summary {
    margin: 0;
    max-width: 40ch;
}

.not-found-card .button-panel__actions {
    justify-content: center;
}
