/* File: custom-membership.css */
/* Custom PMPro Membership Level Layout */
.pmpro_level-meta {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center;
    width: 100%;
    gap: 16px; /* space between price and button */
}

/* Make price first in order and left-aligned */
.pmpro_level-price {
    order: 1 !important;
    font-size: 1.1rem !important;
    font-weight: 600;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    flex: 1 1 auto;
    background: #2F5A7C23 !important;
}

/* Make button last in order and right-aligned */
.pmpro_btn-select {
    order: 2 !important;
    margin-left: auto !important;
}
