.widget-list #ambassador-widget {
  margin: 20px 0;
  padding: 11px 0 0;
}
.widget-list #ambassador-widget .heading {
  display: flex;
  gap: 10px;
}
.widget-list #ambassador-widget .heading .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 2px solid #000000;
  box-sizing: border-box;
  padding: 5.8px 2.6px 4.5px 7.7px;
}
.widget-list #ambassador-widget .heading img {
  width: 49px;
  height: auto;
  border-radius: 50%;
}
.widget-list #ambassador-widget .heading .headline {
  font-size: 1.125rem !important;
  color: var(--haymarket-blue);
  font-weight: bold;
  line-height: 1.33;
  text-align: left;
  margin-top: 5px;
}
.widget-list #ambassador-widget .heading .headline span {
  font-size: 1.375rem;
}
.widget-list #ambassador-widget .intro {
  font-size: 1rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--brand-secondary);
  display: block;
  margin-left: 26px;
  margin-top: 20px;
}
.widget-list #ambassador-widget ul {
  margin-left: 10px;
  margin-top: 15px;
}
.widget-list #ambassador-widget ul li {
  margin-bottom: 15px;
  text-align: left;
}
.widget-list #ambassador-widget ul li a {
  text-decoration: none !important;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--haymarket-blue);
}
.widget-list #ambassador-widget .social-media-profiles {
  width: 100%;
  text-align: right;
  height: 36px;
}
.widget-list #ambassador-widget .social-media-profiles a {
  margin-left: 10px;
}
.widget-list #ambassador-widget .social-media-profiles a img {
  width: 32px;
  height: 32px;
}
.widget-list #ambassador-widget hr {
  background-color: #686868;
  height: 3px;
  width: 100%;
  margin-bottom: 11px;
}

@media (min-width: 640px) {
  .widget-list #ambassador-widget {
    max-width: 460px;
    margin: 20px auto;
  }
}
@media (min-width: 810px) {
  .widget-list #ambassador-widget {
    max-width: 660px;
  }
}

/*# sourceMappingURL=ambassador-widget.min.css.map */
