.member-platform-short-card-90933825 {
    background-color: #FCFAF8;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.5' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
    padding: 36px; /* Further reduced from 48px */
    max-width: 600px;
    font-family: 'Poppins', sans-serif;
    color: #444243;
}

.member-platform-short-card-90933825 .mp-eyebrow {
    color: #B59865;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.member-platform-short-card-90933825 .mp-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px; /* Slightly smaller heading */
    line-height: 1.2;
    color: #282828;
    margin-bottom: 12px;
    font-weight: 600;
}

.member-platform-short-card-90933825 .mp-body {
    font-size: 14px; /* Slightly smaller text */
    line-height: 1.5;
    margin-bottom: 24px;
}

.member-platform-short-card-90933825 .mp-features {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.member-platform-short-card-90933825 .mp-feature-row {
    display: flex;
    align-items: flex-start;
    padding: 12px 0; /* Tighter padding */
    border-bottom: 1px solid #EAE6DF;
}

.member-platform-short-card-90933825 .mp-feature-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.member-platform-short-card-90933825 .mp-feature-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 12px;
    color: #B59865;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.member-platform-short-card-90933825 .mp-feature-icon svg,
.member-platform-short-card-90933825 .mp-feature-icon i {
    width: 100%;
    height: 100%;
    font-size: 18px;
    fill: currentColor;
}

.member-platform-short-card-90933825 .mp-feature-content h4 {
    font-size: 15px;
    font-weight: 600;
    color: #282828;
    margin: 0 0 4px 0;
    font-family: 'Poppins', sans-serif;
}

.member-platform-short-card-90933825 .mp-feature-content p {
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
}

.member-platform-short-card-90933825 .mp-link {
    display: inline-block;
    color: #282828;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.member-platform-short-card-90933825 .mp-link:hover {
    color: #B59865;
}

@media (max-width: 767px) {
    .member-platform-short-card-90933825 {
        padding: 24px 16px;
    }
    .member-platform-short-card-90933825 .mp-heading {
        font-size: 26px;
    }
}