/* v1.5.1: credentials hierarchy, organization workshop media, and contact address rhythm. */

body.lhs-design-v151.lhs-page-about .lhs-about-tzuzu-credentials {
  margin-top: 76px !important;
  padding-top: 64px !important;
  border-top-color: rgb(161 74 45 / 24%) !important;
}

body.lhs-design-v151.lhs-page-about .lhs-about-tzuzu-credentials > h2 {
  margin: 0 auto !important;
  color: #8f3f26 !important;
  text-align: center !important;
  text-wrap: balance;
}

body.lhs-design-v151.lhs-page-about .lhs-about-credential-groups {
  display: grid;
  width: min(100%, 980px);
  margin: 36px auto 0;
  padding: 36px 38px;
  overflow: hidden;
  border: 1px solid rgb(161 74 45 / 20%);
  border-radius: 52px 18px 46px 22px / 28px 44px 24px 38px;
  background: #fff8f2;
  box-shadow: 0 18px 42px rgb(93 48 29 / 9%);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.lhs-design-v151.lhs-page-about .lhs-about-credential-group {
  min-width: 0;
  padding-inline: 32px;
  background: transparent !important;
}

body.lhs-design-v151.lhs-page-about .lhs-about-tzuzu-credentials > .lhs-v130-flow-divider,
body.lhs-design-v151.lhs-page-about .lhs-about-credential-group > :is(.lhs-wave-ribbon, .lhs-wave-edge) {
  display: none !important;
}

body.lhs-design-v151.lhs-page-about .lhs-about-credential-group + .lhs-about-credential-group {
  border-inline-start: 1px solid rgb(161 74 45 / 18%);
}

body.lhs-design-v151.lhs-page-about.lhs-wave-experience:not(.home) main .lhs-about-credential-group h3 {
  display: flex;
  margin: 0 0 16px !important;
  align-items: center;
  gap: 12px;
  color: #a14a2d !important;
  font-size: 23px !important;
  line-height: 1.25 !important;
  text-align: right !important;
}

body.lhs-design-v151.lhs-page-about .lhs-about-credential-group h3::before {
  width: 34px;
  height: 4px;
  flex: 0 0 34px;
  border-radius: 999px;
  background: #d89b3d;
  content: "";
}

body.lhs-design-v151.lhs-page-about .lhs-about-credential-group ul {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  list-style: none !important;
}

body.lhs-design-v151.lhs-page-about .lhs-about-credential-group li {
  position: relative;
  display: block !important;
  min-height: 48px;
  margin: 0 !important;
  padding: 11px 34px 11px 0 !important;
  border-bottom: 1px solid rgb(161 74 45 / 12%);
  color: #3f2d24 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
  text-align: right !important;
}

body.lhs-design-v151.lhs-page-about .lhs-about-credential-group li:last-child {
  border-bottom: 0;
}

body.lhs-design-v151.lhs-page-about .lhs-about-credential-group li::before {
  position: absolute;
  inset-block-start: 13px;
  inset-inline-start: 0;
  display: grid !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  place-items: center;
  border: 1px solid rgb(161 74 45 / 48%);
  border-radius: 50%;
  color: #a14a2d;
  background: #fff1e5 !important;
  content: "\2713" !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

body.lhs-design-v151.lhs-page-organizations main > .lhs-organizations-verified-hero .lhs-organizations-image {
  border-radius: 28px 10px 34px 14px !important;
  box-shadow: 12px 14px 0 rgb(200 90 45 / 15%) !important;
}

body.lhs-design-v151.lhs-page-organizations main > .lhs-organizations-verified-hero .lhs-organizations-image img {
  object-position: center center !important;
}

body.lhs-design-v151.lhs-page-contact .lhs-contact-clinic > span:last-child {
  min-width: 0;
  white-space: nowrap;
}

@media (max-width: 780px) {
  body.lhs-design-v151.lhs-page-about .lhs-about-tzuzu-credentials {
    margin-top: 58px !important;
    padding-top: 50px !important;
  }

  body.lhs-design-v151.lhs-page-about .lhs-about-credential-groups {
    margin-top: 28px;
    padding: 28px 22px;
    border-radius: 34px 14px 30px 16px / 22px 30px 20px 28px;
    grid-template-columns: minmax(0, 1fr);
  }

  body.lhs-design-v151.lhs-page-about .lhs-about-credential-group {
    padding-inline: 0;
  }

  body.lhs-design-v151.lhs-page-about .lhs-about-credential-group + .lhs-about-credential-group {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgb(161 74 45 / 18%);
    border-inline-start: 0;
  }

  body.lhs-design-v151.lhs-page-about.lhs-wave-experience:not(.home) main .lhs-about-credential-group h3 {
    font-size: 21px !important;
  }
}

@media (max-width: 380px) {
  body.lhs-design-v151.lhs-page-contact .lhs-contact-clinic {
    gap: 7px;
  }

  body.lhs-design-v151.lhs-page-contact .lhs-contact-clinic-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  body.lhs-design-v151.lhs-page-contact .lhs-contact-clinic > span:last-child {
    font-size: 15px;
  }
}
