/* Custom adjustments for membership layout */
.membership-container-0138523b {
  font-family: inherit;
}

/* Custom switch active states */
.billing-toggle-btn-0138523b[aria-checked="true"] {
  background-color: #10b981 !important;
}

.billing-toggle-btn-0138523b[aria-checked="true"] span {
  transform: translateX(1.25rem);
}

.billing-toggle-btn-0138523b[aria-checked="false"] span {
  transform: translateX(0);
}
