.wibe-campaign-description {
  color: #2b2a29;
  font-family: "Roboto", Arial, sans-serif;
  margin-top: 24px;
  min-width: 0;
  width: 100%;
}

.wibe-campaign-description .wibe-campaign-description__content {
  min-width: 0;
  overflow-wrap: anywhere;
}

.wibe-campaign-description .wibe-campaign-description__content > :first-child {
  margin-top: 0;
}

.wibe-campaign-description .wibe-campaign-description__content h3 {
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 24px 0 12px;
}

.wibe-campaign-description .wibe-campaign-description__content p,
.wibe-campaign-description .wibe-campaign-description__content ul,
.wibe-campaign-description .wibe-campaign-description__content ol {
  margin-bottom: 16px;
}

.wibe-campaign-description .wibe-campaign-description__content ul,
.wibe-campaign-description .wibe-campaign-description__content ol {
  padding-left: 1.5rem;
}

.wibe-campaign-description .wibe-campaign-description__content li + li {
  margin-top: 8px;
}

.wibe-campaign-description .wibe-campaign-description__content a {
  overflow-wrap: anywhere;
}

.wibe-campaign-description .wibe-campaign-description__message {
  background: #f5f5f5;
  border-left: 4px solid #15879e;
  margin: 0;
  padding: 16px;
}

.wibe-campaign-description .wibe-campaign-description__committee {
  background-attachment: fixed;
  background-color: #e8eef0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.42)), url("/images/campaigns/comittee_info.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0 100%);
  margin-bottom: 24px;
  margin-left: calc(50% - 50vw);
  margin-top: 24px;
  min-height: 180px;
  min-width: 0;
  overflow: hidden;
  width: 100vw;
}

.wibe-campaign-description .wibe-campaign-description__committee-inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: var(--max-content-width, 1170px);
  padding: 116px 20px;
  width: 100%;
}

.wibe-campaign-description .wibe-campaign-description__committee-row {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.wibe-campaign-description .wibe-campaign-description__committee-pdf {
  display: block;
  flex: 0 0 100px;
  line-height: 0;
  max-width: 100px;
}

.wibe-campaign-description .wibe-campaign-description__committee-pdf-image {
  display: block;
  height: auto;
  max-width: none;
  width: 100px;
}

.wibe-campaign-description .wibe-campaign-description__committee-pdf:focus-visible,
.wibe-campaign-description .wibe-campaign-description__committee-trigger:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
}

.wibe-campaign-description .wibe-campaign-description__committee-accordion {
  flex: 1 1 auto;
  min-width: 0;
}

.wibe-campaign-description .wibe-campaign-description__committee-trigger {
  align-items: center;
  background: #f5f5f5;
  border: 1px solid #b9c5c9;
  color: #222;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.35;
  min-height: 58px;
  padding: 14px 16px;
  text-align: left;
  width: 100%;
}

.wibe-campaign-description .wibe-campaign-description__committee-trigger:hover {
  background: #fff;
  border-color: #8da0a7;
}

.wibe-campaign-description .wibe-campaign-description__committee-trigger::after {
  content: "+";
  flex: 0 0 auto;
  font-size: 24px;
  margin-left: 16px;
}

.wibe-campaign-description .wibe-campaign-description__committee-trigger[aria-expanded="true"]::after {
  content: "−";
}

.wibe-campaign-description .wibe-campaign-description__committee-panel {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #b9c5c9;
  border-top: 0;
  overflow-wrap: anywhere;
  padding: 16px;
}

.wibe-campaign-description .wibe-campaign-description__committee-panel[hidden] {
  display: none;
}

.wibe-campaign-description .wibe-campaign-description__committee-panel > :first-child {
  margin-top: 0;
}

.wibe-campaign-description .wibe-campaign-description__committee-panel > :last-child {
  margin-bottom: 0;
}

@media (max-width: 760px) {
  .wibe-campaign-description .wibe-campaign-description__committee-inner {
    padding: 64px 16px;
  }

  .wibe-campaign-description .wibe-campaign-description__committee {
    background-attachment: scroll;
    clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);
  }

  .wibe-campaign-description .wibe-campaign-description__committee-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .wibe-campaign-description .wibe-campaign-description__committee-pdf {
    flex-basis: auto;
    width: 100px;
  }

  .wibe-campaign-description .wibe-campaign-description__content h3 {
    font-size: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wibe-campaign-description .wibe-campaign-description__committee {
    background-attachment: scroll;
  }
}
