/* Membership Feature Cards Styles */
.membership-feature-card {
    transition: box-shadow 0.2s;
    padding: 28px 24px !important;
    box-shadow: 0px 0px 18px 0px #d4f56e !important;
}

.membership-feature-card:hover {
    box-shadow: 0 8px 32px rgba(111, 207, 151, 0.15);
}

.feature-learn-more {
    color: #183d2b;
    text-decoration: none;
    border-bottom: 2px solid #d4f56e;
    width: max-content;
}

.feature-learn-more:hover {
    color: #6fcf97;
    border-bottom: 2px solid #6fcf97;
}

.icon-bg {
    background: #eaf7e2;
    border-radius: 50%;
    padding: 12px;
    display: inline-block;
}

.icon-green {
    color: #6fcf97;
    font-size: 28px;
}

.membership-feature-card h2.font-weight-bold.mb-2 {
    font-size:30px;
    color: #183d2b;
    font-weight: bold;
}

.membership-feature-card p {
    color: #183d2b;
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
}

.membership-feature-card feature-icon {
    background: transparent !important;
}

.members-benefits-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #183d2b;
}
