.elementor-123 .elementor-element.elementor-element-e624f53 > .elementor-container{max-width:800px;}.elementor-123 .elementor-element.elementor-element-e624f53{margin-top:20px;margin-bottom:0px;padding:0px 20px 0px 20px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-123 .elementor-element.elementor-element-1e09b4f{width:100%;}}@media(max-width:767px){.elementor-123 .elementor-element.elementor-element-e624f53{padding:0px 0px 0px 0px;}.elementor-123 .elementor-element.elementor-element-9379f63{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-9379f63 *//* Summary Card */
.pmpro-summary-card {
  background: #111;
  color: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* Title */
.pmpro-summary-card h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #ffffff;
}

/* List */
.pmpro-summary-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pmpro-summary-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 15px;
  opacity: 0.9;
}

/* Total */
.pmpro-summary-total {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
}

/* Renewal */
.pmpro-summary-ren {
  margin-top: 15px;
  font-size: 14px;
  opacity: 0.8;
  color: #ffffff;
}

@media (max-width: 900px) {
  .pmpro_checkout {
    grid-template-columns: 1fr;
  }

  .pmpro-summary-card {
    order: -1;
  }
}

p:last-of-type {
    margin-bottom: 0;
    display: none;
}/* End custom CSS */