.contact-cell{display:grid;gap:6px;min-width:190px}
.contact-cell a{text-decoration:none}
.contact-email{color:#17251f;font-weight:700}
.contact-email:hover{text-decoration:underline}
.contact-phone{display:flex;align-items:center;gap:7px;width:max-content;color:#087c4d;font-weight:800;background:#e9f8f0;border:1px solid #cceedd;border-radius:999px;padding:5px 9px}
.contact-phone span{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#14bf77;color:#062117;font-size:11px}
.contact-phone:hover{background:#d9f4e6;border-color:#9fe0bf}
