.ed_contacts-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--wp--preset--spacing--gap);
  height: 100%;
  width: 100%;
  padding-bottom: var(--wp--preset--spacing--50);
}

.ed_contacts-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--wp--preset--spacing--10);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.ed_contacts-text-wrapper > * {
  max-width: 28rem;
}

.ed_contacts-text-wrapper h2 {
  padding-bottom: 1rem;
  color: var(--wp--preset--color--contrast-2);
}

.ed_contacts-phone {
  margin-bottom: 0.8rem;
}

.ed_contacts-address,
.ed_contacts-phone,
.ed_contacts-email {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -16px;
  margin-left: 31px;
  padding-right: 31px;
}

.ed_contacts-phone a,
.ed_contacts-email a {
  color: var(--wp--preset--color--contrast-2);
}

.ed_contacts-address::before,
.ed_contacts-phone a::before,
.ed_contacts-email a::before,
.ed_contacts-text-wrapper .wp-block-table th:first-child::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 0.4rem;
  padding-bottom: 2px;
  font-family: "Material Symbols";
  content: "\F86F";
  font-size: 24px;
  line-height: 1;
  color: var(--wp--preset--color--accent);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-decoration: none;
}

.ed_contacts-phone a:hover::before,
.ed_contacts-email a:hover::before {
  color: var(--wp--preset--color--accent-2);
}

.ed_contacts-address::before {
  content: "\e0c8";
}

.ed_contacts-phone a::before {
  content: "\e0b0";
}

.ed_contacts-email a::before {
  content: "\e0e6";
}

.ed_contacts-text-wrapper .wp-block-table table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ed_contacts-text-wrapper .wp-block-table th:first-child {
  padding-right: 0.5rem;
}

.ed_contacts-text-wrapper .wp-block-table th:first-child::before {
  content: "\e01b";
}

.ed_contacts-text-wrapper .wp-block-table td,
.ed_contacts-text-wrapper .wp-block-table th {
  border: 0;
  padding: 0;
  color: var(--wp--preset--color--contrast-2);
  font-weight: 400;
}

.ed_contacts-text-wrapper .wp-block-table thead {
  border: 0;
}

.ed_social-container {
  padding-top: var(--wp--preset--spacing--10);
  padding-bottom: var(--wp--preset--spacing--20);
}

.ed_social-container ul {
  gap: var(--wp--preset--spacing--10);
}

.ed_social-container .wp-block-social-links:not(.is-style-logos-only) > * {
  background-color: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--base);
}

.ed_social-container
  .wp-block-social-links:not(.is-style-logos-only)
  > *:hover {
  background-color: var(--wp--preset--color--accent-2);
}

@media (min-width: 820px) {
  .ed_contacts-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ed_contacts-wrapper > * {
    -ms-flex-preferred-size: calc(50% - (var(--wp--preset--spacing--10) / 2));
    flex-basis: calc(50% - (var(--wp--preset--spacing--10) / 2));
  }
}
