/* The office address is an icon-led detail, not an enclosing card. */
.contact-location .location-copy .contact-address-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: fit-content;
  max-width: 100%;
  margin: 28px 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #0b2d44;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
}
.contact-address-card .icon-box {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  background: #fff;
}
.contact-address-card .contact-address-text { display: block; min-width: 0; }
