/* global */

.pr-6px {
    padding-right: 6px;
}

#mcl-possible-side-effects sup {
    font-size: 70%;
    top: 2px;
}

#mcl-possible-side-effects .desktop-only {
    height: auto;
    width: auto;
}

/*#mcl-possible-side-effects .wrapper {*/
/*    padding: 0 22px 0 26px;*/
/*}*/

#mcl-possible-side-effects .header-right {
    background-color: var(--common-primary);
}

/*#mcl-possible-side-effects .cmp-text p {*/
/*    font-size: 14px !important;*/
/*    line-height: 18px !important;*/
/*}*/

#mcl-possible-side-effects .cmp-text {
    margin-bottom: 0 !important;
}

#mcl-possible-side-effects .low-rates .footnotes p {
    font-size: 10px !important;
    line-height: 12px !important;
    text-indent: -4px;
    margin-left: 4px;
}

#mcl-possible-side-effects .serious-side-effect {
    /*margin-bottom: 30px;*/
}

#mcl-possible-side-effects .serious-side-effect ul.isi-bullet-list li {
    color: #535554;
}

#mcl-possible-side-effects .serious-side-effect ul.isi-bullet-list li::before {
    color: var(--mcl-darkteal);
}

#mcl-possible-side-effects .common-side-effect sup {
    top: 2px;
    font-size: 60%;
}


@media screen and (max-width: 991px) {
    #mcl-possible-side-effects .sse_hr {
        margin: 20px 0 16px;
    }
    
    #mcl-possible-side-effects .serious-side-effect {
        margin-bottom: 0px;
    }
}

/*new css added*/
#mcl-possible-side-effects .new-conetent-added {
    text-align: center;
    position: relative;
    background-color: #337079;
    margin-bottom: 12px;
    align-items: center;
}

#mcl-possible-side-effects .new-conetent-added-p {
    color: #fff;
    padding-top: 20px;
    font-size: 14px;
    font-weight: 900;
    line-height: 16px;
    width: 75%;
    margin: 0 auto;
}


#mcl-possible-side-effects .new-conetent-added-wrapper button {
    font-size: 14px;
    /*min-width: 267px;*/
    padding: 6px 19px;
    background: transparent;
    color: white;
    font-weight: 900;
    border-radius: 30px;
    height: 34px;
    border: 2px solid #fff;
    font-family: var(--font-lato);
    margin: 14px auto 23px auto;
}

#mcl-possible-side-effects .new-conetent-added-wrapper button a {
    font-size: 14px;
    color: white;
    font-weight: 900;
    font-family: var(--font-lato);
    text-decoration: none;
}

#mcl-possible-side-effects .new-conetent-added-wrapper {
    padding: 0px 0px 20px 0px;
}


@media screen and (min-width: 992px) {
    #mcl-possible-side-effects .new-conetent-added {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #mcl-possible-side-effects .new-conetent-added-p {
        padding-top: 11px;

    }

    #mcl-possible-side-effects .new-conetent-added-wrapper button {
        margin: 10px auto 11px auto;
    }

}

@media screen and (max-width: 991px) {
    #mcl-possible-side-effects .new-conetent-added-wrapper {
        padding: 0px;
    }

}

/*new css added*/
.mcl-title-sub.disclaimer-last p{
    width: 100%
}

#mcl-possible-side-effects .serious-side-effect p > a, #mcl-possible-side-effects .serious-side-effect p > a:hover {
    color: inherit !important;
    text-decoration: none !important;
}
