.controls-row{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}
.controls-row .seg,
.periods .seg{
  background-color: #eeeded;
  border-radius:10px;
  padding:3px;
  display:inline-flex;
  gap:6px;
  align-items:center;
}
.seg button{
  border:0;
	color: #231f20;
  background:transparent;
  border-radius:8px;
  padding:10px 14px;
  font-weight:600;
  cursor:pointer;
  min-width:135px;
}
.seg button.js-persona{
	min-width: 195px;
}
.seg button[aria-pressed="true"]{
  background:#fff;
	color: #231f20;
}
.pricing-panel .coach-count{
  display:flex;
  align-items:center;
  gap:10px;
	margin-top: 14px;
}
.pricing-panel .coach-count label{
  font-weight:400;
  font-size: 16px;
	line-height: 1.2em;
}
.coach-count .stepper{
  display:inline-flex;
  align-items:center;
  border-radius:10px;
	background-color: #eeeded;
  overflow:hidden;
	min-width: 96px;
}
.coach-count .stepper button{
	-webkit-appearance: none;
	appearance: none;
	padding: 0 15px;
  border:0;
  cursor:pointer;
  font-size:22px;
	line-height: 18px;
	color: #4274b8;
	background-color: transparent;
	font-weight: 700;
	height:38px;
}
.coach-count .stepper button:first-child{
	padding-right: 5px;
}
.coach-count .stepper button:last-child{
	padding-left: 5px;
}
.coach-count .stepper input{
  width:30px;
	color: #231f20;
	padding: 0;
  height:38px;
	font-size: 18px;
  border:0;
  text-align:center;
  font-weight:700;
  outline:none;
	background-color: transparent;
}
.controls-row.savings-text{
	margin-top: 36px;
	color: #4274b8;
	font-size: 13px;
	font-weight: 600;
}
.pricing-panel .periods{
	display:flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 36px;
	margin-bottom: 44px;
	align-items: center;
}
.pricing-panel .saving-snipes{
	display: flex;
  justify-content: center;
}
.pricing-panel .saving-snipe{
	font-weight: 600;
	font-size: 13px;
	color: #4274b8;
	text-align:center;
	background-color: #fff;
	width: 33.33%;
	min-width:135px;
	margin-bottom: 6px;
	line-height: 1.4em;
}
.pricing-panel[hidden]{
  display:none !important;
}
body[data-resizable-iframe-connected] .pricing-panel[hidden],
.wp-admin .pricing-panel[hidden]{
  display:block !important;
}
.pricing-panel .cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:60px;
  margin-top:10px
}
.pricing-panel .card{
  border:2px solid transparent;
  border-radius:30px;
  box-shadow:0 0 15px rgba(0,0,0,.1);
  padding:24px 16px;
  min-height:420px;
  display:flex;
  flex-direction:column;
}
.pricing-panel .card.featured{
	border-color:#fec00f;
}
.pricing-panel .card:hover{
	box-shadow:0 0 20px rgba(0,0,0,.15);
}
.card-snipes{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content:center;
	min-height: 24px;
}
.card-snipes span,
.card-snipes small{
	min-width: 98px;
	border-radius: 7px;
	background-color: #5b86d7;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	display: block;
	text-align:center;
	line-height: 1;
	padding: 6px 16px;
}
.card-snipes .popular-snipe{
	color: #231f20;
	background-color: #fcbd13;
}
.pricing-panel .card h3{
  margin:20px 0 8px;
  text-align:center;
}
.pricing-panel .card p.desc{
  margin:0 auto;
	font-size: 18px;
  text-align:center;
  max-width:320px;
  min-height:40px;
}
.card .price{
  text-align:center;
  margin:24px 0;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.1em;
}
.card .price .amount,
.card .price .unit{
  display: inline;
}
.cards .card h4{
	font-size:24px; 
	margin-bottom: 4px;
}
.cards .card ul{
  margin:0;
  padding:0 0 0 16px;
  font-size:18px;
  flex:1;
}
.cards .card li{
  margin:6px 0;
}
.card .cta{
  display:flex;
  justify-content:center;
  margin-top:32px;
}
.pricing-panel .btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:156px;
  height:44px;
  border-radius:999px;
  background-color:#5b86d7;
	color: #fff;
  font-weight:600;
	font-size: 16px;
  cursor:pointer;
  text-decoration:none;
}
.pricing-panel .table-wrap{
  margin-top:80px;
  border-radius:35px;
  padding:36px 48px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.pricing-panel .table-wrap h2{
  margin:0 0 48px;
  text-align:center;
	font-size: 40px;
}
table.feature-table{
  width:100%;
  border-collapse:collapse;
	border: 0 none;
}
.feature-table thead th{
  text-align:center;
  padding:10px 20px;
	border: 0 none;
  font-weight:bold;
	font-size: 24px;
	white-space:nowrap;
}
.feature-table tbody td{
  padding:10px 20px;
	border: 0 none;
  border-bottom:1px solid #e2e1e2;
  vertical-align:top;
	font-size: 18px;
}
.feature-table tbody tr:last-child td{
  border-bottom:0;
}
.feature-table .plan-col{
  width:18%;
  text-align:center;
}
.feature-table .feat-col{
  position:relative;
	white-space:nowrap;
	padding-left: 0;
}
.feature-table .check{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#39b54a;
  color:#fff;
  font-size:18px;
}
.feature-table .feature-label[data-tooltip]{
  cursor:help;
  text-decoration:underline solid #828081;
}
.feature-table .tooltip{
  position:absolute;
  z-index:20;
  left:10px;
  top:calc(100% - 4px);
  width:min(420px,80vw);
  background:#333;
  color:#fff;
  padding:10px 12px;
  border-radius:12px;
  box-shadow:0 18px 36px rgba(0,0,0,.25);
  font-size:12px;
  line-height:1.35;
  display:none;
}
.feature-table .tooltip[data-open="true"]{
  display:block;
}
.cms-matrix{
	display:none;
}
.wp-admin .cms-matrix,
body[data-resizable-iframe-connected] .cms-matrix{
	display: block !important;
	margin-top:36px;
  border:1px solid;
  padding:18px;
}
.cms-matrix thead th{
  position:sticky;
  top:0;
}
.modal-backdrop.pricing-modal{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  z-index:1000;
}
.modal-backdrop[data-open="true"].pricing-modal{
  display:flex;
}
.pricing-modal .modal{
  width:min(520px,96vw);
  background:#fff;
  border-radius:20px;
  box-shadow:0 26px 70px rgba(0,0,0,.30);
  border:1px solid rgba(14,27,42,.10);
  padding:20px;
}
.pricing-modal .modal h3{
  margin:0 0 16px;
  font-size:26px;
	text-align:center;
}
.pricing-modal .modal p{
  margin:0 0 16px;
	text-align:center;
	line-height: 1.4em;
}
.pricing-modal .modal .actions{
  display:flex;
  gap:10px;
  justify-content:flex-end;
}
.flex-md .col-1 img{
	width: 256px;
    height: auto;
}
.pga-coach{
	padding-top: 40px;
}
.pga-coach{
	text-align:center;
}
@media(min-width: 768px){
	.pga-coach p{
		margin-bottom: 0;
	}
	.pga-coach .flex-md{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.pga-coach .flex-md .col-1{
		width: 25%;
	}
	.pga-coach .flex-md .col-2{
		width: 75%;
		padding: 20px;
	}
}
@media (min-width:976px){
	.pga-coach .flex-md{
		width: 916px;
		margin-left:auto;
		margin-right:auto;
	}
	.pga-coach .flex-md .col-1 img{
		width: 700px;
		height: auto;
	}
}
@media (max-width:767px){
  .pricing-panel .cards{
    grid-template-columns:1fr;
  }
  .seg button,
	.seg button.js-persona{
    min-width:120px;
  }
	.feature-table thead th{
		font-size: 16px;
	}
	.feature-table tbody td{
		font-size: 15px;
	}
	.card .price{
		font-size: 36px;
	}
	.pricing-panel .table-wrap{
		padding: 20px;
	}
	.pricing-panel .table-wrap h2{
		font-size: 32px;
		margin: 0 0 32px;
	}
}
@media (max-width:567px){
	.seg button,
	.seg button.js-persona,
	.pricing-panel .saving-snipe{
    min-width:90px;
  }
	.card-snipes span, 
	.card-snipes small{
		min-width: 70px;
		font-size: 13px;
	}
	.card .price{
		font-size: 32px;
	}
	.feature-table thead th{
		font-size: 14px;
	}
	.feature-table tbody td{
		font-size: 13px;
		padding: 8px;
	}
}