.elementor-4678 .elementor-element.elementor-element-5efc2cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4678 .elementor-element.elementor-element-e10341e{--display:flex;--margin-top:-110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-5c15657 *//* --- Membership Levels Card Design (Medium Size) --- */

/* 1. Reset Table Structure */
.pmpro_levels_table, 
.pmpro_levels_table thead, 
.pmpro_levels_table tbody, 
.pmpro_levels_table tr, 
.pmpro_levels_table td {
    display: block !important;
    width: 100% !important;
    border: none !important;
}

.pmpro_levels_table thead {
    display: none !important;
}

/* 2. Grid Container - Centered */
.pmpro_levels_table tbody {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* Reduced gap */
    padding: 30px 10px;
    margin: 0 auto;
}

/* 3. Style Individual Cards (Medium) */
.pmpro_levels_table tr {
    background: #ffffff;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 40px 30px !important; /* Balanced padding for Medium size */
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    max-width: 340px !important; /* Set to a standard medium width */
}

.pmpro_levels_table tr:hover {
    transform: translateY(-5px);
    border-color: #9b2323 !important;
}

/* 4. Plan Title */
.pmpro_levels_table td:first-child {
    font-size: 20px !important; /* Medium font */
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 12px;
    order: 1;
}

/* 5. Pricing Area */
.pmpro_levels_table td:nth-child(2) {
    font-size: 14px !important;
    color: #64748b !important;
    margin-bottom: 25px;
    order: 2;
    padding: 15px !important;
    background: #f8fafc;
    border-radius: 12px;
    width: 90%;
}

/* The Price Tag */
.pmpro_levels_table td:nth-child(2) strong {
    font-size: 32px; /* Prominent but not oversized */
    color: #9b2323;
    display: block;
    margin-top: 5px;
}

/* 6. Select Button Area */
.pmpro_levels_table td:last-child {
    order: 3;
    margin-top: auto;
    width: 100%;
}

.pmpro_levels_table .pmpro_btn, 
.pmpro_levels_table a.pmpro_btn {
    display: inline-block !important;
    width: 100% !important;
    background-color: #9b2323 !important;
    color: #ffffff !important;
    padding: 12px 20px !important; /* Medium button height */
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    border-radius: 10px !important;
    text-decoration: none !important;
}

.pmpro_levels_table .pmpro_btn:hover {
    background-color: #7a1b1b !important;
}
#pmpro_levels, 
.pmpro_levels_table {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}/* End custom CSS */