.sponser-stripe-wrap {
  background-color: var(--color-surface-surface-active);
}

.sponser-stripe-wrap.inverted {
  background-color: var(--color-background-background-inverse-neutral);
}

.header-banner {
  background-color: var(--color-foreground-foreground-inactive);
}

.sponser-stripe-bg {
  background-color: transparent;
}
.sponser-stripe-bg .sponser-stripe-block {
  min-height: 40px;
}
.sponser-stripe-block {
  display: flex;
  gap: 16px;
  padding: var(--space-space-sm) var(--space-space-lg);
}

.sponser-right {
  gap: 24px;
  padding: var(--space-space-sm) var(--space-space-xl);
}
 
.stripe-image {
  width: 71px;
  height: 40px;
}
 
.stripe-image img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.sponser-stripe-text {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  width: 100%;
  display: flex;
}

.stripe-image + .sponser-stripe-text {
  width: calc(100% - 87px);
}

.sponser-stripe-text p {
  font-size: var(--typography-font-size-body2-strong-lg);
  line-height: var(--typography-line-height-body2-strong-lg);
  font-weight: var(--font-weight-font-font-weight-bold);
}
.sponser-stripe-text p,
.sponser-stripe-text h2 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--color-foreground-foreground-on-active);
}
.sponser-stripe-text a {
  width: calc(100% - 40px);
  display: block;
}
.sponser-stripe-text:has(a) p {
  width: 100%;
}
.sponser-stripe-text p {
  width: calc(100% - 40px);
}
.sponser-stripe-text .icon-wrapper {
  width: 24px;
  height: 24px;
}
.header-banner .sponser-stripe-block {
  padding: var(--space-space-sm) 0;
}

.sponser-stripe-block .stripe-image img.img-fluid {
  border-radius: 0;
}

@media only screen and (max-width: 960px) {
  .sponser-stripe-block {
    gap: 16px;
    padding: var(--space-space-sm) var(--space-space-sm) var(--space-space-sm) var(--space-space-lg);
  }
  
  .sponser-right {
    padding: var(--space-space-sm) var(--space-space-lg);
  }
  .sponser-stripe-text a {
    width: calc(100% - 36px);
  }
}