.bg-cream {
  background: #fcf8ee;
  color: #000;
}
.bg-cream .button.btn-white {
  background: #000;
  color: #fff;
}
.bg-cream .button.btn-white::after {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg);
}

.bg-mint {
  background: rgba(216, 235, 235, 0.4);
  color: #000;
}

.bg-green,
.bg-dark {
  background: rgb(14, 39, 40);
  color: #fff;
}

.bg-blue {
  background: #181e28;
  color: #fff;
}

.bg-brown {
  background: #eae2cf;
  color: #000;
}

.bg-pink {
  background: #ffe1d7;
  color: #000;
}

.bg-white {
  background: #fff;
  color: #000;
}

.bg-green .button,
.bg-dark .button,
.bg-brown .button,
.bg-light-text .button {
  border: 1px solid #fff;
}
.bg-green .button::after,
.bg-dark .button::after,
.bg-brown .button::after,
.bg-light-text .button::after {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow.svg) !important;
}
.bg-green .button.btn-black,
.bg-dark .button.btn-black,
.bg-brown .button.btn-black,
.bg-light-text .button.btn-black {
  background: #fff !important;
  color: #000 !important;
}
.bg-green .button.btn-black::after,
.bg-dark .button.btn-black::after,
.bg-brown .button.btn-black::after,
.bg-light-text .button.btn-black::after {
  content: url("/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg") !important;
}

.bg-light-text {
  color: #fff !important;
}
.bg-light-text .button {
  color: #fff !important;
}

.wp-block-acf-price-cards h2 {
  margin: 0;
}
.wp-block-acf-price-cards h3 {
  margin: 12px 0px 60px 0px;
}
@media (max-width: 767px) {
  .wp-block-acf-price-cards h3 {
    margin: 12px 0px 30px 0px;
  }
}
.wp-block-acf-price-cards .price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 15px;
  padding: 20px;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .wp-block-acf-price-cards .price-card {
    padding: 0px 20px;
  }
}
.wp-block-acf-price-cards .price-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  margin-bottom: 40px;
}
.wp-block-acf-price-cards .price-card ul li {
  display: flex;
  gap: 18px;
  padding-bottom: 12px;
}
.wp-block-acf-price-cards .price-card ul li svg {
  transform: translateY(2px);
}
.wp-block-acf-price-cards .price-card h5 {
  margin: 30px 0;
  cursor: pointer;
}
@media (max-width: 820px) {
  .wp-block-acf-price-cards .price-card h5::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 30px;
    width: 38px;
    height: 38px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='5.9' y1='11.5' x2='5.9' y2='0.5' stroke='black' stroke-linecap='round'/%3E%3Cline x1='0.5' y1='5.9' x2='11.5' y2='5.9' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    transition: transform 0.3s ease;
    background-color: #fff;
    background-position: center;
    padding: 8px;
    border-radius: 50%;
  }
}
@media (max-width: 820px) {
  .wp-block-acf-price-cards .price-card .card-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
}
.wp-block-acf-price-cards .price-card.expanded {
  margin: 0 !important;
}
@media (max-width: 820px) {
  .wp-block-acf-price-cards .price-card.expanded .card-content {
    max-height: 1000px;
  }
}
.wp-block-acf-price-cards .price-card p {
  font-weight: 500;
}
.wp-block-acf-price-cards .price-card .list-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  border-top: 1px solid #b7cbcb;
  padding: 25px 0 20px 0;
}
.wp-block-acf-price-cards .price-card .button {
  display: flex;
  justify-content: space-between;
  border: none;
}
.wp-block-acf-price-cards .price-card:first-child {
  border: 1px solid #b7cbcb;
}
.wp-block-acf-price-cards .price-card:first-child .button {
  background: #d8ebeb;
}
@media (max-width: 820px) {
  .wp-block-acf-price-cards .price-card:first-child h5::after {
    content: "";
    background-color: #d8ebeb;
  }
}
.wp-block-acf-price-cards .price-card:nth-child(2) {
  background: #d8ebeb;
}
.wp-block-acf-price-cards .price-card:nth-child(2) .button {
  background: #fff;
}
.wp-block-acf-price-cards .price-card:nth-child(3) {
  background: rgb(14, 39, 40);
  color: #fff;
}
.wp-block-acf-price-cards .price-card:nth-child(3) svg path {
  stroke: white;
}
.wp-block-acf-price-cards .price-card:nth-child(3) .button {
  background: #fff;
  color: rgb(14, 39, 40);
}
.wp-block-acf-price-cards .price-card h6 {
  margin: 0;
}
@media (max-width: 820px) {
  .wp-block-acf-price-cards .price-card h6 {
    display: none;
  }
}
.wp-block-acf-price-cards .price-card.expanded {
  padding: 20px;
}
@media (max-width: 820px) {
  .wp-block-acf-price-cards .price-card.expanded h6 {
    display: block;
    margin-top: 10px;
  }
}
.wp-block-acf-price-cards .price-card.expanded h5::after {
  transform: rotate(45deg);
}
@media (max-width: 820px) {
  .wp-block-acf-price-cards .price-cards-grid.g-3 {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=price-cards.css.map */