.n-result {
    color: var(--n-text-color);
    line-height: var(--n-line-height);
    font-size: var(--n-font-size);
    transition: color 0.3s var(--n-bezier);
    padding: 16px;
}

.n-result-icon {
    display: flex;
    justify-content: center;
    transition: color 0.3s var(--n-bezier);
}

.n-base-icon {
    color: var(--n-icon-color);
    font-size: var(--n-icon-size);
    width: 1em;
    height: 1em;
}

.n-result-header {
    margin-top: 24px;
    text-align: center;
}

.n-result-header__title {
    margin-top: 16px;
    font-weight: var(--n-title-font-weight);
    color: var(--n-title-text-color);
    font-size: var(--n-title-font-size);
}

.n-result-header__description {
    margin-top: 4px;
    font-size: var(--n-font-size);
}