.billing-cycle-switch{
  display:inline-flex;
  align-items:stretch;
  gap:6px;
  padding:6px;
  margin-top:22px;
  border:1px solid rgba(29,20,45,.14);
  border-radius:16px;
  background:rgba(255,255,255,.82);
  box-shadow:0 10px 30px rgba(25,12,51,.08);
}
.billing-cycle-switch button{
  min-height:48px;
  padding:8px 17px;
  border:0;
  border-radius:11px;
  background:transparent;
  color:#51495e;
  font:inherit;
  font-size:13px;
  font-weight:700;
  line-height:1.15;
  cursor:pointer;
  transition:background .2s ease,color .2s ease,box-shadow .2s ease;
}
.billing-cycle-switch button span{display:block}
.billing-cycle-switch button small{
  display:block;
  margin-top:4px;
  color:#675d73;
  font-size:9px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.billing-cycle-switch button.is-active,
.billing-cycle-switch button[aria-pressed="true"]{
  background:#181020;
  color:#fff;
  box-shadow:0 8px 18px rgba(22,11,38,.18);
}
.billing-cycle-switch button.is-active small,
.billing-cycle-switch button[aria-pressed="true"] small{color:#cbb7ff}
.agent-package-section .billing-cycle-switch,
.agents-roster-section .billing-cycle-switch,
.arx-membership-rebuild .billing-cycle-switch{
  border-color:rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  box-shadow:none;
}
.agent-package-section .billing-cycle-switch button,
.agents-roster-section .billing-cycle-switch button,
.arx-membership-rebuild .billing-cycle-switch button{color:rgba(255,255,255,.72)}
.agent-package-section .billing-cycle-switch button small,
.agents-roster-section .billing-cycle-switch button small,
.arx-membership-rebuild .billing-cycle-switch button small{color:rgba(255,255,255,.5)}
.agent-package-section .billing-cycle-switch button.is-active,
.agents-roster-section .billing-cycle-switch button.is-active,
.arx-membership-rebuild .billing-cycle-switch button.is-active{
  background:#fff;
  color:#17101f;
}
.agent-package-section .billing-cycle-switch button.is-active small,
.agents-roster-section .billing-cycle-switch button.is-active small,
.arx-membership-rebuild .billing-cycle-switch button.is-active small{color:#7042ff}
.billing-price-note{
  display:block;
  min-height:18px;
  margin-top:7px;
  color:inherit;
  opacity:.68;
  font-size:10px;
  font-style:normal;
  font-weight:650;
  line-height:1.35;
}
.agent-package-price strong b,
.plan-price strong b{font:inherit}
.agent-package-price strong b{letter-spacing:inherit}
.marketplace-package-grid .billing-price-note{margin:0;min-height:28px}
.agent-package-grid[data-package-count="3"],
.marketplace-package-grid[data-package-count="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}
body.plans-editorial-page .plan-card-grid[data-package-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}
.pricing-switch-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-bottom:22px;
}
.pricing-switch-row>p{
  max-width:440px;
  margin:0;
  color:inherit;
  opacity:.7;
  font-size:12px;
  line-height:1.55;
}
@media(max-width:1000px){
  .agent-package-grid[data-package-count="3"],
  .marketplace-package-grid[data-package-count="3"]{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .billing-cycle-switch{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    width:100%;
    margin-top:16px;
  }
  .billing-cycle-switch button{padding:8px 7px;font-size:11px}
  .billing-cycle-switch button small{font-size:8px}
  .pricing-switch-row{display:block}
  .pricing-switch-row>p{margin-top:12px}
  .agent-package-grid[data-package-count="3"],
  .marketplace-package-grid[data-package-count="3"],
  body.plans-editorial-page .plan-card-grid[data-package-count="2"]{grid-template-columns:1fr}
}
