/**
 * Plan Card Styles
 *
 * This file contains styles for the plan cards throughout the site,
 * as well as the styles for the plan pods and plan accordions, in addition
 * to the styles for the plan search results.
 *
 * The file is included globally.
 */

.single-dp_plan .wp-block-post-title {
    margin-bottom: 24px;
}

.single-dp_plan h4.wp-block-heading {
    margin: 80px 0 40px;
}

.single-dp_plan .disclaimers .has-small-font-size:first-child {
    margin-top: 1rem;
}

.single-dp_plan .disclaimers .has-small-font-size {
    font-size: 0.8rem !important;
}

.plan-pods > .wp-block-group {
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .plan-pods > .wp-block-group {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1200px) {
    .plan-pods > .wp-block-group {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.plan-pods p {
    font-size: var(--small-body-font-size);
    font-weight: var(--small-body-font-weight);
    line-height: var(--small-body-line-height-);
}

.plan-pods p strong {
    font-weight: var(--wp--custom--heading--typography--font-weight);
    font-size: 20px;
    line-height: 32px;
}

.plan-details-upgrade {
    border: 2px solid var(--wp--preset--color--primary, #2445ea);
    border-radius: 8px;
    padding: 40px 30px;
}

.plan-details-upgrade h2 {
    font-size: 40px !important;
}

.plan-details-upgrade h3 {
    font-size: 16px !important;
    padding-bottom: 16px;
}

.plan-details-upgrade .wp-block-columns {
    gap: 60px;
}

.plan-details-upgrade .wp-block-columns .wp-block-column:first-child {
    border-right: 2px solid var(--wp--preset--color--secondary-pearl);
}

.plan-details-upgrade .view-this-plan {
    font-size: 14px !important;
    line-height: normal;
    max-width: 200px;
    margin-top: 40px;
    padding: 10px 5px;
}

.plan-details-upgrade ul {
    padding-left: 0;
}

.plan-details-upgrade li {
    padding: 0 0 0 35px;
    margin: 10px 0;
    list-style: none;
    background: url(/wp-content/uploads/2023/03/plans_checkbox.svg) no-repeat;
    background-size: 28px 24px;
}

.plan-accordions .nav-tabs {
    border-bottom: 2px solid var(--wp--preset--color--secondary-pearl);
}

.plan-accordions .nav-item:has(.active) {
    border-bottom: 4px solid var(--wp--preset--color--primary, #2445ea);
}

.plan-accordions button.nav-link {
    font-style: normal;
    font-weight: var(--wp--custom--heading--typography--font-weight);
    font-size: 16px;
    line-height: 28px;
    color: #4b5260;
    border: none;
    padding: 10px 16px;
}

.plan-accordions button.nav-link.active {
    color: var(--wp--preset--color--primary, #2445ea);
    font-weight: var(--wp--custom--heading--typography--font-weight);
}

.plan-accordions .accordion-button {
    background: var(--wp--preset--color--secondary-pearl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 30px;
    gap: 10px;
    height: 60px;
    font-weight: var(--wp--custom--heading--typography--font-weight);
    font-size: 16px;
    line-height: 28px;
    color: #080709;
}

.plan-accordions .accordion-button:focus {
    box-shadow: none;
}

.plan-accordions .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(16%) sepia(71%) saturate(5415%)
        hue-rotate(234deg) brightness(96%) contrast(91%);
}

.plan-accordions .accordion-item {
    border: none;
}

.plan-accordions .accordion-body table {
    font-size: 9px;
    font-weight: var(--wp--custom--body--typography--font-weight);
}

@media (min-width: 390px) {
    .plan-accordions .accordion-body table {
        font-size: 10px;
    }
}

@media screen and (max-width: 768px) {
    .plan-accordions .nav-tabs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100vw;
        margin-left: -20px;
        white-space: nowrap;
    }

    body.has-sticky-plan-accordion-nav-tabs .promo-banner {
        display: none !important;
    }

    body.has-sticky-plan-accordion-nav-tabs .has-stuck-nav-tabs {
        padding-top: var(--sticky-plan-accordion-nav-tabs-height, 0);
    }

    body.has-sticky-plan-accordion-nav-tabs
        .plan-accordions
        .nav-tabs.is-stuck {
        position: fixed;
        top: var(--top-menu-height);
        background: #fff;
        z-index: 10;
    }
}

.plan-accordions .accordion-body table tr:first-child {
    font-weight: var(--wp--custom--heading--typography--font-weight);
}

.plan-accordions .accordion-body table tr:not(:first-child) {
    border-bottom: 1px solid var(--wp--preset--color--secondary-pearl);
}

.plan-accordions .accordion-body th,
.plan-accordions .accordion-body td {
    padding: 10px 5px;
}

.plan-accordions .accordion-body th {
    vertical-align: bottom;
    word-break: keep-all;
}

.plan-accordions .accordion-body td:nth-child(1),
.plan-accordions .accordion-body td:nth-child(2),
.plan-accordions .accordion-body td:nth-child(3) {
    background-color: rgba(242, 242, 244, 0.5);
}

.plan-accordions #savings-accordian th:nth-child(2),
.plan-accordions #savings-accordian .accordion-body td:nth-child(2) {
    white-space: nowrap;
}

.plan-accordions #savings-accordian th:nth-child(2) button {
    background: transparent;
    border: none;
    padding: 0;
}

.plan-accordions #savings-accordian :where(th, td):nth-child(2) svg {
    fill: var(--wp--preset--color--primary, #2445ea);
    width: 20px;
    height: 20px;
    bottom: 2px;
    position: relative;
}

.plan-accordions #savings-accordian td:nth-last-child(2) {
    font-weight: var(--wp--custom--heading--typography--font-weight);
}

.plan-accordions #savings-accordian td:last-child {
    color: var(--wp--preset--color--primary, #2445ea);
    font-weight: var(--wp--custom--heading--typography--font-weight);
}

.plan-accordions #savings-accordian th:last-child {
    position: relative;
}

.plan-accordions #savings-accordian th:last-child:after {
    display: block;
    content: "";
    height: 10px;
    width: -webkit-fill-available;
    background: linear-gradient(-90deg, #77c79b 0%, #2445ea 100%);
    position: absolute;
    bottom: 0;
}

#savings-accordian .header {
    margin: 24px 30px;
}

#savings-accordian .header h5 {
    margin: 0;
    line-height: 32px;
}

.savings-disclaimers {
    margin-top: 24px;
}

.savings-disclaimers.main {
    margin: 24px 0;
}

.savings-disclaimers p {
    font-size: 11px;
}

@media (min-width: 1200px) {
    .plan-accordions button.nav-link {
        padding: 16px 30px;
    }

    .plan-accordions .accordion-body table {
        font-size: 14px;
    }

    .plan-accordions .accordion-body th,
    .plan-accordions .accordion-body td {
        padding: 24px 30px;
    }
}

.plan-accordions #benefits-accordian p {
    font-size: 14px;
}

.wp-block-column:has(.right-plan-card.sticky) {
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.right-plan-card {
    border: none;
}

.right-plan-card.hide-card-checks .card-checks {
    display: none;
}

.right-plan-card.hide-card-checks .insurance-block-left {
    flex: 4 1 auto;
}

.right-plan-card .plan.card .card-image-box {
    display: none;
}

.right-plan-card h2 {
    font-weight: var(--wp--custom--heading--typography--font-weight);
    font-size: 28px !important;
    line-height: 40px;
}

.right-plan-card .plan.card .dp-button {
    margin-top: 10px;
}

.right-plan-card .plan.card .view-this-plan {
    background-color: var(--wp--preset--color--primary, #2445ea);
    color: #fff;
    transition: all 0.5s;
    padding: 10px;
}

.right-plan-card .plan.card .view-this-plan:hover {
    background-color: #fff;
    color: var(--wp--preset--color--primary, #2445ea);
}

.right-plan-card .plan.card .view-this-plan.show-family,
.right-plan-card .plan-mobile.card-mobile .view-this-plan.show-family {
    transition: all 0.5s;
    background-color: #fff;
    color: var(--wp--preset--color--primary, #2445ea);
    border-color: var(--wp--preset--color--primary, #2445ea);
    font-size: 14px;
    padding: 5px 10px;
    font-weight: var(--wp--custom--heading--typography--font-weight);
}

.right-plan-card .plan.card .view-this-plan.show-family:hover {
    background-color: var(--wp--preset--color--primary, #2445ea);
    color: #fff;
}

.right-plan-card .plan.card.disclaimer {
    box-shadow: none;
    border: none;
    margin-top: 5px;
}

.right-plan-card .plan.card.disclaimer p {
    font-size: 10px;
    text-align: center;
    line-height: 2;
}

.single-dp_plan #emailSubscription,
.single-dp_plan .disclaimers h5 {
    margin-top: 80px;
}

.single-dp_plan .plan-details-faq {
    margin-top: 80px;
}

/* Dental Plan Cards */
.plan.card {
    position: relative;
    overflow: hidden;
}

#cards-results-box .plan.card {
    overflow-y: unset;
}

.cards-results-box {
    padding-bottom: 100px;
    padding-top: 40px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px 20px;
}

.cards-results-pagination {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.cards-results-pagination:has(button) {
    padding-top: 52px;
}

.cards-results-pagination button {
    appearance: none;
    background: none;
    border: none;
    font-family: var(--wp--custom--body--typography--font-family);
}

.cards-results-pagination button.number {
    color: #4b5260;
    font-size: 14px;
    font-weight: var(--wp--custom--body--typography--font-weight);
    height: 26px;
    width: 26px;
}

.cards-results-pagination button.number.current {
    background: var(--wp--preset--color--primary, #2445ea);
    color: white;
    cursor: default;
}

.cards-results-pagination button.number:not(.current):hover {
    color: var(--wp--preset--color--primary, #2445ea);
    cursor: pointer;
}

.cards-results-box .dental-plan.recommended {
    position: relative;
    border: 4px solid var(--wp--preset--color--primary, #2445ea);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    order: 2;
    overflow: visible;
}

.cards-results-box .dental-plan.recommended::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: calc(100% + 8px);
    height: 30px;
    top: -30px;
    left: -4px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    content: "Our recommendation";
    font-weight: var(--wp--custom--heading--typography--font-weight);
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    background-color: var(--wp--preset--color--primary, #2445ea);
}

.plan-mobile.card-mobile.plus {
    position: relative;
    padding-top: 2.5rem;
}

.plan.card.plus::before,
.plan-mobile.card-mobile.plus::before {
    content: "Added Benefits " var(--info-icon-svg-url);
    position: absolute;
    font-weight: var(--wp--custom--heading--typography--font-weight);
    top: 0;
    background-color: #77c79b;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 47px;
    line-height: 1em;
    border-radius: 0 0 0 20px;
    font-size: 16px;
}

body .plan-link {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-decoration: none;
    color: #000 !important;
    margin: .5em 0;
}

.checkout .plan-link {
    min-height: 100px;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #ccc;
    margin: 0 0 20px;
    padding-bottom: 20px;
}

body .plan-link h4 {
    color: #4b5260;
    width: 100%;
    font-size: 1em !important;
    line-height: 1.75;
    padding: 0;
    margin: 0;
}

body .plan-link h2 {
    color: #000;
    width: 100%;
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.plan-price {
    padding: 10px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #ccc;
}

.plan.card.checkout .plan-price {
    justify-content: flex-end;
}

.plan.card.checkout.insurance-checkout-card:not(.ado) .plan-price {
    justify-content: space-between;
}

.insurance-checkout-card .plan-price {
    border: none;
    justify-content: space-between;
}

.insurance-checkout-card .plan-benefits {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    text-align: right;
}

.hide-card-checks .insurance-checkout-card .plan-benefits {
    border-top: none;
    padding-top: 0;
}

.insurance-checkout-card .card-details .billing-specs {
    margin-top: 10px;
}

.dental-plan.card .dp-button {
    margin-top: 10px;
}

.dental-plan.card, /* .dental-plan.card targets the additional cards on savings calculator page */
.single-dp_plan .plan.card {
    width: 100%;
    max-width: 390px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-width: 0;
    border-radius: 6px;
    box-shadow: 0 1.2375px 7.85127px rgba(0, 0, 0, 0.3);
    padding: 20px 20px 30px;
    align-items: stretch;
    justify-content: space-between;
}

.single-dp_plan .plan.card.plus {
	padding-top: 40px;
}

.dental-plan.card .insurance-block-right,
.single-dp_plan .plan.card .insurance-block-right {
    width: 100%;
    padding: 0;
    margin: 0;
}

.dental-plan.card .insurance-block-right .card-details,
.single-dp_plan .plan.card .insurance-block-right .card-details {
    width: 100%;
    padding: 0;
    margin: 0;
}

.card-image-box {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.card-image-box img {
    object-fit: contain;
    max-height: 80px;
    width: auto;
    max-width: 100%;
}

.plan-benefits {
    color: #4b5260;
    font-weight: var(--wp--custom--heading--typography--font-weight);
}

.plan.card h2 {
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1600 - 300)));
}

.plan-price {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.big-price {
    font-size: 22px;
    font-weight: var(--wp--custom--heading--typography--font-weight);
    display: block;
    text-align: right;
    line-height: 1;
    margin-bottom: 8px;
}

@media (min-width: 375px) {
    .big-price {
        font-size: 32px;
    }
}

.month-big-price {
    font-size: 20px;
}

.plan-price .small-price {
    display: block;
    text-align: right;
    width: 100%;
}

.plan-price .small-prices {
    display: flex;
    gap: 16px;
    font-size: 14px;
}

.card-checks {
    padding: 0 0 5px;
    margin: 0;
    display: block;
}

.card-checks ul {
    margin: 0 0 10px 0;
    padding: 0;
}

:where(body.dp-app--dentalplans) .card-checks ul li {
    padding: 0 0 2px 35px;
    margin: 10px 0;
    list-style: none;
    background-size: 28px 24px;
    background-image: url(/wp-content/uploads/2023/03/plans_checkbox.svg);
    background-repeat: no-repeat;
    font-size: 14px;
}

.card-checks ul li:first-child {
    color: var(--wp--preset--color--primary, #2445ea);
    font-weight: var(--wp--custom--heading--typography--font-weight);
    font-size: 20px;
    background-position: 0 7px;
}

.card-checks ul li:last-child {
    display: block;
    position: relative;
}

.card-checks ul li:last-child a,
.card-checks ul li:last-child .tooltip-bullet {
    font-size: 14px;
    color: var(--wp--preset--color--primary, #2445ea) !important;
    text-decoration: underline !important;
    padding: 0;
    font-weight: var(--wp--custom--body--typography--font-weight);
    text-underline-offset: 0.15em;
}

.dental-plan.card .plan-price .billed-annually {
    max-width: 80px;
    text-align: left;
    display: flex;
    align-self: flex-start;
    line-height: 1.2;
}

@media (min-width: 440px) {
    .dental-plan.card .plan-price .billed-annually {
        max-width: unset;
    }
}

.all-prices {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.strike-price {
    text-decoration: line-through;
}

body .view-this-plan {
    border-style: solid;
    border-width: 2px;
    border-color: var(--wp--preset--color--primary, #2445ea);
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 30px;
    margin: 15px 0;
    transition: all 0.5s;
    padding: 10px;
}

body .view-this-plan:hover {
    background-color: var(--wp--preset--color--primary, #2445ea);
    color: #fff;
}

.reverse-cta .view-this-plan,
.reverse-cta .dp-button {
    background: linear-gradient(
        90deg,
        var(--wp--preset--color--primary, #2445ea) 50%,
        var(--wp--preset--color--secondary, #b44684)
    ) !important;
    background-size: 200% 100% !important;
    background-position: 0 0 !important;
    border: none !important;
    color: white !important;
}

.reverse-cta .view-this-plan:hover,
.reverse-cta .dp-button:hover {
    transition: background-position 0.2s !important;
    background: linear-gradient(
        90deg,
        var(--wp--preset--color--primary, #2445ea) 50%,
        var(--wp--preset--color--secondary, #b44684)
    ) !important;
    background-size: 200% 100% !important;
    background-position: 100% 0 !important;
}

.dp-button.android-onclick:hover,
body .wp-block-button .wp-block-button__link.android-onclick:hover,
.reverse-cta .view-this-plan.android-onclick:hover,
.reverse-cta .dp-button.android-onclick:hover {
    background-position: 0 0 !important;
    background-size: 200% 100% !important;
}

body .view-all-plan {
    border-style: solid;
    border-width: 2px;
    border-color: var(--wp--preset--color--primary, #2445ea);
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 30px;
    transition: all 0.5s;
    padding: 13px 30px;
    background-color: white;
    font-weight: var(--wp--custom--heading--typography--font-weight);
    font-size: 14px;
    line-height: 26px;
    color: var(--wp--preset--color--primary, #2445ea);
    margin-top: -3.375rem;
    margin-bottom: 3.375rem;
    z-index: 2;
}

body .view-all-plan:hover {
    background-color: var(--wp--preset--color--primary, #2445ea);
    color: #fff;
}

#plans-collapse {
    margin-top: -3.375rem;
}

.plan.card table {
    width: 100%;
}

.plan.card tr {
    vertical-align: baseline;
}

.right-plan-card .plan.card td {
    font-size: 14px;
}

.plan.card td:last-child {
    text-align: right;
}

body .plan.card .remove-family,
body .plan-mobile.card-mobile .remove-family {
    background: none;
    border: none;
    font-size: 12px;
    color: var(--wp--custom--color--primary);
    font-family: var(--wp--custom--body--typography--font-family);
    font-style: normal;
    font-weight: var(--wp--custom--body--typography--font-weight);
    text-decoration: underline;
    text-underline-offset: 0.15em;
    padding: 0;
}

.plan.card {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}

.plan.card .plan-price {
    border: unset;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 40px;
    margin-bottom: 10px;
    display: grid;
    text-align: left;
    justify-content: left;
}

.plan.card.recommended .plan-price,
.plan.card.checkout .plan-price {
    border: unset;
    padding: 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0;
}

.plan.card.checkout .plan-price {
    border-top: 1px solid #ccc;
    justify-content: flex-end;
}

.plan.card.has-feature-label .plan-price {
    border-color: var(--wp--preset--color--primary);
    border-bottom-width: 2px;
    padding-top: 0;
}

.plan.card:not(.recommended):not(.checkout) .all-prices {
    align-items: flex-start;
}

.plan.card.has-feature-label .feature-label span {
    top: -27px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    width: 150px;
    left: calc(50% - 75px);
}

.has-feature-label {
    border: 2px solid var(--wp--preset--color--primary);
}

.has-feature-label .plan-link {
    border-color: var(--wp--preset--color--primary);
    border-bottom-width: 2px;
}

.has-feature-label .feature-label {
    position: relative;
}

.has-feature-label .feature-label span {
    background: var(--wp--preset--color--primary);
    border-radius: 100px;
    color: white;
    position: absolute;
    top: -33px;
    width: 120px;
    height: 22px;
    line-height: 22px;
    left: calc(50% - 60px);
    text-align: center;
    font-size: 10px;
    font-weight: var(--wp--custom--heading--typography--font-weight);
    letter-spacing: 0px;
}

body .plan.card:not(.recommended):not(.checkout) .plan-price .strike-price {
    color: #4b5260;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration-line: strikethrough;
}

.plan.card .plan-price .save-text {
    color: #40B173;
}

.plan.card:not(.recommended):not(.checkout) .plan-price .price {
    color: #080709;
    font-size: 32px;
    font-weight: var(--wp--custom--heading--typography--font-weight);
    line-height: 32px;
}

.plan.card:not(.recommended):not(.checkout) .plan-price .price .per-year {
    color: #000;
    font-size: 20px;
    font-weight: var(--wp--custom--heading--typography--font-weight);
    line-height: 32px;
}

.plan.card:not(.recommended):not(.checkout)
    .plan-price
    .price
    .discount-percentage {
    color: var(--wp--preset--color--primary);
    font-size: 14px;
    font-weight: var(--wp--custom--heading--typography--font-weight);
    line-height: 26px;
    margin-left: 2px;
}

.plan.card:not(.recommended):not(.checkout) .plan-price .small-prices {
    align-items: center;
    font-size: 1em;
    gap: 0.5em;
    color: #4b5260;
    font-weight: 400;
}

.plan.card:not(.recommended):not(.checkout) .card-checks {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

.plan.card:not(.recommended):not(.checkout) .card-checks .dental-savings,
.plan.card:not(.recommended):not(.checkout) .card-checks .member-details,
.plan.card:not(.recommended):not(.checkout) .card-checks .dentists-near-you {
    color: #1d1d1d;
    text-align: left;
    font-size: 16px;
    font-weight: var(--wp--custom--heading--typography--font-weight);
    line-height: 1;
}

.plan.card:not(.recommended):not(.checkout) .card-checks ul {
    margin-top: 5px;
}

.plan.card:not(.recommended):not(.checkout) .card-checks ul li {
    background: url(/wp-content/uploads/2024/01/plans_checkbox_new.svg)
        no-repeat;
    background-size: 16px;
    background-position: left;
    padding: 0 0 0 22px;
    margin: 0 0 0.25rem 0;
    font-size: 16px !important;
    color: #4b5260;
    font-weight: var(--wp--custom--body--typography--font-weight);
}

.plan.card:not(.recommended):not(.checkout) .card-checks ul li:first-child {
    color: #4b5260;
    font-weight: var(--wp--custom--body--typography--font-weight) !important;
    background-position: left;
    padding: 0 0 0 22px;
    margin: 0 0 0.25rem 0;
    list-style: none;
    background-size: 16px;
    background-image: url(/wp-content/uploads/2024/01/plans_checkbox_new.svg);
    background-repeat: no-repeat;
    font-size: 16px !important;
}

.plan.card:not(.recommended):not(.checkout)
    .card-checks
    ul
    li
    button.tooltip-bullet {
    text-align: left;
}

.plan.card:not(.recommended):not(.checkout) .card-checks .dental-savings-wrap ul li,
.plan.card:not(.recommended):not(.checkout) .card-checks .member-details-wrap ul li {
	background: none;
	padding: 0;
}

.plan.card:not(.recommended):not(.checkout) .card-checks .member-details-wrap ul li {
	font-size: 13px !important;
	font-weight: 400 !important;
}

.plan.card:not(.recommended):not(.checkout) .plan-activation-date {
    text-align: center;
    color: var(--Utility-Body-Text-Color, #4b5260);
    font-size: 16px;
    font-weight: var(--wp--custom--body--typography--font-weight);
    line-height: 32px;
    margin-top: 5px;
}

.plan.card:not(.recommended):not(.checkout) .dp-button.outline {
    box-shadow: none !important;
}

.plan.card:not(.recommended):not(.checkout) .plan-price .small-prices span {
    line-height: 2em;
}

.plan.card:not(.recommended):not(.checkout) .big-price {
    margin-bottom: 0;
}

/* Upper Insurance Block Styles */
.insurance-results-block {
    display: flex;
    flex-direction: column;
}

.insurance-results-block .plan.card {
    display: flex;
    flex-direction: row;
}

.insurance-results-block .plan.card {
    max-width: unset;
    margin: 0 0 20px 0;
    flex-wrap: wrap;
}

.lower-search-results .card-checks ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    flex-direction: row;
    gap: 10px;
}

.lower-search-results .card-checks ul li {
    padding: 0;
    background-image: unset;
    float: left;
}

.lower-search-results .card-checks ul li:first-child {
    color: unset;
    font-weight: unset;
    font-size: unset;
    background-position: unset;
}

.plan-search-filter-box .radar-location-form {
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.plan-search-filter-left .radar-location-form {
    padding-bottom: 0px !important;
}

.plan-search-filter-left .radar-location {
    margin-bottom: 0px !important;
}

.plan-search-filter-left .wp-container-12 {
    width: 33%;
}

.insurance-block-left {
    flex: 6 1 300px;
}

.plan.card.recommended .insurance-block-left {
	flex: 6 1 0;
}

.insurance-block-right {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: unset;
}

.billing-specs a {
    padding: 10px;
}

.card-details .billing-specs {
    margin-top: 20px;
}

.card-details .billing-specs p {
    text-align: right;
    margin: 0;
    padding: 0;
}

.insurance-plan-card .plan-link {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-decoration: none;
    color: #000 !important;
    min-height: unset;
    padding: 16px 0 0;
    border: 0 0 0 solid #ccc;
    margin-bottom: 8px;
}

.insurance-plan-card .plan-link h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.insurance-plan-card .list-unstyled {
    display: block !important;
    line-height: 16px;
}

.insurance-plan-card .list-unstyled li {
    display: inline-block;
}

.insurance-plan-card {
    padding: 40px 30px 40px !important;
}

.insurance-plan-card .insurance-block-right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    width: 33%;
}

.insurance-plan-card li {
    margin-right: 5px !important;
}

.insurance-plan-card .insurance-block-right .plan-price {
    border: none !important;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

.insurance-plan-card .insurance-block-right .view-this-plan {
    margin-top: 24px;
}

@media (max-width: 640px) {
    .insurance-plan-card .insurance-block-right {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .insurance-plan-card .insurance-block-right .card-details {
        width: 100%;
    }
}

.results_found_header {
    max-width: 100% !important;
}

.single-dp_plan .plan-mobile {
    display: none;
}

@media screen and (max-width: 600px) {
    .plan-search-filter-left .radar-location-form {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .wp-block-columns.mobile-reverse-order {
        display: flex;
        flex-direction: column-reverse;
    }

    .single-dp_plan .plan.card.checkout,
    .right-plan-card .plan.card.disclaimer {
        display: none;
    }

    .single-dp_plan .plan-mobile {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        box-shadow: 0px 1.2375px 7.85127px rgba(0, 0, 0, 0.3);
        border-radius: 0px 0px 8px 8px;
    }

    .mobile-no-padding {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .planDetailsCollapse {
        padding: 0 20px;
    }

    .planDetailsCollapse .plan.card.disclaimer {
        display: flex;
        padding: 20px 0;
    }

    .planDetailsCollapse .plan.card.disclaimer p {
        font-weight: var(
            --wp--custom--body--typography--font-weight
        ) !important;
        font-size: 10px !important;
        line-height: 20px !important;
        color: #4b5260;
        text-align: left;
    }

    .planDetailsCollapse .plan.card.disclaimer b {
        font-weight: var(
            --wp--custom--heading--typography--font-weight
        ) !important;
        font-size: 10px !important;
        line-height: 20px !important;
        color: #4b5260;
        text-align: left;
    }

    .planDetailsCollapse .plan-link {
        border-width: 0;
        padding-bottom: 0;
    }

    .planDetailsCollapse .plan-link h2 {
        font-weight: var(
            --wp--custom--heading--typography--font-weight
        ) !important;
        font-size: 24px !important;
        line-height: 36px !important;
        color: #080709;
    }

    .planDetailsCollapse .card-checks {
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid rgba(8, 7, 9, 0.15);
    }

    .planDetailsCollapse .card-checks .plan-benefits {
        font-weight: var(
            --wp--custom--heading--typography--font-weight
        ) !important;
        font-size: 16px !important;
        line-height: 28px !important;
        color: #4b5260;
    }

    .planDetailsCollapse table {
        width: 100%;
    }

    .planDetailsCollapse table tr td {
        font-weight: var(
            --wp--custom--body--typography--font-weight
        ) !important;
        font-size: 14px !important;
        line-height: 26px !important;
        color: #4b5260;
    }

    .planDetailsCollapse table tr td:last-child {
        text-align: right;
    }

    .planDetailsCollapse .card-details {
        width: 100%;
    }

    .planDetailsCollapse .card-details {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid rgba(8, 7, 9, 0.15);
    }

    .planDetailsCollapse .card-details .billing-specs .plan-price {
        padding-top: 20px;
        border-top: 2px solid rgba(8, 7, 9, 0.15);
        justify-content: space-between;
    }

    .planDetailsCollapse
        .card-details
        .billing-specs
        .plan-price
        .billed-annually {
        font-weight: var(
            --wp--custom--body--typography--font-weight
        ) !important;
        font-size: 14px !important;
        line-height: 28px !important;
        color: #080709;
    }

    .planDetailsCollapse .card-details .billing-specs .plan-price .big-price {
        font-weight: var(
            --wp--custom--heading--typography--font-weight
        ) !important;
        font-size: 32px !important;
        line-height: 32px !important;
        text-align: right;
        color: #080709;
    }

    .planDetailsCollapse .card-details .billing-specs .plan-price .small-price {
        font-weight: var(
            --wp--custom--body--typography--font-weight
        ) !important;
        font-size: 14px !important;
        line-height: 26px !important;
        text-align: right;
        color: #4b5260;
    }

    .planDetailsCollapse .view-this-plan {
        font-weight: var(
            --wp--custom--heading--typography--font-weight
        ) !important;
        font-size: 14px !important;
        line-height: 26px !important;
        text-align: center;
        color: var(--wp--preset--color--primary, #2445ea);
    }

    .planDetailsCollapse .view-this-plan:hover {
        color: #ffffff;
    }

    .planDetailsCollapse .view-this-plan.alt {
        background-color: var(--wp--preset--color--primary, #2445ea);
        color: white;
    }

    .card-checks ul li {
        padding: 0 0 2px 32px;
        margin: 5px 0;
        background-size: 16px 16px;
        background-position: left center;
        font-weight: var(
            --wp--custom--body--typography--font-weight
        ) !important;
        font-size: 14px !important;
        line-height: 26px !important;
        color: #4b5260;
    }

    .card-checks ul li:first-child {
        font-weight: var(
            --wp--custom--heading--typography--font-weight
        ) !important;
        font-size: 20px !important;
        line-height: 32px !important;
        color: var(--wp--preset--color--primary, #2445ea);
    }
}

/* Plan card monthly pricing on plan details DEV2-471 */
.plan-price .monthly,
.planDetailsCollapse .plan-price .monthly {
    display: flex;
    flex-direction: column-reverse;
}

.plan-price .monthly .big-price,
.plan-price .monthly .big-price .month-big-price,
.planDetailsCollapse .card-details .plan-price .monthly .big-price,
.planDetailsCollapse
    .card-details
    .plan-price
    .monthly
    .big-price
    .month-big-price {
    font-size: unset !important;
    font-weight: unset !important;
}

.plan-price .monthly .small-price,
.planDetailsCollapse .card-details .plan-price .monthly .small-price {
    font-size: 32px !important;
    font-weight: var(--wp--custom--heading--typography--font-weight) !important;
}

.plan-price .monthly .month-small-price,
.plan-price .monthly .month-small-price {
    font-size: 20px;
}

/* Plan Results Header */
.card-results-header h1 {
    margin: 0.75rem 0;
}

.card-results-lower-left p {
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 0.75rem;
}

.card-results-header {
    display: flex;
    flex-direction: column;
    padding-bottom: 35px;
    max-width: 1200px !important;
	margin-left: auto;
	margin-right: auto;
}

.card-results-header h1,
.card-results-header h2.not-found {
    font-size: 36px !important;
    font-weight: 700;
}

.card-results-header h2 span[data-bs-toggle="tooltip"] {
    position: relative;
    top: -0.25em;
}

.card-results-header h2 .dp-info-icon {
    width: 0.6em;
    height: auto;
    cursor: pointer;
    overflow: visible;
}

@media (max-width: 768px) {
    .card-results-header h2.not-found {
        font-size: 1.5em !important;
        line-height: 1.4em !important;
    }
}

.card-results-lower-header {
    display: flex;
    flex-direction: row;
    align-items: end;
}

.lower-results {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.lower-results .card-results-lower-left {
    flex: 6 1 300px;
}

.lower-results .card-results-lower-right {
    text-align: right;
}

.plan-results-benefits-header {
    border-radius: 6px;
    background: #d9f6e6;
    padding: 15px 40px;
}

.plan-results-benefits-header .title {
    color: #080709;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 1rem;
}

.plan-results-benefits-header ul {
    margin: 0;
    padding: 0;
}

.plan-results-benefits-header ul li {
    list-style: none;
    background: url(/wp-content/uploads/2024/01/plans_checkbox_new.svg)
        no-repeat;
    background-size: 16px;
    background-position: left;
    color: #080709;
    font-size: 16px;
    font-style: normal;
    font-weight: var(--wp--custom--body--typography--font-weight);
    line-height: 1.2;
    margin-bottom: 1rem;
    padding-left: 22px;
}

@media (min-width: 1024px) {
    .plan-results-benefits-header {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .plan-results-benefits-header .title {
        margin-bottom: unset;
        line-height: unset;
    }

    .plan-results-benefits-header ul {
        display: flex;
        gap: 20px;
    }

    .plan-results-benefits-header ul li {
        margin-bottom: unset;
        line-height: unset;
    }
}

/* Bootstrap tooltips for plan cards */
.plan.card .tooltip-bullet.plus-descriptor,
.plan-mobile.card-mobile .tooltip-bullet.plus-descriptor {
    position: absolute;
    top: 0;
    right: 0;
    width: 175px;
    height: 47px;
    display: block;
}

/* END Bootstrap tooltips */
