.mcm-contact-box{--mcm-accent:#ef3338;box-sizing:border-box;width:100%;padding:22px 18px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.06);font-family:inherit;color:#171717}
.mcm-contact-box *{box-sizing:border-box}
.mcm-heading{text-align:center;margin-bottom:18px}
.mcm-heading h2{margin:0 0 6px;font-size:21px;line-height:1.5;font-weight:800;color:#171717}
.mcm-heading p{margin:0;color:#6b7280;font-size:13px;line-height:1.8}
.mcm-contact-list{display:flex;flex-direction:column;gap:10px}
.mcm-contact-row{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:72px;padding:10px 12px;border:1px solid #e7e9ed;border-radius:16px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.mcm-contact-row:hover{border-color:#d7dbe1;box-shadow:0 7px 18px rgba(15,23,42,.055);transform:translateY(-1px)}
.mcm-person{display:flex;align-items:center;gap:11px;min-width:0}
.mcm-avatar{display:flex;align-items:center;justify-content:center;flex:0 0 52px;width:52px;height:52px;overflow:hidden;border-radius:14px;background:#f3f4f6;color:var(--mcm-accent);font-size:19px;font-weight:800}
.mcm-avatar img{display:block;width:100%;height:100%;object-fit:cover}
.mcm-person-copy{display:flex;flex-direction:column;gap:3px;min-width:0}
.mcm-person-copy strong{font-size:16px;line-height:1.5;color:#171717;white-space:nowrap}
.mcm-person-copy small{font-size:12px;line-height:1.5;color:#7b818b;white-space:nowrap}
.mcm-actions{display:flex;align-items:center;gap:8px;direction:ltr;flex-shrink:0}
.mcm-action{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid #e4e7eb;border-radius:50%;background:#f8f9fa;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}
.mcm-action svg{width:19px;height:19px;fill:currentColor}
.mcm-action span{position:absolute;left:50%;bottom:calc(100% + 7px);z-index:3;padding:5px 8px;border-radius:6px;background:#202124;color:#fff;font-size:11px;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(-50%,4px);transition:opacity .15s ease,transform .15s ease}
.mcm-action span:after{content:"";position:absolute;top:100%;left:50%;margin-left:-4px;border:4px solid transparent;border-top-color:#202124}
.mcm-action:hover,.mcm-action:focus-visible{transform:translateY(-2px);box-shadow:0 6px 13px rgba(15,23,42,.11)}
.mcm-action:hover span,.mcm-action:focus-visible span{opacity:1;transform:translate(-50%,0)}
.mcm-phone{color:var(--mcm-accent);background:color-mix(in srgb,var(--mcm-accent) 7%,#fff);border-color:color-mix(in srgb,var(--mcm-accent) 20%,#e4e7eb)}
.mcm-whatsapp{color:#15a83e;background:#f1fbf4;border-color:#d9f0df}
.mcm-telegram{color:#168bd2;background:#f1f8fd;border-color:#d9ebf7}
@media (max-width:520px){.mcm-contact-box{padding:18px 12px;border-radius:16px}.mcm-heading h2{font-size:18px}.mcm-contact-row{min-height:66px;padding:8px 9px;gap:8px;border-radius:14px}.mcm-avatar{width:46px;height:46px;flex-basis:46px;border-radius:12px}.mcm-person{gap:8px}.mcm-person-copy strong{font-size:14px}.mcm-person-copy small{font-size:11px}.mcm-actions{gap:5px}.mcm-action{width:36px;height:36px}.mcm-action svg{width:17px;height:17px}}
@media (max-width:370px){.mcm-contact-row{align-items:flex-start;flex-direction:column}.mcm-actions{width:100%;justify-content:flex-start;padding-right:54px}}

