.indy-price-switcher-widget .main-wrapper {
  display: inline-flex;
  border-radius: 12px;
  border: 1px solid var(--colors-beige-2012, rgba(96, 80, 58, 0.12));
  background: rgba(96, 80, 58, 0.03);
  padding: 4px;
}
.indy-price-switcher-widget .main-wrapper .price-cat-item {
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: rgba(34, 44, 54, 0.5);
  cursor: pointer;
}
.indy-price-switcher-widget .main-wrapper .price-cat-item:hover {
  color: #222c36;
}
.indy-price-switcher-widget .main-wrapper .price-cat-item.active {
  background: #fff;
  color: #222c36;
}

@media (max-width: 767px) {
  .elementor-widget-indy-price-switcher,
  .indy-price-switcher-widget .main-wrapper,
  .indy-price-switcher-widget .main-wrapper .price-cat-item {
    width: 100%;
    position: relative;
  }
  .switcher-timespan {
    margin-top: -15px;
  }
  .indy-price-switcher-widget .main-wrapper {
    flex-wrap: wrap;
  }
  .indy-price-switcher-widget .main-wrapper .price-cat-item {
    order: 2;
  }
  .indy-price-switcher-widget .main-wrapper .price-cat-item.active {
    order: 1;
  }
  .indy-price-switcher-widget .main-wrapper .price-cat-item.active::after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/themes/hello-child/img/chevron-2.svg);
    transform: rotate(90deg);
    background-position: center;
    background-size: 24px;
    position: absolute;
    right: 20px;
    top: 14px;
  }
  .indy-price-switcher-widget .main-wrapper.open .price-cat-item.active:after {
    transform: rotate(-90deg);
  }

  .indy-price-switcher-widget
    .main-wrapper:not(.open)
    .price-cat-item:not(.active) {
    display: none;
  }
}

/* Disabled switcher */
.indy-price-switcher-widget.disabled .main-wrapper .price-cat-item {
  opacity: 0.3;
  pointer-events: none;
}

/* Discount badge */
.elementor-widget-indy-price-switcher .switcher-timespan .discount-badge {
  display: block;
  border-radius: 25px;
  background: #fa5d89;
  position: absolute;
  right: -0;
  top: -10px;
  z-index: 3;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.176px;
  padding: 2px 4px;
}

/* switchable class for other widgets */
/*body:not(.elementor-editor-active) .indy-block-pricing,*/
body:not(.elementor-editor-active) .switchable,
/*body:not(.elementor-editor-active) .pricing-card.monthly,*/
.indy-comparative-table-2-widget th.col-head.monthly {
  display: none;
}
.indy-comparative-table-2-widget th.col-head.switchable:nth-child(2) {
  display: table-cell;
}
