.at-contactinfo {
    container-type: inline-size;
}

.at-contactinfo.--hasCustomBackground {
    padding-block: 0;
}

.at-contactinfo.--hasCustomBackground .at-contactinfo__inner {
    padding: var(--marginMedium);
    border-radius: var(--borderRadiusSmall);
    overflow: clip;
}

.at-contactinfo .articleTitle {
    text-wrap: unset;
}

.at-contactinfo__contentWrapper,
.at-contactinfo__textWrapper {
    display: flex;
    flex-direction: column;
}

.at-contactinfo__name {
    margin-block-end: 0;
    font-weight: bold;
}

.at-contactinfo__imageWrapper {
    order: -1;
    margin-bottom: var(--marginSmall);
}

@container (min-width: 350px) {
    .at-contactinfo .articleTitle,
    .at-contactinfo__textWrapper {
        text-align: left;
    }

    .at-contactinfo__contentWrapper {
        align-items: center;
        flex-direction: row;
    }

    .at-contactinfo__imageWrapper {
        margin-bottom: 0;
        margin-right: var(--marginSmallMedium);
    }
}

/* articleContainer: equal height */
.at-articleContainer .at-contactinfo {
    & .g-container__inner,
    & .at-contactinfo__inner {
        height: 100%;
    }
}
