+
+
+
+
+
+.toggle-input{
+ &#switch-once:checked {
+ ~.l-switch__wrapper {
+ label {
+ &:nth-of-type(1) { color: #003C3C; }
+ &:nth-of-type(2) { color: #74BDC2; }
+ }
+ .toggle {
+ left: 5px;
+ }
+ }
+ ~.payments-once {
+ display: flex;
+
+ &.wide-spot-1 ~.l-checkout__amount {
+ @include rwd($break-flow) {
+ margin-top: -110px;
+
+ > div, > button {
+ width: calc(33.333% - 20px);
+ }
+ }
+ }
+ &.wide-spot-2 ~.l-checkout__amount {
+ @include rwd($break-flow) {
+ flex-direction: column;
+ margin-top: -182px;
+
+ > div, > button {
+ width: calc(33.333% - 20px);
+ }
+ }
+ }
+ }
+ }
+ &#switch-monthly:checked {
+ ~.l-switch__wrapper {
+ label {
+ &:nth-of-type(1) { color: #74BDC2; }
+ &:nth-of-type(2) { color: #003C3C; }
+ }
+ .toggle {
+ left: 39px;
+ }
+ }
+ ~.payments-recurring {
+ display: flex;
+
+ &.wide-spot-1 ~.l-checkout__amount {
+ @include rwd($break-flow) {
+ margin-top: -110px;
+
+ > div, > button {
+ width: calc(33.333% - 20px);
+ margin-left: 24px;
+ }
+ }
+ }
+ &.wide-spot-2 ~.l-checkout__amount {
+ @include rwd($break-flow) {
+ flex-direction: column;
+ margin-top: -182px;
+
+ > div, > button {
+ width: calc(33.333% - 20px);
+ }
+ }
+ }
+ }
+ }
+}