/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./pivot-blocks/price-box/style.scss ***!
  \************************************************************************************************************************************************************************************/
.price-box {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.0901960784);
  background: #fff;
  padding: 35px;
  position: relative;
  border-radius: 30px;
}
.price-box.is-recommended .recommended-text {
  background: var(--wp--preset--color--red);
  bottom: 95%;
  border-radius: 18px;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  left: 50%;
  margin-bottom: 4px;
  margin-left: -85px;
  position: absolute;
  text-transform: uppercase;
  width: auto;
  padding: 5px 20px 5px;
  text-align: center;
  letter-spacing: 1px;
}
.price-box .header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.price-box .header .speed {
  background: #f1f1f1;
  border-radius: 18px;
  font-size: 18px;
  text-transform: uppercase;
  width: auto;
  margin: 10px auto;
  padding: 5px 45px 3px;
  text-align: center;
}
.price-box .features,
.price-box .additional-text {
  text-align: center;
  margin: 0px auto;
  font-size: 18px;
}
.price-box .blue-heading {
  color: var(--wp--preset--color--blue);
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1.2px;
  font-weight: 900;
  margin: 20px auto;
  text-align: center;
}
.price-box .details-link-container {
  height: auto !important;
}
.price-box .popup-link-container {
  text-align: center;
  font-size: 18px;
}
.price-box .popup-link-container > a {
  text-decoration: underline;
  color: var(--wp--preset--color--blue);
  margin: 0 auto;
}
.price-box .popup-link-container > a:hover {
  color: var(--wp--preset--color--light-blue);
}
.price-box .button-container {
  padding: 20px;
  padding-bottom: 0px;
  text-align: center;
}
.price-box .button-container a {
  margin: 20px auto;
  padding: 8px 20px;
  font-size: 18px;
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--blue);
  border: 3px solid var(--wp--preset--color--blue);
  min-width: 0;
}
.price-box .button-container a:hover, .price-box .button-container a:focus {
  color: #fff;
  background: var(--wp--preset--color--blue);
}
.price-box .fine-print {
  text-align: center;
}
.price-box .fine-print h6 {
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
}

.popup {
  max-width: 600px;
  padding: 60px 0;
  max-height: 400px;
}
.popup .inner-container {
  max-height: 220px;
  overflow: scroll;
}
.popup .details-wrap {
  text-align: center;
  margin-bottom: 50px;
}
.popup .details-wrap > ul {
  margin: 0 auto;
  padding: 0;
}
.popup .details-wrap > ul > li {
  line-height: 1.8em;
  list-style-type: none;
  font-size: 18px;
}
.popup .details-wrap > ul > li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #dcdcdc;
  margin-right: 15px;
}
.popup .details-wrap > ul > li + li {
  margin-top: 0.5em;
}

.title {
  margin: 10px auto;
  text-align: center;
  z-index: 1;
  font-size: 40px;
}

.title-long-distance {
  margin: 10px auto;
  text-align: center;
  z-index: 1;
  font-size: 30px;
  font-weight: 700;
}

.price {
  color: var(--wp--preset--color--blue);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.price .price-formatted {
  position: relative;
  font-weight: 800;
  font-size: 50px;
  line-height: 0px;
}
.price .price-formatted .dollar-sign,
.price .price-formatted .cents,
.price .price-formatted .per {
  position: relative;
  font-size: 30px;
}
.price .price-formatted .per,
.price .price-formatted .slash {
  vertical-align: sub;
}
.price .price-formatted .per {
  font-weight: 600;
}
.price .price-formatted .slash {
  font-size: 40px;
  font-weight: 500;
}

.red-button {
  text-align: center;
}
.red-button > .btn {
  background: var(--wp--preset--color--red);
}
.red-button > .btn:hover {
  background: var(--wp--preset--color--maroon);
  color: var(--wp--preset--color--light-gray);
}
