.noarticletext {
margin-block: var(--space-md);
border: 1px solid var(--border-color-base);
border-radius: var(--border-radius-large);
}
.noarticletext-header {
padding: var(--space-xxl);
text-align: center;
line-height: var(--line-height-xx-small);
}
.noarticletext-404 {
color: var(--color-subtle);
font-size: 15vh;
font-weight: var(--font-weight-semi-bold);
line-height: 1;
letter-spacing: 0.05em;
}
.noarticletext-caption {
font-size: var(--font-size-small);
}
.noarticletext-title {
color: var(--color-emphasized);
font-weight: var(--font-weight-semi-bold);
font-size: var(--font-size-large);
}
.noarticletext .t-card {
border: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.noarticletext .t-card-content {
padding: var(--space-xl);
}