/* Membership Card Styles */

.membership-card-container {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.membership-card {
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 24px 32px;
    max-width: 420px;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
}

.membership-card__title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}

.membership-card__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.membership-card__label {
    font-weight: 600;
    margin-right: 12px;
}

.membership-card__value {
    text-align: right;
}
