.mrpsn-guide-contact {
    min-height: 46px;
    border: 0;
    border-radius: 12px;
    background: #18a866;
    color: #fff !important;
    box-shadow: 0 7px 18px rgba(24,168,102,.2);
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.mrpsn-guide-contact:hover { transform: translateY(-1px); filter: brightness(1.04); }
.mrpsn-guide-contact.is-bale,
.mrpsn-guide-contact.is-telegram { background: #18a866; box-shadow: 0 7px 18px rgba(24,168,102,.2); }
.mrpsn-guide-contacts__list .mrpsn-guide-contact:last-child:nth-child(3) { grid-column: 1 / -1; }
.mrpsn-guide-contact.is-bale svg,
.mrpsn-guide-contact.is-telegram svg { width: 19px; height: 19px; fill: currentColor; stroke: none; }
