/*
* CALL CONFIRMATION
*/
.call-confirm {
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
    line-height: var( --e-global-typography-text-line-height );
}

.call-confirm h2 {
    color: #0ab89b;
    font-family: var( --e-global-typography-00eff08-font-family ), Sans-serif;
    font-size: var( --e-global-typography-00eff08-font-size );
    font-weight: var( --e-global-typography-00eff08-font-weight );
    line-height: var( --e-global-typography-00eff08-line-height );
    letter-spacing: var( --e-global-typography-00eff08-letter-spacing );
    text-transform: uppercase;
}

.call-confirm h1 {
    color: #000000 !important;
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif !important;
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: var( --e-global-typography-secondary-font-weight ) !important;
    line-height: var( --e-global-typography-secondary-line-height );
}

.call-confirm h1 span {
    display: inline-block;
    border-bottom: 4px solid #0ab89b;
}

.call-confirm p {
    margin-bottom: 1em;
}

.call-confirm ul {
    list-style: none;
    margin-left: 0;
}

.call-confirm ul li {
    margin-bottom: 0.5em;
}

.call-confirm ul li:last-of-type {
    margin-bottom: 0;
}

.call-confirm ul li i {
    color: #0ab89b;
    margin-right: 0.5em;
}
