/* ------------------------------------------------------------------------------------------------------------------ */
/* BS SOLUTIONS HERO SECTION */

.bs-solutions-landing-page {
  background: linear-gradient(180deg, #f2f0fc 22.83%, #ffffff 92.02%);
}

.bs-solutions-landing-hero-section-rating *:not(svg) {
  color: #77757599;
}
.bs-solutions-landing-hero-section-rating .stars_span {
  top: -3px;
  white-space: nowrap;
}
.bs-solutions-landing-hero-section-rating .logo_span svg {
  display: inline;
}
.bs-solutions-landing-hero-section-rating .stars_span svg {
  display: inline;
  width: 20px;
  height: 20px;
}
.bs-solutions-landing-hero-section-rating .stars_span svg path:first-child {
  stroke: #eca73d;
}
.bs-solutions-landing-hero-section-rating .stars_span svg path:last-child {
  fill: #e0546b;
}

@media (min-width: 1300px) {
  .bs-solutions-landing-hero-section-inner:after {
    z-index: 5;
    content: "";
    position: absolute;
    top: 30px;
    right: -420px;
    width: 397px;
    height: 373px;
    background-image: url(../../img/bs-assets/solutions-lp/solutions-hero-section-cube.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* BS SOLUTIONS ARCHIVE LABELS */

.bs-solutions-archive-label {
  color: #6A6A9F;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  background-color: transparent;
  cursor: pointer;
  user-select: none;
}
.bs-solutions-archive-label.selected {
  background-color: #6A6A9F;
  color: #ffffff;
}

.bs-solutions-mobile-select {
    /* add little chevron as a bg */
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb24tZG93bi1pY29uIGx1Y2lkZS1jaGV2cm9uLWRvd24iPjxwYXRoIGQ9Im02IDkgNiA2IDYtNiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
    padding-right: 2.5rem;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* BS SOLUTIONS ARCHIVE ITEMS */

.bs-solutions-archive-item {
  display: none;
  box-shadow: 0 2rem 2rem -2rem #00000033;
  border-radius: 8px;
}
.bs-solutions-archive-item.active.selected {
  display: flex;
}

.bs-solutions-archive-item-label {
  padding: 4px 10px;
  border-radius: 4px;
  color: #6a6a9f;
  font-size: 13px;
  line-height: 100%;
  white-space: nowrap;
  background-color: #6a6a9f1a;
}
.bs-solutions-archive-item-button .bs-btn {
  margin-top: 16px;
}

.bs-solutions-archive-button-more {
  width: 26%;
}

@media (max-width: 899px) {
  .bs-solutions-archive-button-more {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .bs-solutions-archive-button-more {
    width: 84%;
  }
}
