.fmx-howtoplay-paper {
    background-color: #27272E !important;
    border-radius: 20px;
    border: 1px solid rgba(57, 181, 74, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    color: white;
}

.fmx-howtoplay-stepper {
    background: transparent !important;
}

.fmx-howtoplay-stepper .mud-stepper-header {
    background: #1e1e24;
    padding: 24px 16px;
    border-bottom: 1px solid rgba(57, 181, 74, 0.1);
}

.fmx-howtoplay-stepper .mud-step-label .mud-step-label-text {
    font-family: 'Oxanium', sans-serif !important;
    font-weight: 800 !important;
    font-style: italic !important;
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.fmx-howtoplay-stepper .mud-step-label.mud-step-active .mud-step-label-text {
    color: #39b54a !important;
}

.fmx-howtoplay-stepper .mud-step-icon {
    border: 2px solid rgba(255, 255, 255, 0.15);
    background: #373740;
    color: rgba(255, 255, 255, 0.4);
}

.fmx-howtoplay-stepper .mud-step-active .mud-step-icon {
    background: #39b54a !important;
    color: #fff !important;
    border-color: #39b54a;
    box-shadow: 0 0 15px rgba(57, 181, 74, 0.6);
}

.fmx-howtoplay-stepper .mud-step-completed .mud-step-icon {
    background: #39b54a !important;
    color: #fff !important;
    border-color: #39b54a;
}

.fmx-step-card {
    background: rgba(49, 51, 60, 0.7) !important;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.fmx-step-title {
    font-family: 'Oxanium', sans-serif !important;
    font-weight: 800;
    font-style: italic;
    color: #39b54a;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
}

.fmx-step-text {
    color: rgba(255, 255, 255, 0.95) !important;
    line-height: 1.8;
    font-size: 1.15rem;
}

.fmx-lock-alert-primary {
    background-color: rgba(57, 181, 74, 0.15) !important;
    border: 2px solid #39b54a !important;
    color: #fff !important;
    font-weight: 700;
    border-radius: 12px;
}

.fmx-lock-alert-primary .mud-alert-icon {
    color: #39b54a !important;
}

.fmx-step-image {
    width: 100%;
    max-width: 550px;
    height: auto;
    border-radius: 14px;
    border: 3px solid rgba(57, 181, 74, 0.4);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.7);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Smaller flag/icon used in country selects */
.fmx-flag {
    width: 18px !important;
    height: 12px !important;
    object-fit: cover;
    border-radius: 2px;
}

.fmx-step-image:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: #39b54a;
}

@media (max-width: 600px) {
    .title {
        font-size: 2.2rem;
    }
    .fmx-howtoplay-stepper .mud-stepper-header {
        padding: 16px 8px;
    }
    .fmx-howtoplay-stepper .mud-step-label .mud-step-label-text {
        font-size: 0.75rem;
    }
    .fmx-step-text {
        font-size: 1rem;
    }
}


