body,
html {
  margin: 0;
  padding: 0;
}

#wrapper {
  max-width: 100%;
}

.breadcrumb {
  display: inline-block;
  margin-top: 15px;
  display: none !important;
}

#main:not(.main-homepage) {
  padding-top: 0px;
}

/*Master Analysis DTW edits*/
#URLhighlights {
  text-decoration: underline !important;
}

.dp-routine__product-name {
  /* min-height: 60px; */
}

.dp-link {
  text-decoration: underline !important;
  outline: 0;
  border-radius: 2px;
}

.dp-link:focus-visible {
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
}