/* global Styling für Ce-Contact-Person */

.ce-local__wrapper .ce-header {
  display: grid;
  grid-template-columns: 25px auto;
  column-gap: 12px;
  margin-bottom: 1rem;
}

.ce-local__wrapper .ce-header svg {
  width: 25px;
  height: auto;
  align-self: start;
}

.ce-local__wrapper .frame-header {
  margin-bottom: 0;
}

.ce-local__wrapper .frame-header .h4 {
  padding-top: 5px;
}
