/*
  file: utilities.css
  scope: global
  purpose:
  - helper utilities
  - no-image states
  - static-note and small helpers
*/

.tp-static-breadcrumb.tp-page-breadcrumb {
  margin: 0 0 12px;
}

.tp-company-map-frame {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

.tp-company-map-frame__embed {
  display: block;
  width: 100%;
  min-height: 280px;
}

.tp-contact-phone-block__dl {
  margin: 0;
}
