.at-textBlock__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 850px;
    margin-inline: auto;
}

.at-textBlock__wrapper--noMaxWidth {
    max-width: none;
}

.at-textBlock--hasShadow .at-textBlock__wrapper,
.at-textBlock--hasBackgroundColor .at-textBlock__wrapper {
    padding: 2rem;
}

.at-textBlock--hasShadow .at-textBlock__wrapper {
    box-shadow: 0 0 1rem rgba(78, 78, 78, 0.10);
}

.at-textBlock--borderRadius .at-textBlock__wrapper {
    border-radius: var(--listRoundedCorners);
}

.at-textBlock__title {
    margin-top: 0;
}
