.contacts-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin: 2rem 0 1.5rem;
}

.contacts-header h1,
.contacts-view h2,
.contacts-editor h2 {
  color: #253b2e;
}

.contacts-header p {
  max-width: 42rem;
  margin: 0;
  color: #5d685f;
}

.contacts-view,
.contacts-editor {
  padding: 1.25rem;
  border: 1px solid #d9d2c4;
  border-radius: 8px;
  background: #fffaf2;
  margin-bottom: 2rem;
}

.contacts-form-actions {
  display: flex;
  gap: .5rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.contacts-details {
  display: grid;
  gap: 1rem;
  margin: 0;
}

.contacts-details div {
  display: grid;
  gap: .5rem;
}

.contacts-details dt {
  color: #6b716b;
  font-size: .85rem;
  font-weight: 600;
}

.contacts-details dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.contacts-multiline {
  white-space: pre-wrap;
}

.contacts-address {
  margin: 0;
}

.contacts-social-links {
  display: grid;
  gap: .35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
