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;
}

.memberhub-course-add-to-cart {
    margin: 16px 0 0;
}

.memberhub-course-add-to-cart__button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 18px !important;
    border-radius: 7px !important;
    font-weight: 600;
    text-decoration: none !important;
}

.mh-account-courses {
    margin-top: 32px;
}

.mh-course-report-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.mh-course-report-head h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.25;
}

.mh-course-count {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #4b5563;
    background: #f9fafb;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .mh-course-report-head {
        align-items: stretch;
        flex-direction: column;
    }
}
