.product-sidebar .product-sidebar__billing-selector {
  display: none;
  margin: 20px 0;
}

.product-sidebar .product-sidebar__billing-selector.active {
  display: block;
}

.product-sidebar .product-sidebar__billing-selector h4 {
  color: #384458;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.product-sidebar .product-sidebar__billing-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 3px;
  background: #f3f3f3;
  border-radius: 4px;
}

.product-sidebar .product-sidebar__billing-option {
  min-width: 0;
  padding: 8px 12px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #52637a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
  height: auto;
}

.product-sidebar .product-sidebar__billing-option.active {
  background: #fff;
  color: #162033;
  box-shadow: 0 1px 3px rgba(22, 32, 51, 0.12);
}

.product-sidebar .product-sidebar__billing-option:hover {
  color: #162033;
}

.product-sidebar .product-sidebar__package-price-value {
  display: none;
}

.product-sidebar .product-sidebar__package-price-value.active {
  display: inline;
}

.product-sidebar .product-sidebar__packages-list .product-sidebar__package-discount {
  display: none;
}

.product-sidebar .product-sidebar__packages-list .product-sidebar__package-discount.active {
  display: inline-block;
}

.product-sidebar .product-sidebar__price-cadence {
  margin-left: 3px;
  color: #52637a;
  font-size: 0.72em;
  font-weight: 600;
  white-space: nowrap;
}

.product-sidebar .product-sidebar__billing-details {
  display: none;
  margin: -12px 0 18px;
}

.product-sidebar .product-sidebar__billing-details.active {
  display: block;
}

.product-sidebar .product-sidebar__billing-disclosure {
  margin: 0 0 8px;
  color: #52637a;
  font-size: 12px;
  line-height: 18px;
}

.product-sidebar .product-sidebar__billing-alternative {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 34px;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 4px;
  background: #f3f3f3;
  color: #52637a;
  font-size: 12px;
  line-height: 18px;
}

.product-sidebar .product-sidebar__billing-alternative-summary {
  min-width: 0;
  color: #52637a;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.product-sidebar .product-sidebar__billing-switch {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #008cf5;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  cursor: pointer;
  height: auto;
}
