.prh-supporters-wrap {
  margin: 6px 0 14px;
}

.prh-supporters {
  padding: 8px 0 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.prh-supporters__topline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 8px;
  text-align: center;
}

.prh-supporters__eyebrow {
  margin: 0;
  color: #fffff;
  font: 700 10px/1 "Open Sans", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.prh-supporters__title {
  margin: 0;
  color: #fff;
  font: 700 18px/1.1 "Open Sans", sans-serif;
}

.prh-supporters__description {
  max-width: 760px;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.74);
  font: 400 13px/1.6 "Poppins", sans-serif;
  text-align: center;
}

.prh-supporters__featured-inline {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.84);
  font: 600 12px/1.4 "Open Sans", sans-serif;
  text-align: center;
}

.prh-supporters__featured-inline-label {
  color: #fffff;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.prh-supporters__featured-inline a,
.prh-supporters__featured-inline span {
  color: #fff;
  text-decoration: none;
}

.prh-supporters__featured-inline a:hover,
.prh-supporters__featured-inline a:focus {
  color: #fffff;
}

.prh-supporters__slider {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.prh-supporters__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, rgba(73, 42, 208, 0.18), rgba(178, 41, 142, 0.16));
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.prh-supporters__arrow:hover,
.prh-supporters__arrow:focus {
  transform: translateY(-1px);
  background: linear-gradient(135deg, rgba(73, 42, 208, 0.30), rgba(178, 41, 142, 0.24));
}

.prh-supporters__marquee {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 0;
  scrollbar-width: none;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.prh-supporters__marquee::-webkit-scrollbar {
  display: none;
}

.prh-supporters__track {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: max-content;
  min-width: 100%;
  justify-content: center;
}

.prh-supporters__logo {
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 88px;
  min-height: 40px;
  padding: 6px 8px;
  border-radius: 12px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.prh-supporters__logo:hover,
.prh-supporters__logo:focus {
  background: rgba(255, 255, 255, 0.08);
}

.prh-supporters__logo img {
  display: block;
  max-width: 100%;
  max-height: 16px;
  width: auto;
  height: auto;
}

.prh-supporters__embed {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 16px;
}

.prh-supporters__embed a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.prh-supporters__embed img {
  display: block;
  max-width: 100%;
  max-height: 16px;
  width: auto;
  height: auto;
}

.prh-supporters__logo-text {
  color: #fff;
  font: 700 11px/1.2 "Open Sans", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.prh-supporters__logo-tag {
  color: rgba(255, 255, 255, 0.62);
  font: 400 7px/1.2 "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .prh-supporters__topline {
    flex-direction: column;
    align-items: center;
  }

  .prh-supporters__featured-inline {
    justify-content: center;
    text-align: center;
  }

  .prh-supporters__title {
    font-size: 17px;
  }

  .prh-supporters__slider {
    grid-template-columns: minmax(0, 1fr);
  }

  .prh-supporters__arrow {
    display: none;
  }

  .prh-supporters__logo {
    min-width: 82px;
    min-height: 36px;
    padding: 6px 8px;
  }
}
