/* Contact details. */
.lmn-contact { font-style: normal; }
.lmn-site .lmn-contact__heading { margin-bottom: 0.75rem; font-size: clamp(1.6rem, 1.3rem + 1vw, 2rem); }
.lmn-contact__list { list-style: none; margin: 0 0 1rem; padding: 0; display: grid; gap: 0.6rem; }
.lmn-contact__item { display: flex; gap: 0.6rem; align-items: flex-start; line-height: 1.4; }
.lmn-contact__item .lmn-icon { color: var(--lmn-coral-deep); margin-top: 0.15em; width: 1.35em; height: 1.35em; }
.lmn-contact__item a { color: inherit; text-decoration: none; font-weight: 500; }
.lmn-contact__item a:hover { text-decoration: underline; }
.lmn-contact__body { display: flex; flex-direction: column; min-width: 0; }
.lmn-contact__label { font-size: 0.8rem; color: var(--lmn-text-muted); line-height: 1.3; }
.lmn-contact__item--mail a { overflow-wrap: anywhere; }
