:root {
  --pricing-b-width: 2px;
  --pricing-b-color: #42ba96;
  --pricing-b: var(--pricing-b-width) solid var(--pricing-b-color);
  --pricing-dark-color: #0f8a66;
}
body {
  font-family: Nunito", sans-serif;
}
.bw0 {
  border-width: 0 !important;
}
.btw0 {
  border-top-width: 0 !important;
}
.brw0 {
  border-right-width: 0 !important;
}
.bbw0 {
  border-bottom-width: 0 !important;
}
.blw0 {
  border-left-width: 0 !important;
}
#pricing-phase-1-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
#pricing-phase-1-div .each-p-card {
  flex: 0 0 calc(33.33% - 12px);
  max-width: calc(33.33% - 12px);
}
/* Hide "For Individuals" / "For teams" subtitle */
#pricing-phase-1-div .p-for-1 {
  display: none;
}
/* Hide "Starting from" text */
#pricing-phase-1-div .p-p-sf {
  display: none;
}
/* Larger price font */
#pricing-phase-1-div .p-p-price-main b {
  font-size: 36px;
  line-height: 1;
}
#pricing-phase-1-div .p-p-price-main {
  min-height: auto;
  margin: 4px 0 2px;
}
/* "(Save 45%)" — hidden by default, JS shows it for yearly */
/* Words + toggle row */
#pricing-phase-1-div .words-and-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 14px;
}
#pricing-phase-1-div .words-and-toggle-row .words-per-month {
  margin: 0;
}
#pricing-phase-1-div .p-p-monthly-yearly {
  margin: 0;
}
#pricing-phase-1-div .switches-container {
  width: 140px;
  line-height: 28px;
  font-size: 12px;
  margin: 0;
}
/* Savings text — hidden by default; JS .show() overrides for yearly */
#pricing-phase-1-div .billed-annually-saved {
  display: none;
  font-size: 13px;
  margin: 4px 0 0;
}
/* Hide customize plan section */
#pricing-phase-1-div .customise-plan {
  display: none;
}
/* Teal checkmark icons */
#pricing-phase-1-div .feature-list-item i.fa-check {
  color: var(--pricing-dark-color);
}
/* Words per month badge below price */
#pricing-phase-1-div .words-per-month {
  color: var(--pricing-dark-color);
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 14px;
}
/* Price period suffix (/mo) */
#pricing-phase-1-div .price-period {
  font-size: 16px;
  font-weight: 400;
  color: #626262;
}
/* Hide the dollar sign prefix (already in the b tag via JS) */
#pricing-phase-1-div .price-dollar {
  display: none;
}
/* Feature value bold styling */
#pricing-phase-1-div .feature-list-item .feature-title b {
  font-weight: 700;
}
/* Flex layout for feature list items */
#pricing-phase-1-div .feature-list-group .feature-list-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
#pricing-phase-1-div .feature-list-group .feature-list-item i.fa-check {
  margin-top: 3px;
  font-size: 12px;
}
#pricing-phase-1-div .feature-list-group .feature-list-item .feature-title {
  font-size: 14px;
  color: #161c2d;
}
.op-0-hide {
  opacity: 0 !important;
  pointer-events: none !important;
  user-select: none !important;
}
.p-for-1 {
  font-weight: 600;
  font-size: 13px;
  color: var(--pricing-dark-color);
}
.p-for-1.op-0-hide {
  color: transparent;
}
.p-p-name {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: normal;
}
.p-p-desc {
  font-size: 13px;
  line-height: normal;
  color: #626262;
  min-height: 45px;
}
.p-p-price-main {
  min-height: 80px;
  display: flex;
  align-items: center;
  width: 100%;
}
.p-p-price-main > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
.p-p-price-main b {
}
.p-p-sf {
  display: block;
  font-size: 15px;
  line-height: 14px;
}
.p-p-monthly-yearly {
}
.btn-get-started {
  color: #fff;
  background-color: #42ba96;
  border-color: #42ba96;
  padding: 7px 10px 6px;
  display: block;
  width: 100%;
  font-weight: 700;
  border-radius: 7px;
  font-size: 18px;
  margin: 0;
}
body .btn-get-started-outline.btn-get-started {
  background: transparent;
  box-shadow: none !important;
  color: #42ba96 !important;
  border: 2px solid #42ba96 !important;
}
.pp-recom {
  color: #fff;
  background-color: #42ba96;
  font-size: 11px;
  text-align: center;
  padding: 5px 20px;
  font-weight: 700;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-bottom: -14px;
  box-shadow: 0 0 0 4px #fff;
}
.pp-recom .fa-star {
  color: #FFD700;
  font-size: 11px;
  margin-right: 1px;
}
#pricing-phase-1-div .each-p-card-enterprise {
  text-align: center;
}
.each-p-card-border {
  border: 2px solid #e0e0e0;
  border-radius: 16px;
  padding: 20px 20px 10px;
  height: 95%;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.each-p-card:not(.each-p-card-enterprise) .each-p-card-border:hover {
  border-color: var(--pricing-b-color);
}
.each-p-card-enterprise .each-p-card-border {
  border-color: var(--pricing-b-color);
}
#pricing-phase-1-div .each-p-card .pp-recom + .each-p-card-border {
  border-radius: 16px;
}
#pricing-phase-1-div .each-p-card .pp-recom.op-0-hide + .each-p-card-border {
  border-radius: 16px;
}
.pp-h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
.currency-selector-wrapper {
  text-align: center;
  margin: 0 0 25px;
}
.currency-dropdown {
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #d2ddec;
  border-radius: 8px;
  background: #fff;
  color: #12263f;
  cursor: pointer;
  outline: none;
  appearance: auto;
  min-width: 140px;
}
.currency-dropdown:focus {
  border-color: var(--pricing-b-color, #42ba96);
  box-shadow: 0 0 0 2px rgba(66, 186, 150, 0.15);
}
#pricing-phase-1-div .each-p-card.each-p-card-free .p-for-1 {
}
#pricing-phase-1-div .each-p-card.each-p-card-free > div {
}
#pricing-phase-1-div .each-p-card.each-p-card-free > div:last-child {
}
#pricing-phase-1-div .each-p-card.each-p-card-essential .p-for-1 {
}
#pricing-phase-1-div .each-p-card.each-p-card-essential > div {
}
#pricing-phase-1-div .each-p-card.each-p-card-essential > div:last-child {
}
#pricing-phase-1-div .each-p-card.each-p-card-enterprise .p-for-1 {
}
#pricing-phase-1-div .each-p-card.each-p-card-enterprise > div {
}
#pricing-phase-1-div .each-p-card.each-p-card-enterprise > div:last-child {
}
#pricing-phase-1-div .each-p-card.each-p-card-free > div,
#pricing-phase-1-div .each-p-card.each-p-card-essential > div,
#pricing-phase-1-div .each-p-card.each-p-card-enterprise > div {
}
#pricing-phase-1-div .each-p-card > div:last-child {
}
.feature-list-main {
  padding-top: 20px !important;
}
.feature-list-group {
  display: block;
  margin: 0;
}
.customise-plan {
  text-align: center;
  padding-bottom: 0;
  padding-top: 10px !important;
}
.customise-plan .btn-customise {
  display: block;
  width: 100%;
  padding: 4px 0 5px;
  background: transparent;
  color: #42ba96 !important;
  border: 2px solid #42ba96 !important;
  font-size: 15px;
}
.feature-list-group .feature-list-item {
  margin: 0;
  padding: 0 0 10px 0;
}
.p-danger-new {
  color: red !important;
  display: inline-block !important;
  margin: 0 0 0 6px !important;
  font-weight: 600 !important;
}
.switches-container {
  width: 110px;
  line-height: 30px;
  font-size: 10px;
}
.switches-container label {
}
.switch-wrapper {
}
.switch {
}
.switch div {
}
.feature-list-group .feature-list-item .feature-title {
}
.each-p-card-enterprise .each-p-card-border {
  /* border-right-width: 0; */
  /* border-left-width: 0; */
}
.btn-get-started,
.customise-plan .btn-customise,
#enterprise-custom-support,
#enterprise-simple-support {
  margin: auto;
}
#enterprise-custom-support,
#enterprise-simple-support {
  display: block;
  padding: 7px 10px 6px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 7px;
}

body .btn-get-started:hover,
.customise-plan .btn-customise:hover,
.btn-get-started:focus,
.customise-plan .btn-customise:focus {
  color: #fff !important;
  background-color: #1f5740 !important;
  border-color: #1f5740 !important;
}
.c-tooltip {
  color: #777;
}
.pp-badge {
  color: #fff !important;
  display: block;
  background-color: #42ba96;
  padding: 5px 10px;
  text-align: center;
  font-weight: 700;
  border-radius: 4px;
  margin: 0 0 20px;
  font-size: 24px;
}
div#pricing-phase-2 {
}
.pp-customize-your-plan {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.pp-customize-your-plan-desc {
  font-size: 16px;
  margin: 0 0 20px;
  text-align: center;
}
.bundle-wrapper:not(.bundle-wrapper-modified) {
  border: 2px solid #b6b6b6;
  border-radius: 10px;
  background: #f3f3f3;
  padding: 7px 8px;
}
.bundle-plan-name {
  font-size: 24px;
  font-weight: 600;
}
.bundle-plan-desc {
  font-size: 14px;
  line-height: normal;
  padding: 0px 0 10px;
}
.c-checkbox {
  width: 20px;
  height: 20px;
  filter: brightness(2) hue-rotate(267deg);
  outline: none;
  border: none;
  opacity: 0;
  position: fixed;
  top: -99999999999999999px;
  left: -99999999999999999px;
}

.c-checkbox-tick {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #42ba96;
  border-radius: 4px;
  position: relative;
  margin: 0 8px 0 0px;
  cursor: pointer;
  border-color: #9a9a9a;
}
.c-checkbox-tick:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #17906c;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.c-checkbox:checked + .c-checkbox-tick:before {
  opacity: 1;
}

.billed-annually-saved {
  color: var(--pricing-dark-color);
  display: block;
  font-weight: 600;
}
span.billed-annually {
  display: block;
  font-size: 12px;
}
.bundle-pricing-wrapper {
  display: flex;
  align-items: baseline;
  line-height: normal;
  padding: 0 0 0;
  width: 100%;
}
.bundle-pricing-wrapper label {
  /* margin: 0 5px 0 0; */
  /* padding: 0; */
  /* display: inline-block; */
  /* position: relative; */
  /* top: 7px; */
  /* border: 1px solid #c3c3c3; */
  /* line-height: 0; */
  /* border-radius: 4px; */
  /* border-style: solid; */
  /* border-color: #42ba96; */
  /* background: #fff; */
  display: flex;
  cursor: pointer;
}
.row-m {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.row.row-m > div {
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 0 16px;
}
.b-p-m {
  font-weight: 700;
}

.bundle-price-main {
  text-align: left;
}
.bundle-plan-choose-text {
  font-size: 20px;
  font-weight: 600;
  /* color: var(--pricing-dark-color); */
}
.c-dropdown-divider {
  display: block;
  width: 100%;
  height: 0.5px;
  background: #000000;
  opacity: 90%;
  margin: 15.5px 0 10px;
}

.row-col-m-0 > div {
  padding-left: 0;
  padding-right: 0;
}

.enterprise-badge-words-text {
  /* background: #f5f5f5; */
  display: inline-block;
  padding: 7px 16px;
  border-radius: 6px;
  /* border: 1px solid #0000002b; */
  /* padding: 7px 0; */
  color: var(--pricing-dark-color);
  font-weight: 600;
}

.c-form-control {
  border: 1px solid #111;
  font-size: 16px;
  padding: 10px 15px 10px;
  line-height: normal;
  height: auto;
  display: inline-block;
  width: auto;
}
.pricing-home-page {
  cursor: pointer;
}
.pricing-home-page:hover {
  color: blue;
}
.border-left-till-tablet {
  border-left: 1px solid #929292;
}
.feature-row-main {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 15px 30px;
  margin: 30px auto 0;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1400px;
}
@media (min-width: 768px) {
  .feature-row-main > .row > .col-md-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.feature-main-group-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;
}
.feature-group {
}
.feature-group-title {
  margin: 0 0 10px;
  font-weight: 700;
}
.feature-item {
  display: flex;
  justify-content: start;
  font-size: 14px;
  margin: 0 0 10px;
  align-items: center;
}
.feature-item i:first-child {
  background: var(--price-accent);
  color: #fff;
  border-radius: 30px;
  height: 17px;
  width: 17px;
  min-height: 17px;
  min-width: 17px;
  max-height: 17px;
  max-width: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  margin: 0 10px 0px 0;
  font-weight: 900;
  padding: 2px 0 0 0;
  opacity: 80%;
}
.feature-item i.c-tooltip {
  margin: 0 0 0 4px;
}
.feature-item span.up-to-file-upload {
  color: #666;
  font-size: 11px;
  display: inline-block;
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 800px) {
  /* reduce size on mobile */
  .billed-annually-saved {
    font-size: 12px;
  }
  .border-left-till-tablet {
    border-left: none;
  }
  #pricing-phase-1-div {
    display: block;
    width: 100%;
  }
  #pricing-phase-1-div .each-p-card {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
  .each-p-card-border {
    padding-bottom: 20px;
  }
  .pp-recom.op-0-hide,
  .op-0-hide.p-for-1,
  .customise-plan-free {
    display: none;
  }
}
span.billed-annually-saved[style="display: none;"] {
  opacity: 0;
}
dis-per {
  display: inline-block;
  margin: 0 0 0 5px;
}

.d-height-enterpise-custom {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fz-14 {
  font-size: 14px;
}

.bundle-wrapper-modified {
  border-top: 1px solid #444;
  padding: 10px 0 0;
}

/* highlight plan code for bundle */
.bundle-wrapper.highlighted-bundle,
.bundle-wrapper.highlighted-bundle .billed-annually-saved,
.bundle-wrapper.highlighted-bundle .c-tooltip {
  color: #fff;
  background-color: #42ba96;
  text-shadow: 1px 1px 2px #00000026;
}
.bundle-wrapper.highlighted-bundle {
  border-color: #42ba96;
}
.bundle-wrapper.highlighted-bundle .c-checkbox-tick {
  border-color: #fff;
  border-color: #42ba96;
}
.bundle-wrapper.highlighted-bundle .c-checkbox-tick:before {
  color: #ffff;
}

/* highlight plan code for single plan */
.single-plan-wrapper.highlighted-bundle .bundle-plan-name,
.single-plan-wrapper.highlighted-bundle .bundle-pricing-wrapper,
.single-plan-wrapper.highlighted-bundle .bundle-plan-desc {
  color: var(--pricing-dark-color);
  text-shadow: 1px 1px 2px #00000026;
}
#pricing-phase-2 .plan-type-toggle {
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-name-and-type-discount-main {
  font-size: 16px;
}

#pricing-phase-2 .switches-container,
#pricing-phase-4 .switches-container {
  width: 160px;
  line-height: 37px;
  font-size: 16px;
}

.noUi-target {
  /* background: #42ba96 !important; */
  /* border: 1px solid #42ba96 !important; */
  /* box-shadow: inset 0 1px 1px #42ba96, 0 3px 6px -5px #869ab8 !important; */
  background: #869ab8 !important;
  border: 1px solid #869ab8 !important;
  box-shadow: inset 0 1px 1px #869ab8, 0 3px 6px -5px #869ab8 !important;
}
.noUi-connect {
  /* background: #161c2d !important; */
  /* background: #058c63 !important; */
  background: #42ba96 !important;
}

.due-today-main {
  font-weight: 700;
}
.bundle-wrapper-x-bundle .bundle-pricing-wrapper {
  align-items: flex-start;
  justify-content: space-between;
}
.bundle-wrapper-x-bundle .p-100k-p-month {
  font-size: 11px;
  text-align: left;
}
/* .billed-type-text {
  display: none !important;
} */
.bundle-wrapper-x-bundle .bundle-price-main {
  position: relative;
}
/* .bundle-wrapper-x-bundle .lmc-p-m,
.bundle-wrapper-x-bundle .billed-annually {
  position: absolute;
  top: 30px;
} */
.bundle-wrapper-x-bundle .lmc-p-m {
  position: absolute;
  top: 30px;
}
.bundle-wrapper-x-bundle .billed-annually {
  /* left: -63px; */
}
.bundle-wrapper-x-bundle .billed-annually-saved {
}
.bundle-wrapper-x-bundle .lmc-p-m {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.bundle-wrapper-x-bundle {
  padding-bottom: 19px !important;
}
.lmc-p-p-100k {
  font-size: 12px;
  display: inline-block;
  color: #161c2d !important;
}

.show-special-offer-badge.customise-plan-essential {
  position: relative;
  margin-top: 20px;
}
.special-offer-badge {
  display: none;
}
.show-special-offer-badge .special-offer-badge {
  padding: 4px 8px;
  display: inline-block;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  background: #ff5a60;
  position: absolute;
  top: -8px;
  left: auto;
  right: 13px;
}

.special-offer-badge-bundle-card {
  position: relative;
}

.special-offer-badge-bundle {
  display: none;
}
.special-offer-badge-bundle-card .special-offer-badge-bundle {
  top: -14px;
  left: auto;
  padding: 2px 8px;
  display: inline-block;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  background: #ff5a60;
  position: absolute;
  right: 10px;
}
.bundle-wrapper{
  height: 100%;
}
.bundle-feature-list{
  text-align: left;
  padding-inline-start: 20px;
}
.mt3{margin-top: 3px;}
.mt1{margin-top: 1px;}

/* Standalone plans section (AI Detector Only / Plagiarism Checker Only) */
.standalone-plans-separator {
  text-align: center;
  margin: 50px 0 35px;
  position: relative;
}
.standalone-plans-separator::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #d2ddec;
}
.standalone-plans-separator span {
  background: #fff;
  padding: 0 24px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 700;
  color: #869ab8;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.standalone-plans-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.standalone-plans-row .each-p-card {
  flex: 0 0 calc(50% - 12px);
  max-width: 400px;
}
.standalone-plans-row .pp-recom {
  display: inline-block;
  border-radius: 4px;
  margin: 0 0 4px 0;
  padding: 3px 12px;
  font-size: 10px;
  text-align: left;
  box-shadow: none;
  position: static;
}
.standalone-plans-row .pp-recom-new {
  background-color: #e6f7f5 !important;
  color: #188b78;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #c2f3ec;
}
.standalone-plans-row .each-p-card-border {
  border: 1.5px solid #e3ebf6;
  border-radius: 12px;
  padding: 20px 22px 16px;
  height: 100%;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: box-shadow 0.2s ease;
}
.standalone-plans-row .each-p-card-border:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.standalone-plans-row .p-p-name {
  font-size: 18px;
  font-weight: 700;
  margin: 8px 0 6px;
  color: #161c2d;
}
.standalone-plans-row .p-p-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #6e84a3;
  min-height: auto;
  margin: 0 0 12px;
}
.standalone-plans-row .p-p-price-main {
  min-height: auto;
  margin: 0 0 4px;
}
.standalone-plans-row .billed-annually-saved {
  display: inline;
  font-size: 13px;
  margin-left: 6px;
}
.standalone-plans-row .p-p-price-main b {
  font-size: 32px;
  color: #161c2d;
}
.standalone-plans-row .p-p-price-main .price-dollar {
  display: inline;
  font-size: 18px;
  font-weight: 400;
  color: #161c2d;
  vertical-align: super;
  margin-right: 2px;
}
.standalone-plans-row .price-period {
  font-size: 14px;
  font-weight: 400;
  color: #8a8a8a;
}
.standalone-plans-row .p-p-price-main > div {
  flex-direction: column;
  align-items: flex-start;
}
.standalone-words-info {
  font-size: 14px;
  font-weight: 700;
  color: var(--pricing-dark-color);
  margin: 0;
}
.standalone-plans-row .words-and-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0 10px;
}
.standalone-plans-row .p-p-monthly-yearly {
  margin: 0;
}
.standalone-plans-row .switches-container {
  width: 140px;
  line-height: 28px;
  font-size: 12px;
  margin: 0;
}
.standalone-plans-row .btn-get-started {
  width: 100%;
  margin: 8px 0 0;
  padding: 10px 10px 9px;
  border-radius: 8px;
  font-size: 16px;
  background-color: #42ba96;
  border-color: #42ba96;
}
.standalone-plans-row .feature-list-main {
  padding-top: 16px !important;
}
.standalone-plans-row .feature-list-group .feature-list-item {
  padding: 0 0 8px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.standalone-plans-row .feature-list-group .feature-list-item i {
  color: #188b78;
  font-size: 12px;
  margin-top: 2px;
}
.standalone-plans-row .feature-list-group .feature-list-item .feature-title {
  font-size: 14px;
  color: #161c2d;
}
.standalone-plans-row .feature-list-group .feature-list-item .f-desc {
  display: inline;
  color: #6e84a3;
  font-size: 13px;
  margin: 0 0 0 4px;
}
.standalone-plans-row .customise-plan {
  display: none;
}

/* See all features toggle */
.feature-list-extra {
  display: none;
}
.feature-list-extra.expanded {
  display: block;
}
.see-all-features-toggle {
  color: var(--pricing-dark-color);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 4px 0 10px;
  user-select: none;
}
.see-all-features-toggle i {
  font-size: 11px;
  margin-left: 4px;
  transition: transform 0.2s ease;
}
.see-all-features-toggle.expanded i {
  transform: rotate(180deg);
}

.standalone-plans-footer {
  margin: 30px 0 0;
  font-size: 15px;
  color: #506690;
}
.standalone-plans-footer a {
  color: var(--pricing-dark-color);
  font-weight: 700;
  text-decoration: none;
}
.standalone-plans-footer a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 800px) {
  .standalone-plans-row .each-p-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .standalone-plans-row .pp-recom.op-0-hide {
    display: none;
  }
}

/* Enterprise simple plan selection cards */
.enterprise-simple-plan-selection {
  margin-left: auto !important;
  margin-right: auto !important;
}
.enterprise-simple-plan-selection .bundle-wrapper {
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.enterprise-simple-plan-selection .bundle-wrapper:hover {
  border-color: var(--pricing-b-color);
}
.enterprise-simple-plan-selection .bundle-plan-name {
  font-size: 18px;
}
.enterprise-simple-plan-selection .bundle-plan-desc {
  font-size: 13px;
  min-height: 70px;
}
.enterprise-simple-plan-selection .price-unit {
  font-size: 12px;
  font-weight: 400;
  color: #626262;
}
.enterprise-simple-plan-selection .bundle-wrapper.highlighted-bundle .price-unit {
  color: #fff;
}