.at-articleContainer .at-contactOptions {
    padding-inline: 0;
}

.at-contactOptions__item + .at-contactOptions__item {
    margin-block-start: var(--marginExtraSmall);
}

.at-contactOptions .c-card__title {
    margin-block-end: var(--14Size);
    font-size: var(--h6Size);
}

.at-contactOptions__icon {
    flex: 0 0 2rem;
}

.at-contactOptions .at-contactOptions__link {
    display: flex;
    color: inherit;
    text-decoration: none;
}

.at-contactOptions .at-contactOptions__link:hover {
    text-decoration: underline;
}

.at-contactOptions__icon::before {
    margin-inline: 0 var(--marginSmall);
    color: var(--_socialIconColor);
}

.icon-mail {
    --_socialIconColor: var(--primaryColor500);
}

.icon-whatsapp {
    --_socialIconColor: #25d366;
}

.icon-coffee {
    --_socialIconColor: inherit;
}

.icon-linkedin {
    --_socialIconColor: #0077B5;
}
