/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 07 2025 | 04:47:43 */
/* --- Final Pricing Plan Sorter Styles (FULLY FIXED) --- */

/* Styles for the main heading of each section */
.plan-section-heading {
    font-size: 1.2em;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

/* Removes the extra top space from the very first heading */
.plan-section-wrapper > .plan-section-heading:first-of-type {
    margin-top: 5px;
}

/* Container for each group of plans */
.plan-section {
    display: flex;
    flex-direction: column;
    gap: 15px; /* This creates the space between plan items */
}

.plan-section-wrapper {
    width: 100%;
}

/* --- NEW FIX for borders and item styling --- */
/* This rule overrides the theme to force a consistent style on all sorted plan items. */
.plan-section .lp-selected-plan-features {
    border: 1px solid #e9e9e9 !important; /* Force a 1px solid border */
    border-radius: 8px !important;      /* Add rounded corners */
    margin: 0 !important;               /* Remove extra margins */
    background: #ffffff !important;     /* Ensure a white background */
}