/* LizardHill2026 visual layer. Scoped so other WHMCS client themes retain the stock order form. */
body.lh-theme #order-pure_comparison {
    margin-bottom: 20px;
    color: #21342d;
    font-size: 15px;
    line-height: 1.55;
}

body.lh-theme #order-pure_comparison .txt-center {
    margin: 0 auto 24px;
    padding: 0;
}

body.lh-theme #order-pure_comparison h3 {
    color: #123e2d;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.025em;
}

body.lh-theme #order-pure_comparison h5 {
    max-width: 680px;
    margin: 8px auto 0;
    color: #5b6c65;
    font-size: 16px;
    line-height: 1.55;
}

body.lh-theme #order-pure_comparison .price-table-container {
    padding-top: 4px;
}

body.lh-theme #order-pure_comparison .price-table-container > ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
    text-align: left;
}

body.lh-theme #order-pure_comparison .price-table-container > ul > li {
    display: block;
    min-width: 0;
    padding: 0;
    background: none;
}

body.lh-theme #order-pure_comparison .price-table-container .price-table,
body.lh-theme #order-pure_comparison .price-table-container .price-table.active {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border: 1px solid #cedbd4;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(17, 55, 40, .08);
    transform: none;
    flex-direction: column;
}

body.lh-theme #order-pure_comparison .price-table-container .price-table.active {
    border: 2px solid #1f6f4a;
    box-shadow: 0 14px 34px rgba(17, 55, 40, .15);
}

body.lh-theme #order-pure_comparison .price-table-container .price-table .top-head,
body.lh-theme #order-pure_comparison .price-table-container .price-table.active .top-head {
    border-radius: 0;
    background: #eef7f0;
    filter: none;
}

body.lh-theme #order-pure_comparison .price-table-container .price-table.active .top-head {
    background: #dcefe2;
}

body.lh-theme #order-pure_comparison .price-table-container .price-table .top-head .top-area,
body.lh-theme #order-pure_comparison .price-table-container .price-table.active .top-head .top-area {
    padding: 18px 14px 12px;
    border-bottom: 1px solid #cedbd4;
}

body.lh-theme #order-pure_comparison .price-table-container .price-table .top-head .top-area h4 {
    color: #123e2d;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
}

body.lh-theme #order-pure_comparison .price-table-container .price-table ul {
    padding: 8px 16px 10px;
    flex: 1 1 auto;
}

body.lh-theme #order-pure_comparison .price-table-container .price-table ul li {
    position: relative;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #e2eae5;
    color: #40534b;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
}

body.lh-theme #order-pure_comparison .price-table-container .price-table ul li::before {
    position: absolute;
    top: 10px;
    left: 0;
    color: #1f6f4a;
    content: "\2713";
    font-weight: 900;
}

body.lh-theme #order-pure_comparison .price-table-container .price-area,
body.lh-theme #order-pure_comparison .price-table-container .price-table.active .price-area {
    padding: 10px 12px 14px;
    border-top: 1px solid #cedbd4;
    border-radius: 0;
    background: #f8fbf8;
    color: #123e2d;
    filter: none;
}

body.lh-theme #order-pure_comparison .price-table-container .price-area .price {
    min-height: 62px;
    padding: 8px 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
}

body.lh-theme #order-pure_comparison .price-table-container .order-button,
body.lh-theme #order-pure_comparison .price-table-container .order-button:hover {
    margin: 5px 0 0;
    padding: 11px 14px;
    border: 1px solid #1f6f4a;
    border-radius: 9px;
    background: #1f6f4a;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-shadow: none;
    filter: none;
}

body.lh-theme #order-pure_comparison .price-table-container .order-button:hover,
body.lh-theme #order-pure_comparison .price-table-container .order-button:focus {
    border-color: #123e2d;
    background: #123e2d;
}

body.lh-theme #order-pure_comparison .price-table-container .price-table .popular-plan {
    height: auto;
    margin: 0;
}

body.lh-theme #order-pure_comparison .price-table-container .price-table .popular-plan .plan-container {
    position: static;
    width: auto;
    height: auto;
    background: none;
}

body.lh-theme #order-pure_comparison .price-table-container .price-table .popular-plan .plan-container .txt-container {
    width: auto;
    height: auto;
    padding: 6px 10px;
    background: #dc7a35;
    box-shadow: none;
    color: #fff;
    font-size: 11px;
    letter-spacing: .06em;
    text-shadow: none;
}

body.lh-theme #order-pure_comparison .includes-features {
    max-width: none;
    margin-top: 26px;
    padding: 24px;
    border: 1px solid #cedbd4;
    border-radius: 14px;
    background: #eef7f0;
}

body.lh-theme #order-pure_comparison .includes-features .head-area {
    background: none;
    text-align: left;
}

body.lh-theme #order-pure_comparison .includes-features .head-area span {
    display: block;
    padding: 0 0 14px;
    background: transparent;
    color: #123e2d;
    font-size: 22px;
    font-weight: 800;
}

body.lh-theme #order-pure_comparison .includes-features ul.list-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px 22px;
    padding: 0;
}

body.lh-theme #order-pure_comparison .includes-features ul.list-features li {
    position: relative;
    display: block;
    width: auto;
    margin: 0;
    padding: 4px 0 4px 22px;
    background: none;
    color: #40534b;
    line-height: 1.4;
}

body.lh-theme #order-pure_comparison .includes-features ul.list-features li::before {
    position: absolute;
    left: 0;
    color: #1f6f4a;
    content: "\2713";
    font-weight: 900;
}

@media (max-width: 991px) {
    body.lh-theme #order-pure_comparison .price-table-container > ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    body.lh-theme #order-pure_comparison .includes-features ul.list-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    body.lh-theme #order-pure_comparison h3 { font-size: 27px; }
    body.lh-theme #order-pure_comparison .price-table-container > ul { grid-template-columns: 1fr; gap: 12px; }
    body.lh-theme #order-pure_comparison .price-table-container .price-table,
    body.lh-theme #order-pure_comparison .price-table-container .price-table.active { width: 100%; }
    body.lh-theme #order-pure_comparison .includes-features { margin-top: 20px; padding: 18px; }
    body.lh-theme #order-pure_comparison .includes-features ul.list-features { grid-template-columns: 1fr; gap: 5px; }
}

