.gh-global-distributor {
  clear: both !important;
  float: none !important;
  display: block !important;
  width: 100% !important;
  padding: 6px 20px;
  background: #eef3f8;
}

.gh-global-distributor * {
  box-sizing: border-box;
}

.gh-global-distributor__shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 1200px;
  min-height: 70px;
  margin: 0 auto;
  padding: 9px 14px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 13px;
  background: linear-gradient(112deg, #062b53 0%, #07598d 62%, #087d9e 100%);
  color: #fff;
  box-shadow: 0 9px 24px rgba(8, 42, 82, .16);
}

.gh-global-distributor__shell::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 240px;
  height: 240px;
  right: 22%;
  top: -190px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .09);
}

.gh-global-distributor__mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 12px;
  background: rgba(255, 255, 255, .11);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .08em;
}

.gh-global-distributor__copy {
  min-width: 0;
}

.gh-global-distributor__eyebrow {
  margin: 0 0 3px;
  color: #8edfff;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .15em;
}

.gh-global-distributor h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.9vw, 24px);
  line-height: 1.18;
  font-weight: 750;
}

.gh-global-distributor__lead {
  margin: 3px 0 0;
  max-width: 760px;
  overflow: hidden;
  color: rgba(255, 255, 255, .82);
  font-size: 11px;
  line-height: 1.35;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gh-global-distributor__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.gh-global-distributor__status {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #dff6ff;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .08em;
  white-space: nowrap;
}

.gh-global-distributor__cta {
  min-height: 42px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 9px;
  background: linear-gradient(135deg, #f6a328, #f36d2e);
  color: #fff !important;
  box-shadow: 0 7px 17px rgba(209, 79, 18, .28);
  font-size: 13px;
  line-height: 1.1;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease;
}

.gh-global-distributor__cta:hover,
.gh-global-distributor__cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 21px rgba(209, 79, 18, .36);
}

@media (max-width: 900px) {
  .gh-global-distributor {
    padding: 8px 14px;
  }

  .gh-global-distributor__shell {
    grid-template-columns: 40px minmax(0, 1fr) auto;
    min-height: 70px;
    padding: 10px 12px;
    gap: 11px;
  }

  .gh-global-distributor__mark {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .gh-global-distributor__lead,
  .gh-global-distributor__status {
    display: none;
  }
}

@media (max-width: 620px) {
  .gh-global-distributor__shell {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .gh-global-distributor__mark,
  .gh-global-distributor__eyebrow {
    display: none;
  }

  .gh-global-distributor h2 {
    font-size: 16px;
  }

  .gh-global-distributor__cta {
    min-height: 38px;
    padding: 9px 11px;
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .gh-global-distributor {
    padding: 7px 10px;
  }

  .gh-global-distributor__shell {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 12px;
  }

  .gh-global-distributor__actions {
    justify-content: flex-start;
  }

  .gh-global-distributor__cta {
    width: 100%;
  }
}
