 .membership-description {
        margin-top: 20px;
        padding: 0;
    }

    .membership-card {
        background: linear-gradient(135deg, #1e5799 0%, #2989d8 50%, #207cca 100%);
        border-radius: 8px;
        padding: 20px;
        color: white;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .membership-card h3 {
        color: white;
        font-weight: bold;
        margin-bottom: 15px;
        padding: 10px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 5px;
        text-align: center;
    }

    .membership-item {
        display: flex;
        justify-content: space-between;
        padding: 8px 10px;
        margin-bottom: 5px;
    }

    .membership-item-label {
        font-weight: 500;
    }

    .membership-item-value {
        font-weight: bold;
    }

    .membership-total {
        border-top: 2px solid rgba(255, 255, 255, 0.5);
        margin-top: 10px;
        padding-top: 10px;
        font-size: 1.2em;
        font-weight: bold;
    }

    .pro-rated-note {
        font-size: 0.85em;
        font-style: italic;
        opacity: 0.9;
    }