div#introText {
    background: #B8B7FD;
    margin-top: -136px;
    padding: 8vw 15px;
    font-size: max(var(--fat), 3vw);
    line-height: max(var(--fatleading), 3vw);
    text-align: center;
    font-weight: max(500, 400);
    letter-spacing: max(0px, -0.7px);
    color: var(--black)
}
div#introText  .columns {
    max-width: 1280px;
    margin: 0 auto;
}
#table {
    padding: 50px calc((100% - 1280px) / 2);
    background-color: #EEEDFE;
}

small{
    font-size: var(--small);
    line-height: var(--small);
}
#postData {
    height: 114px;
}

body main{
    padding-top: 135px !important;
}



main #table>* {
    flex: 0 0 33.33% !important;
    padding: 15px 10px 0px;
    margin: 0 0px 0px;
    /* border-top: 1px solid var(--middlegrey); */
}

.selected-offer-corpus,
main #table .priceDescript {
    cursor: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.selected-offer-corpus{
    min-height: 200px;
}

.priceDescript {
    text-align: left;
    font-size: var(--fat);
    line-height: var(--fatleading);
}

.selected-offer-condition,
.priceDescript .condition {
    font-size: var(--small);
    line-height: 20px;
    text-indent: -1.4em;
    padding-left: 1.4em;
    padding-top: 1em;
}
.selected-offer-description ul,
.priceDescript ul {
    margin-top: 0.5em;
    font-size: var(--bodyText);
    line-height: var(--bodyLeading);
}

.selected-offer-description ul li,
.priceDescript ul li {
    list-style-type: none;
    position: relative;
    padding-left: 1.2em;
}

.selected-offer-description ul li::before,
.priceDescript ul li::before {
    content: '•';
    position: absolute;
    left: 0.4em;
}

.selected-offer-label h4, 
.price-card h4 {
    background-color: #fff;
    font-size: var(--fat);
    padding: 10px 10px var(--fatleading);
    border-top: 1px solid var(--black);
}

.priceDescript em {
    padding: 2px 10px 5px !important;
}

.selected-offer-corpus p a,
.priceDescript p a {
    text-decoration-skip-ink: none;
    text-underline-offset: -0.5em;
    text-decoration: underline;
    text-decoration-thickness: 0.8em;
    text-decoration-color: #B8B7FD;
}

.price-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#table .price-card:hover {
    background-color: inherit;
}

.priceDescript {
    flex: 1 0 auto;
}

.selected-offer-description-title em,
.priceDescript em {
    font-size: var(--fat);
    font-style: normal !important;
    display: block;
    background-color: #B8B7FD;
    padding: 2px 10px 5px !important;
}

.aboNowBtn {
    background-color: #B8B7FD;
    border: 0;
    text-align: center;
    font-size: var(--fat);
    padding: 0.5em 10px;
    margin: 30px 0 0;
    appearance: none;
    font-family: "recital";
}

.modal-actions .aboNowBtn{
    width: calc(100% + 20px);
    margin: 20px -10px 0px;
}
.modal-actions .aboNowBtn + .aboNowBtn{
    margin-top: 0px;
}

.stepmssg{
    font-size: var(--fat);
    font-weight: 400;
    margin-bottom: 50px;
}

.modal-open{
    overflow: hidden;
}

#navbar .siteTitle{
    font-size: var(--big);
    letter-spacing: -1.5px;
}

#modal_logo {
    position: absolute;
    z-index: 1;
    font-weight: 600;
    font-size: var(--big);
    letter-spacing: -1.5px;
    top: 0;
    text-align: center;
    width: 100%;
    padding: 35px 0 25px;
    background-color: #fff;
    left: 0;
}

#speciallink,
#faqs {
    max-width: 100%;
    padding: 60px calc((100% - 1280px) /2) !important;
    background-color: #EEEDFE;
}

#faqs {
    background-color: #fff;
}

#faqs>div {
    padding: 0 10px;
}

summary {
    outline: none;
    list-style: none;
}

summary::-webkit-details-marker {
    /* Hides marker on Safari */
    display: none;
}

#speciallink {
    width: 100%;
    text-align: center;
    font-size: var(--bodyText);
    font-weight: 500;
    letter-spacing: -0.3px;
}



#speciallink a {
    display: block;
    line-height: 3;
    font-size: var(--fat) !important;
    line-height: var(--fatleading) !important;
    padding: 0.5em 10px !important;
}

.cta:hover,
#table .cta:hover,
#speciallink .cta:hover {
    color: var(--black) !important
}



#subscriptionModal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    overflow-y: scroll;
    
}

#subscriptionModal[hidden] {
    display: none;
}

#subscriptionModal h3 {
    text-decoration: underline;
    text-underline-offset: 10px;
    font-weight: 500;
    font-size: var(--fat);
    text-decoration-thickness: 1px;
    margin-bottom: 2em;
}

.modal-backdrop {
    position: fixed;
    inset: 0;
    background: #EEEDFE;
}

.dropdown h3 {
    margin: 2em 0 2em !important;
    font-size: var(--fat);
    text-underline-offset: 9px;
    text-decoration: underline;
    text-decoration-skip: none;
}

.modal-panel {
    position: relative;
    z-index: 1;
    width: min(427px, calc(100vw - 30px));
    margin: 0 auto;
    padding: 0px 0 30px;
    top: 200px;
}

.modal-close {
    appearance: none;
    border: 0;
    background: transparent;
    font: inherit;
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.modal-actions {
    display: flex;
    gap: 0px;
    /* flex-direction: column; */

}

.modal-actions .cta.secondary {
    background: #eee;
    color: #000 !important;
    font-family: recital;
    font-size: var(--fat);
    display: block;
    border: 0px;
    padding: 0.5em 10px
}

#accountStepForm,
#loginStepForm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    background-color: #fff;
    padding: 10px 10px 0;
    min-height: 500px;
    border-top: 1px solid var(--black);
}

#accountStepForm label,
#loginStepForm  label{
    display: none;
    margin-bottom: 4px;
}

#agbcheckdiv label {
    display: flex;
    width: 100%;
    column-gap: 10px;
}

#agbcheckdiv label > * {
    flex: 1 1 auto;
    width: auto !important;
}

#accountStepForm input,
#loginStepForm input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px 0 2px;
    font-size: inherit;
    border-width: 0 0 1px 0;
    font-family: recital;
    margin: 0 0 20px;
}

#agbcheck[type="checkbox"] {
    appearance: none;
    border: 1px solid #000;
    display: block;
    width: 32px !important;
    height: 29px;
    padding: 0px;
    margin: 0px;
}
#agbcheck[type="checkbox"]:checked {
    background-image: url(/assets/img/close.svg);
    background-size: calc(100% - 4px);
    background-position: 50%;
    background-repeat: no-repeat;
}

.footernotes {
    width: 100%;
    display: block;
    margin: 0.5em 0px 0;
    line-height: 1.3;
    padding: 0 10px;
}

#accountStepError {
    color: #b00020;
}

#loginStepError {
    color: #b00020;
}

.switch-auth-mode {
    display: block;
    margin-top: 16px;
}

.switch-auth-mode a {
    text-decoration: underline;
}

@media screen and (max-width:750px) {
    #table {
        flex-direction: column;
    }

    #table .price-card {
        margin-bottom: 100px;
    }

    #speciallink {
        background-color: transparent !important;
    }

    summary {
        padding-right: 20px;
    }

    summary::after {
        top: calc(17% - 3px);
    }

    #modal_logo {
        font-weight: 600;
        font-size: var(--fat);
        letter-spacing: 0px;
        padding: 20px 0 15px;
        
    }

    .modal-actions .aboNowBtn {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .modal-panel {
        top: 80px;
    }

    .stepmssg {
        margin-bottom: 00px;
    }

    #accountStepForm, #loginStepForm {
    justify-content:flex-start;
    min-height: auto;
    row-gap: 20px;
}
}