/* Rules Page Styles */
.fmx-rules-panels {
    background: transparent !important;
}

.fmx-rules-title {
    font-family: 'Oxanium', sans-serif !important;
    font-weight: 700;
    font-size: 1.1rem;
    color: #39b54a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fmx-rules-content {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}

.fmx-rules-content ul {
    margin: 12px 0;
    padding-left: 24px;
}

.fmx-rules-content li {
    margin: 8px 0;
    line-height: 1.6;
}

.fmx-rules-content strong {
    color: #39b54a;
    font-weight: 600;
}

.fmx-section-header {
    color: #39b54a !important;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 8px;
}

/* Color utility classes for points */
.text-green { color: #2dc26b; }
.text-yellow { color: #f1c40f; }
.text-blue { color: #3598db; }
.text-red { color: #e03e2d; }
.text-purple { color: #843fa1; }
.text-orange { color: #e67e23; }
.text-gray { color: #7e8c8d; }

/* Responsive adjustments */
@media (max-width: 600px) {
    .fmx-rules-title {
        font-size: 0.95rem;
    }

    .fmx-rules-content {
        font-size: 0.9rem;
    }
}
