/* Pricing
******************************************************************************* */
.pricing-plans ul {
  list-style-type: circle;
}
.pricing-plans ul li::marker {
  font-size: 1.4rem;
}

.pricing-free-trial {
  background-color: rgba(var(--prefixprimary-rgb), 0.04);
}

.badge-pro {
  margin-inline-start: 1px !important;
}

.pricing-plans-comparison .table thead tr th {
  background-color: transparent !important;
  vertical-align: middle;
}
.pricing-plans-comparison .table tr > th:first-child,
.pricing-plans-comparison .table tr > td:first-child {
  text-align: start;
  white-space: nowrap;
}
.pricing-plans-comparison .table tbody tr:last-child td {
  border-block-end: 0;
}

.price-yearly-toggle {
  position: absolute;
  margin: auto;
  inset-inline: 0;
}

.bg-alt-pricing {
  background-color: var(--prefixbody-bg);
}

/* To position illustration */
@media (min-width: 992px) {
  .pricing-free-trial img {
    position: absolute;
    block-size: 115%;
    inline-size: auto;
    inset-block-end: 0;
    inset-inline-end: 0;
  }
}
