.jmmf-winners-section-4527f6c6 {
    background-color: #fcfcfc;
    padding: 80px 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #2c3e50;
    text-align: left;
}

.jmmf-winners-header-4527f6c6 {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 60px auto;
}

.jmmf-section-title-4527f6c6 {
    color: #5c068c;
    font-size: 2.75rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
    text-transform: none; /* Changed from uppercase to none for Title Case */
}

.jmmf-section-intro-4527f6c6 {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #5a6c7d;
}

.jmmf-winners-row-wrapper-4527f6c6 {
    max-width: 1200px;
    margin: 0 auto 70px auto;
}

.jmmf-winners-row-wrapper-4527f6c6.jmmf-pledge-earners-4527f6c6 {
    margin-bottom: 0;
}

.jmmf-row-heading-4527f6c6 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.jmmf-row-heading-4527f6c6::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #5c068c;
    border-radius: 2px;
}

.jmmf-cards-grid-4527f6c6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.jmmf-card-4527f6c6 {
    background-color: #ffffff;
    border-top: 4px solid #5c068c;
    border-radius: 8px;
    padding: 35px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    text-align: left;
}

/* Specific adjustment for bottom row cards to reduce empty space */
.jmmf-pledge-earners-grid-4527f6c6 .jmmf-card-4527f6c6 {
    padding: 25px 30px;
}

.jmmf-card-4527f6c6:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.jmmf-card-title-4527f6c6 {
    color: #5c068c;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 0;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    text-transform: none; /* Ensure title case */
}

.jmmf-pledge-earners-grid-4527f6c6 .jmmf-card-title-4527f6c6 {
    margin-bottom: 20px;
}

.jmmf-card-list-4527f6c6 {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.jmmf-card-list-4527f6c6 li {
    margin-bottom: 16px;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #4a5568;
    text-decoration: none !important;
}

.jmmf-card-list-4527f6c6 li:last-child {
    margin-bottom: 0;
}

.jmmf-card-list-4527f6c6 strong {
    font-weight: 600;
    color: #2c3e50;
    margin-right: 5px;
}

.jmmf-pledge-list-4527f6c6 li {
    display: block;
    margin-bottom: 16px;
}

.jmmf-pledge-list-4527f6c6 li:last-child {
    margin-bottom: 0;
}

.jmmf-pledge-name-4527f6c6 {
    display: block;
    margin-bottom: 3px;
}

.jmmf-amount-4527f6c6 {
    font-weight: 700;
    color: #5c068c;
    font-size: 1.2rem;
    display: block;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    .jmmf-cards-grid-4527f6c6 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .jmmf-cards-grid-4527f6c6 {
        grid-template-columns: 1fr;
    }
    
    .jmmf-section-title-4527f6c6 {
        font-size: 2.2rem;
    }
    
    .jmmf-winners-section-4527f6c6 {
        padding: 50px 15px;
    }
    
    .jmmf-card-4527f6c6, 
    .jmmf-pledge-earners-grid-4527f6c6 .jmmf-card-4527f6c6 {
        padding: 25px 20px;
    }
}