h3.mem-title{
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 0;
}

/* Subscription Product Price Display */

/* Wrapper to keep price and details inline */
.subscription-details {
    font-size: 14px;
    color: #2d5016;
    background: #e7f5e1;
    padding: 4px 8px;
    border-radius: 3px;
    line-height: 1.4;
    font-weight: 500;
    vertical-align: middle;
    white-space: nowrap;
}

.subscription-details .woocommerce-Price-amount {
    color: #2d5016;
    font-weight: 600;
}

/* Price wrapper - keep inline */
.price {
    display: inline-block;
    line-height: 1.6;
}

/* Single product price with subscription */
.single-product .price {
    display: inline-block;
    line-height: 1.8;
}

/* Shop/archive pages */
.woocommerce ul.products li.product .price .subscription-details {
    font-size: 13px;
    padding: 3px 6px;
}
