.elementor-kit-9{--e-global-color-primary:#80343F;--e-global-color-secondary:#C8C4C3;--e-global-color-text:#F0EDEB;--e-global-color-accent:#80343F;--e-global-color-fdb90cc:#1E1919;--e-global-color-169f54e:#0C0404;--e-global-typography-primary-font-family:"Questrial";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Questrial";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Questrial";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Questrial";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;background-color:#0C0404;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#trustedsite-badge,
.trustedsite-badge,
div[id*="trustedsite"] {
  display: none !important;
}

.membership-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.membership-list li {
  position: relative;
  padding: 14px 0 14px 22px;
  font-size: 15px;
  line-height: 1.5;
  color: #d1d1d1;
  letter-spacing: 0.2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06); /* subtle divider */
}

/* dash instead of bullet */
.membership-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 14px;
  color: #80343F; /* your accent */
  font-weight: 500;
}

/* remove last divider */
.membership-list li:last-child {
  border-bottom: none;
}

/* subtle hover (very minimal, luxury feel) */
.membership-list li:hover {
  color: #ffffff;
  transition: color 0.2s ease;
}

.membership-list li:last-child {
  margin-bottom: 0;
}/* End custom CSS */