<style>
.contact-modal {
    width: 495px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 18px;
    border-radius: 6px;
    box-shadow: 0 8px 25px rgba(0,0,0,.25);
    font-size: 14px;
}
.contact-grid {
    display: grid;
    grid-template-columns: 50px 1fr;
    row-gap: 8px;
    column-gap: 5px;
    align-items: center;
}
</style>