.spContainerSearchResult .spsearchMod {
  background: #fff;
  padding: 0px;
}

p {
  color: #000;
}

.spContainerSearchResult .spsearchMod .banner-text {
  width: 100%;
  padding: 0px;
}

.spContainerSearchResult .spsearchMod .banner-text h1 {
  display: none;
}

.spContainerSearchResult .spsearchMod .banner-text {
  padding: 0px;
}

.co-brand-pages-container {
  display: flex;
  padding-top: 16px;
  align-items: flex-start;
}

.co-brand-pages-left {
  padding-right: 25px;
  width: 50%;
}

.co-brand-pages-right {
  width: 50%;
}

.co-brand-pages-body {
  padding: 0 10px;
}

@media screen and (min-width: 480px) {
  .co-brand-pages-body {
    padding: 0;
  }
}

.co-brand-pages-body a, .co-brand-pages-container a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

.co-brand-pages-body a:hover, .co-brand-pages-container a:hover {
  color: #54bde3;
}

.co-brand-pages-body a:active, .co-brand-pages-container a:active {
  color: #54bde3;
}

.co-brand-pages-right img,
.co-brand-pages-mobile-img img {
  width: 100%;
}

.co-brand-pages-container h1,
.co-brand-pages-body h1 {
  font-size: 24px !important;
  margin-top: 0px !important;
  font-weight: 700;
}

.co-brand-pages-container h2,
.co-brand-pages-body h2 {
  font-size: 20px !important;
  margin-top: 0px !important;
  font-weight: 500;
}

.co-brand-pages-divider {
  background: rgb(226, 226, 226);
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.co-brand-pages-divider-wide {
  background: rgb(226, 226, 226);
  height: 1px;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
}

.co-brand-pages-mobile-img {
  display: none;
}

.co-brand-pages-desktop-img {
  display: block;
}

.co-brand-pages-logo {
  height: 35px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  .spContainerSearchResult .spsearchMod {
    background: #fff;
    padding: 0px;
  }

  .co-brand-pages-container,
  .co-brand-pages-mobile-img {
    display: block;
  }

  .co-brand-pages-container iframe {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9 !important;
  }

  .co-brand-pages-left,
  .co-brand-pages-right {
    width: 100%;
  }

  .co-brand-pages-logo {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 16px;
    margin-top: 16px;
  }

  .co-brand-pages-desktop-img,
  .co-brand-pages-divider-wide {
    display: none;
  }

  .co-brand-pages-left,
  .co-brand-pages-right {
    padding: 0 10px;
  }

  .co-brand-pages-left h1 {
    font-size: 22px;
    padding-top: 10px;
  }


  .spContainerSearchResult .spsearchMod .banner-text {
    color: black;
  }

  .spContainerSearchResult .spsearchMod .banner-text h1 {
    color: black;
  }
}

.scrollbar-container {
  width: 100%;
  height: 175px;
  overflow-x: hidden;
  padding-right: 20px;
}

div::-webkit-scrollbar {
  width: 0.5em;
  border-radius: 9px;
}

div::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

div::-webkit-scrollbar-thumb {
  background-color: #60afdc;
  outline: 1px solid #bbdaeb;
  border-radius: 9px;
}

.co-blue {
  color: #60afdc;
  transform: rotate(90deg);
  top: 13px;
  left: -7px;
}