.polopoly_embed {
  max-width: 100% !important;
}
.bold {
  font-family: "CTVSans-Bold", "CTV Sans Bold", sans-serif;
}

.black {
  font-family: "CTVSans-Black", "CTV Sans Black", sans-serif;
}

.ctv-platform-tracker {
  font-family: "CTVSans-Regular", "CTV Sans", sans-serif;
  line-height: 1.25;
  max-width: 750px;
  margin: 0 auto;
}

.ctv-platform-tracker h2,
.ctv-platform-tracker h3 {
  font-family: "CTVSans-Bold", "CTV Sans Bold", sans-serif;
  font-weight: normal;
  margin: 0;
}

.ctv-platform-tracker h2 {
  font-size: 26px;
}
.ctv-platform-tracker .topic-container {
  position: relative;
}
.ctv-platform-tracker .topic-title {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  z-index: 10;
  top: -1;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0 10px;
  margin-bottom: 8px;
  user-select: none;
  cursor: pointer;
  border-bottom: 1px solid #dcdcdc;
}
.ctv-platform-tracker .topic-title:hover {
  background-color: #fafafa;
}

.ctv-platform-tracker .topic-toggle {
  font-family: "webIconFont";
  padding: 0 25px;
}

.topic-container.open .topic-toggle {
  transform: rotate(180deg);
}

.ctv-platform-tracker .platform-container {
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-gap: 22px 17px;
  padding: 10px 0;
}

.topic-container.open .platform-container {
  display: grid;
}

.ctv-platform-tracker .party-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.party-container.no-info .party-platform p {
  color: #aaa;
  font-style: italic;
}

.ctv-platform-tracker .party-container > .party-title-container {
  color: white;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 59px;
  width: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
}
.party-title-container > h3 {
  font-size: 22px;
}

.ctv-platform-tracker .party-container .party-platform {
  /* padding: 22px 17px 19px 16px; */
  padding: 22px 17px 39px 16px;
  position: relative;
  background-color: #f5f7f9;
  height: 100%;
  color: #2c2c2c;
}

.ctv-platform-tracker .party-container p {
  margin: 0 0 16px;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.25;
}

.party-container .party-source {
  text-decoration: none;
  color: inherit;
  position: absolute;
  font-size: 18px;
  bottom: 10px;
  border-bottom: 1px solid #2c2c2c;
  line-height: 1;
}

.party-container .party-source::after {
  content: "";
  position: absolute;
  font-family: "webIconFont";
  font-size: 10px;
  margin-left: 9px;
  top: 3px;
}

@media only screen and (max-width: 600px) {
  .ctv-platform-tracker h2 {
    font-size: 16px;
  }

  .topic-title {
    padding: 14px 8px;
  }

  .ctv-platform-tracker .party-container > .party-title-container {
    top: 47px;
  }
}
