/* Start custom CSS for html, class: .elementor-element-416e7fa */<style>
/* Force Model Payout Methods landing page text to white */

.mpm-page,
.mpm-page * {
    color: #ffffff !important;
}

.mpm-page p,
.mpm-page li,
.mpm-page small,
.mpm-page .mpm-muted,
.mpm-page .mpm-content-sub,
.mpm-page .mpm-trust,
.mpm-page .mpm-guarantee,
.mpm-page .mpm-price-label {
    color: #ffffff !important;
}

.mpm-page h1,
.mpm-page h2,
.mpm-page h3,
.mpm-page h4,
.mpm-page strong,
.mpm-page span {
    color: #ffffff !important;
}

/* Keep the purple gradient heading */
.mpm-page .mpm-gradient {
    background: linear-gradient(90deg, #ffffff, #c4b5fd, #e9d5ff) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}

/* Keep the purple eyebrow text */
.mpm-page .mpm-eyebrow {
    color: #c4b5fd !important;
}

/* Buttons */
.mpm-page .mpm-btn,
.mpm-page .mpm-btn:hover,
.mpm-page .mpm-btn:focus {
    color: #ffffff !important;
}

/* Dashboard text */
.mpm-page .mpm-side-item,
.mpm-page .mpm-side-title,
.mpm-page .mpm-method strong,
.mpm-page .mpm-method small,
.mpm-page .mpm-content-sub {
    color: #ffffff !important;
}

/* FAQ */
.mpm-page .mpm-faq summary,
.mpm-page .mpm-faq details p {
    color: #ffffff !important;
}

/* Payout method pills */
.mpm-page .mpm-pill {
    color: #ffffff !important;
}

.mpm-page .mpm-pill span {
    color: #c4b5fd !important;
}

/* Lists */
.mpm-page .mpm-list li {
    color: #ffffff !important;
}

/* Keep check marks green */
.mpm-page .mpm-check {
    color: #38d996 !important;
}

/* Pricing */
.mpm-page .mpm-price {
    color: #ffffff !important;
}

.mpm-page .mpm-price small {
    color: #ffffff !important;
}

/* Prevent Elementor links from changing colors */
.mpm-page a,
.mpm-page a:visited {
    color: #ffffff !important;
}

/* Restore primary button background */
.mpm-page .mpm-btn-primary {
    background: linear-gradient(135deg, #8b5cf6, #a855f7) !important;
}

/* Restore secondary button background */
.mpm-page .mpm-btn-secondary {
    background: rgba(255,255,255,.04) !important;
    border-color: rgba(255,255,255,.12) !important;
}
</style>/* End custom CSS */