/* global */

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

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

.uppercase {
    text-transform: uppercase !important;
}

.mobile-min-w-146 {
    min-width: 146px;
}

.mobile-min-w-192 {
    min-width: 192px;
}

.max-w-687 {
    max-width: 687px;
}

.max-w-280 {
    max-width: 280px;
}

.max-w-364 {
    max-width: 364px;
}

.max-w-120 {
    max-width: 120px;
}

.max-w-75 {
    max-width: 75px;
}

.min-w-207 {
    min-width: 207px;
}

.min-w-470 {
    min-width: 470px;
}

.min-h-117 {
    min-height: 117px;
}

.border-bottom-grey {
    border-bottom: 1px solid #D9D9D9;
}

.lh-24 {
    line-height: 24px;
}

.font-bold {
    font-weight: 800 !important;
}

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

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

/* Common Side Effects - STARTS */

#cll-possible-side-effects .mcl-title-sub p {
    width: 100%;
}

.header-container {
    height: 32px;
    gap: 4px;
}

.header-left {
    background-color: var(--mcl-darkteal);
    border-radius: 5px 5px 0 0;
}

.header-right {
    background-color: var(--cll-redorange);
    border-radius: 5px 5px 0 0;
}

#cll-possible-side-effects .header-left {
    background-color: #FEC221;
}

#cll-possible-side-effects .header-left span {
    color: #535554;
}

.header-left span, .header-right span {
    font-family: Lato;
    font-weight: 800;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.common-side-effect p {
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 16px !important;
    padding-top: 5px !important;
}

.common-side-effect img {
    max-width: 55px;
}

.common-side-effect ul {
    margin-bottom: 0 !important;
}

.common-side-effect ul.isi-bullet-list li {
    margin-left: 14px;
    margin-bottom: 0 !important;
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #535554;
}

.common-side-effect ul.isi-bullet-list li::before {
    left: -14px;
    content: '\2022';
    padding-top: 0;
    margin-right: 0;
    width: auto;
}

/* Common Side Effects - ENDS */


/* Serious Side Effects - STARTS */

.serious-side-effect {
    background-color: #F6F6F6;
}

.sse_hr {
    border-top: 1.5px solid #FFFFFF;
    margin: 10px 0;
}

.serious-side-effect p {
    font-size: 14px !important;
    line-height: 18px !important;
    /*margin-bottom: 0 !important;*/
}

.orange-bold-text {
    color: var(--common-primary);
    font-weight: 900;
}

.darkorange-bold-text {
    color: var(--cll-darkorange);
    font-weight: 900;
}

.serious-side-effect ul {
    margin-bottom: 0 !important;
}

.serious-side-effect ul.isi-bullet-list li {
    margin-left: 18px;
    margin-bottom: 0 !important;
    display: block;
    font-size: 14px;
    line-height: 18px;
}

.serious-side-effect ul.isi-bullet-list li::before {
    left: -14px;
    content: '\2022';
    padding-top: 0;
    margin-right: 0;
    width: auto;
}

/* Serious Side Effects - ENDS */


/* Low Rates - STARTS */

.low-rates p {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

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

/* Low Rates - ENDS */

/* Desktop CSS - STARTS */

@media screen and (min-width: 992px) {
    .mobile-only {
        display: none !important;
    }
    .desktop-only {
        display: block;
    }
    .header-container {
        gap: 10px;
    }

    .desktop-min-w-207 {
        min-width: 207px;
    }

    .desktop-min-w-470 {
        min-width: 470px;
    }
    
    #cll-possible-side-effects .hearts-container {
        gap: 100px !important;
        padding-right: 54px !important;
    }
}

/* Desktop CSS - ENDS */


/* Mobile CSS - STARTS */

@media screen and (max-width: 991px) {
    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none !important;
    }
    .mobile_border-none {
        border: none;
    }
}

/* Mobile CSS - ENDS */


/*new css added*/
#cll-possible-side-effects .new-conetent-added {
    text-align: center;
    position: relative;
    background-color: #CC3D00;
    margin-top: 15px;
    align-items: center;
}

#cll-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;
}


#cll-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;
}

#cll-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;
}

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

#cll-possible-side-effects .wrapper.bottom-class.low-rates {
    padding: 20px 20px 25px 20px;
}


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

    .wrapper.bottom-class.low-rates {
        padding: 40px 0 30px 0;
    }

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

    }

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

}

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

}

/*new css added*/


/* Compatibility issues - 26/09/2025 */

@media (min-width: 992px) {
    #cll-possible-side-effects .wrapper.bottom-class.low-rates {
        padding: 40px 20px 20px 20px;
    }
}

@media (min-width: 430px) and (max-width: 991px) {
    #mcl-possible-side-effects .common-side-effect > div {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    
    #mcl-possible-side-effects .common-side-effect > .header-container {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width: 991px) {
    #cll-possible-side-effects .serious-side-effect, #cll-possible-side-effects .new-conetent-added-wrapper {
        max-width: 992px;
    }
}

@media (max-width: 389px) {
    .mobile-min-w-192, .mobile-min-w-146 {
        min-width: 50%;
    }
}
