.ruby-pricing-card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
.ruby-pricing-card.popular {
  box-shadow: 4px 4px 0 #102259;
  background: #7f2062;
  border-radius: 15px;
}
.ruby-pricing-card > div {
  text-align: center;
  width: 100%;
}
.ruby-pricing-card .popular-title {
  background: #7f2062;
  padding: 10px 0;
  color: #fff;
  font-style: italic;
  border-radius: 15px 15px 0 0;
  position: relative;
}
.ruby-pricing-card .popular-title h3 {
  color: inherit;
  font-family: "congenial", sans-serif;
  font-weight: 300;
}
.ruby-pricing-card .popular-title:before {
  display: block;
  content: " ";
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNDEiIGhlaWdodD0iMzYiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNMCAuMDI5aDM0LjU0djM0LjUzOUgweiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLjc3NSkiPjxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj48dXNlIHhsaW5rOmhyZWY9IiNhIi8+PC9tYXNrPjxwYXRoIGZpbGw9IiNFRTlDQTIiIGQ9Ik0zNC41NCAxNy4zYzAgOS41MzctNy43MzMgMTcuMjY4LTE3LjI3IDE3LjI2OEM3LjczMiAzNC41NjggMCAyNi44MzcgMCAxNy4zIDAgNy43NjEgNy43MzIuMDMgMTcuMjcuMDNjOS41MzcgMCAxNy4yNyA3LjczMiAxNy4yNyAxNy4yNyIgbWFzaz0idXJsKCNiKSIvPjwvZz48cGF0aCBmaWxsPSIjN0YyMDYyIiBkPSJNMTguMzAxIDI4LjAzOEw2LjQ5MiAxNy4yODVsNC41MS00Ljk1NCA3LjE1IDYuNTExTDM1Ljc3IDEuNzI2bDQuNjY5IDQuODA1eiIvPjwvZz48L3N2Zz4=);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 2.25rem;
  width: 2.25rem;
  position: absolute;
  top: -1rem;
  right: -1rem;
}
.ruby-pricing-card .card-header {
  background: #102259;
  color: #fff;
  padding: 25px;
  border-radius: 15px 15px 0 0;
}
.ruby-pricing-card .card-header h3 {
  color: inherit;
}
.ruby-pricing-card .card-content {
  background: #fcf9f2;
  border-left: 2px solid #ede6da;
  border-right: 2px solid #ede6da;
  color: #102259;
  padding: 25px;
  flex: 1;
}
.ruby-pricing-card .card-content * {
  color: inherit;
}
.ruby-pricing-card .card-content hr {
  height: 1px;
  border: none;
  border-top: 1px solid #d7d7d7;
  margin: 20px auto;
}
.ruby-pricing-card .card-content p {
  font-size: 18px;
}
.ruby-pricing-card .card-footer {
  padding: 25px;
  text-align: center;
  background: #fcf9f2;
  border-left: 2px solid #ede6da;
  border-right: 2px solid #ede6da;
  border-bottom: 2px solid #ede6da;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}
.ruby-pricing-card .card-footer .cta-button {
  padding-bottom: 25px;
}
.ruby-pricing-card .card-footer .cta-button .ruby-button {
  min-width: 180px;
  max-width: 100% !important;
}
.ruby-pricing-card .card-footer .footer-link {
  display: inline-block;
  margin: 0 auto;
}
.ruby-pricing-card .card-footer .footer-link a {
  color: #102259;
}
.ruby-pricing-card.popular .card-content, .ruby-pricing-card.popular .card-footer {
  border: 0;
}
.ruby-pricing-card.popular .card-content {
  border-radius: 0;
}

/*# sourceMappingURL=pricing-card.css.map */
