section.pricing {
    margin-top: 40px;
}

.plan-desc-card {
    padding: 0;
}

.plan-desc-card .card {
    border: 1px solid var(--sd-neutral-400);
    border-radius: 0;
    transition: all 0.2s;
    box-shadow: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plan-desc-card .card-highlighted {
    border: 1px solid var(--theme-color-bright) !important;
}

.plan-page .plan-desc-card .card-price-text {
    font-size: 12px;
    line-height: 16px;
    color: var(--sd-neutral-500);
}

.plan-page .card-price-value {
    font-weight: 590;
    font-size: 36px;
    line-height: 40px;
    margin: 8px 0 24px
}

.plan-page .card-price-value .marketing-pricing {
    display: none;
}

.plan-page .pricing-title-bold {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--sd-neutral-800);
}

.plan-page .trial-plan-upgrade-text {
    font-size: 15px;
    line-height: 20px;
    color: var(--sd-dark-green);
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
}

.plan-page .trial-plan-upgrade-text:hover {
    font-size: 15px;
    line-height: 20px;
    color: var(--sd-darker-green);
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
}

.business-ai-card-bottom-section {
    margin-top: 0px !important;
}

.plan-page .pricing-subtitle {
    color: var(--sd-neutral-600);
    padding: 8px 0 20px;
    font-weight: 350;
    min-height: 68px;
}

.plan-desc-card.pricing-active .card {
    background: var(--plan-card-active);
}

.pricing ul li {
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: flex-start;
}

.pricing ul li .plan-tick {
    width: 18px;
    margin-right: 6px;
    margin-top: -2px;
}

.plan-desc-card .fa-ul {
    margin-left: 30px;
    margin-top: 20px;
}

.plan-page .btn {
    transition: all 0.2s;
    width: 100%;
    border-radius: 4px;
    padding: 8px 12px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

.plan-page .sd-secondary-btn {
    color: var(--sd-base-gray-900);
}

@media (min-width: 1200px) {
    .plan-desc-card:not(:last-child) .card{
        border-right: 0
    }

    .plan-desc-card {
        padding: 0;
        height: 775px;
        margin-bottom: 50px;
    }

    .plan-desc-card.pricing-active {
        margin-top: -10px;
        height: 785px;
    }

    .plan-desc-card:first-child .card {
        border-radius: 12px 0 0 12px;
    }

    .plan-desc-card:last-child .card {
        border-radius: 0 12px 12px 0;
    }

    .plan-desc-card.pricing-active .card {
        border-radius: 12px 12px 0 0;
        border: 1px solid var(--sd-primary-100-2);
    }

    .plan-desc-card:last-child.pricing-active .card {
        border-radius: 12px 12px 12px 0;
    }

    .plan-desc-card:first-child.pricing-active .card {
        border-radius: 12px 12px 0 12px;
    }

    .change-plan-btn {
        padding: 10px;
    }

    .plan-desc-card.pricing-active  .change-plan-btn {
        padding-bottom: 8px;
    }

    .plan-desc-card.pricing-active .card-body-header {
        margin-top: 10px;
    }

    .plan-desc-card .fa-ul {
        margin-right: 15px;
    }

    .plan-card-row {
        display: flex;
        justify-content: center;
    }

    .plan-card-row .plan-desc-card {
        max-width: 33% !important;
        width: 33% !important;
    }
}

@media (max-width: 1200px) {
    .plan-desc-card .card {
        border: 1px solid var(--sd-neutral-400) !important;
        border-radius: 5px;
        transition: all 0.2s;
        box-shadow: none;
        height: 100%;
        padding: 10px;
    }

    .plan-desc-card {
        padding: 10px;
        width: 70%;
        margin: auto;
        max-width: 600px;
    }

    .card-footer {
        margin-top: 50px;
    }

    .card-body-header .professionalSmsOptions,
    .card-body-header .brandedSmsOptions {
        bottom: 58px !important;
    }

    .trial-professional-plan .professionalSmsOptions,
    .trial-professional-plan .brandedSmsOptions {
        bottom: 95px !important;
    }

    .card-most-value-container {
        margin-top: -49px !important;
    }
}

.plan-page .card-body-header {
    position: relative;
    padding: 24px 15px 18px 14px;
    text-align: center;
}

.plan-page .professionalSmsOptions,
.plan-page .brandedSmsOptions {
    position: absolute;
    top: 185px;
    right: 50%;
    transform: translate(50%, 0);
}

.trial-professional-plan .professionalSmsOptions,
.trial-professional-plan .brandedSmsOptions {
    bottom: 105px;
}

.plan-page .professionalSmsOptions .sd-switch,
.plan-page .brandedSmsOptions .sd-switch {
    cursor: pointer;
}

.plan-page .planDescription-header .professionalSmsOptions .sd-switch {
    margin-right: 5px;
}

.price-text {
    font-size: 26px;
}

.marketing-pricing {
    display: none;
}

.crossed-out {
    color: var(--sd-base-gray-500);
}

.crossed-out i.fas.fa-times {
    color: var(--sd-error-red);
}

/*Plan Table CSS*/
.planDescriptionWrapper {
    padding: 0px 40px 40px;
    width: 100%;
}

.plan-description-title {
    display: flex;
    justify-content: center;
    background: var(--sd-neutral-200);
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    padding: 16px;
    color: var(--sd-neutral-800);
    border: 1px solid var(--sd-neutral-300);
    font-weight: 500;
}

.plan-description-title-text {
    width: 100%;
}

.plan-description-top {
    border-radius: 8px 0px 0px 0px;
}

.plan-table-single-line {
    gap: 15px;
    justify-content: space-evenly;
    width: 100%;
}

.plan-table-single-box {
    border: 1px solid var(--sd-neutral-300);
    border-bottom: none !important;
    width: 100%;
    padding: 15px;
    color: var(--sd-neutral-800);
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    transition: 0.2s ease background;
}

.plan-table-single-line .plan-table-single-box:first-child{
    text-align: left !important;
}

.plan-table-single-box ul {
    text-align: left;
    padding-left: 15px;
}

.plan-table-sub-text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: var(--sd-neutral-500);
}

.plan-table-ticks {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.plan-no-top-border {
    border-top: none !important;
}

.plan-border-bottom .plan-table-single-line:last-child .plan-table-single-box {
    border-bottom: 1px solid var(--sd-neutral-300) !important;
    border-radius: 0px 0px 8px 8px;
}

.plan-glorified {
    border-left: 1px solid var(--sd-primary-100) !important;
    border-right: 1px solid var(--sd-primary-100) !important;
}

.planDescriptionTop {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    gap: 15px;
}

.planDescriptionTop .planDescription-header {
    border: 1px solid var(--sd-neutral-300);
    flex: 1;
    border-radius: 8px 8px 0px 0px;
    border-bottom: none;
}

.planDescriptionTop .planDescription-header.empty-header {
    border: none;
}

.card-body-header.planDescription-header.pricing-active {
    border-color: var(--sd-primary-100-2);
}

.card-most-value-container {
    position: absolute;
    display: flex;
    width: calc(100% - 24px);
    justify-content: center;
    align-items: center;
    margin-top: -40px;
}

.card-most-value {
    font-weight: 600;
    background-image: linear-gradient(95deg, #cef0f8 .92%, #cdffae);
    border-radius: 99px;
    padding: 4px 12px;
    color: black;
    max-width: 150px;
}

.branded-upgrade-btn {
    background-image: linear-gradient(95deg, #8feaff .75%, #a5ff6c);
    color: black;
    transition: opacity 0.5s ease-in-out;
}

.branded-upgrade-btn:hover {
    background-image: linear-gradient(95deg, #8feaff .92%, #a5ff6c) !important;
    opacity: 1;
    color: black;
}

a#comparePlanFeatures {
    /* width: 100px; */
    border: 2px solid var(--sd-primary-100-2);
    padding: 8px 24px;
    font-size: 18px;
    line-height: 24px;
    height: auto;
    width: fit-content;
    border-radius: 10px;
    color: var(--sd-primary-100-2);
}

.plan-desc-btn-toggle {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    margin-top: 25px;
}

.plan-border-bottom .plan-table-single-line:last-child .plan-table-single-box.plan-glorified {
    border-bottom: 1px solid var(--sd-primary-100) !important;
}

@media (max-width: 1200px) {
    .plan-page .planDescription-header .card-price-value {
        font-size: 24px;
        line-height: 32px;
        margin: 10px 0 24px 0;
    }

    .card-body-header.planDescription-header .professionalSmsOptions,
    .card-body-header.planDescription-header .brandedSmsOptions {
        bottom: 60px !important;
        display: flex;
        white-space: nowrap;
        font-size: 12px;
        line-height: 16px;
        align-items: center;
    }

    .card-body-header.planDescription-header .professionalSmsOptions img,
    .card-body-header.planDescription-header .brandedSmsOptions img {
        height: 15px;
    }

    .planDescriptionWrapper {
        min-width: 1050px;
    }
}

.plan-table-single-line:hover .plan-table-single-box {
    background: var(--plan-card-active);
}

.doordash-flex-btns.change-plan-btn {
    height: 56px;
}

/* Container */
.pricing-current-plan-sec {
    width: 100%;
    margin: 44px 0;
}

/* Wrapper for the plan */
.pricing-current-plan-wrap {
    width: 100%;
    height: 92px;
    padding: 20px;
    background: var(--integration-highlight-bg);
    border-radius: 16px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.pricing-current-plan-details {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    display: inline-flex;
}

.plan-title {
    align-self: stretch;
    color: var(--sd-neutral-800);
    font-size: 20px;
    font-family: Graphik, sans-serif;
    font-weight: 600;
    line-height: 30px;
    word-wrap: break-word;
}

.current-plan-text {
    color: var(--sd-neutral-600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.dropdown-container {
    position: relative;
    display: inline-block;
}

.manage-plan-button {
    padding: 8px 24px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--sd-neutral-400);
    justify-content: center;
    align-items: center;
    gap: 4px;
    display: flex;
    cursor: pointer;
}

.manage-plan-text {
    color: var(--sd-neutral-800);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

.pricing-dropdown-content {
    display: none;
    margin-top: 5px;
    right: 0;
    position: absolute;
    background-color: var(--sd-neutral-100);
    min-width: 222px;
    border: 1px solid var(--sd-neutral-400);
    z-index: 1;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    white-space: nowrap;
}

.pricing-dropdown-option {
    color: var(--sd-neutral-800);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 3px;
    cursor: pointer;
}

.pricing-dropdown-option:hover {
    background: var(--sd-neutral-200);
    border-radius: 5px;
}

.pricing-all-plans-wrap {
    width: 100%;
    padding-top: 24px;
    flex-direction: column;
}

.pricing-all-plans-text {
    color: var(--sd-neutral-800);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.change-plan-btn .sd-primary-btn {
    color: var(--sd-neutral-800) !important;
    background: var(--secondry-btn-bg) !important;
    border: 1px solid var(--sd-neutral-400) !important;
    font-weight: 600 !important;
    border-radius: 8px;
}

.change-plan-btn .sd-primary-btn:hover {
    background: var(--sd-dark-green) !important;
    color: white !important;
    border: 1px solid var(--sd-darker-green) !important;
}

.card-highlighted .change-plan-btn .sd-primary-btn,  .change-plan-btn .sd-primary-btn.hero-upgrade-btn {
    background: var(--sd-dark-green) !important;
    color: white !important;
    border: 1px solid var(--sd-darker-green) !important;
}

.card-highlighted .change-plan-btn .sd-primary-btn:hover, .change-plan-btn .sd-primary-btn.hero-upgrade-btn:hover {
    background: var(--sd-darker-green) !important;
    border: 1px solid var(--sd-darker-green) !important;
}

.change-plan-btn .sd-secondary-btn {
    border-radius: 8px !important;
    font-weight: 600 !important;
    border: 1px solid var(--sd-neutral-400) !important;
}

.plan-title-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.current-plan-text-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.plan-title-state {
    display: flex;
    padding: 4px 10px;
    align-items: center;
    border-radius: 99px;
    background: rgba(208, 251, 231, 0.70);
    color: #000;
}

#trial-end-date-plan-page {
    font-weight: 600;
}

.plan-title-duration-text {
    color: var(--sd-neutral-800);
    text-align: center;
    font-family: Avenir;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 19.6px */
}

.end-trial-btn {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--sd-dark-green);
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.2s ease;
}

.end-trial-btn:hover {
    color: var(--sd-darker-green);;
}

.trial-plan-attr {
    display: none;
}