/* RR/MCL STUDY DESIGN - CSS */
/* /content/dam/intelligentcontent/brands/calquencehcp/us/en/css/rr-study-design.css */
/* ID: rr-study-design */

/* Table */
#rr-study-design .echo-table tbody>tr>th {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    height: 72px;
}

#rr-study-design .echo-table tbody>tr>td:nth-child(2) {
    background-color: #9395980D !important;
}

/* Cards */

.key-cards--container{
    padding-bottom: 34px;
    width: 100%;
}

.key-card {
    flex: 0.5;
}

.card-header {
    height: 52px;
    border-radius: 13px 13px 0 0;
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%, 0 10px);
}

.card-header p {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}

.orange-card .card-header {
    background-color: #DC4405;
}

.grey-card .card-header {
    background-color: #939598;
    border-left: 1px solid #FFFFFF;
}

.card-content {
    padding: 15px 19px 15px 23px;
    height: calc(100% - 52px);
}

.card-content .orange-bullet--list li {
    font-size: 16px;
}

.card-content .orange-bullet--list li::before {
    font-size: 16px;
}

.card-content .orange-bullet--list li ul li {
    padding-left: 22px;
    text-indent: -7px;
}

.orange-bullet--list li ul li::before {
    content: '—';
}

.card-content .orange-bullet--list li ul li::before {
    left: -7px;
}

.grey-card .card-content .orange-bullet--list li ul li::before {
    color: #535554;
}

.orange-card .card-content {
    background-color: #F15D221A;
}

.grey-card .card-content {
    background-color: #9395981A;
    border-left: 1px solid #00000033;
}

.elevate-tn-callout {
    gap: 40px;
}

.elevate-tn-callout ul li {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #535554;
    padding-left: 24px;
    text-indent: -7px;
}

.elevate-tn-callout ul li::before {
    display: inline-block;
    content: '\2022';
    position: relative;
    left: -12px;
    color: #535554;
    font-size: 24px;
}


#rr-study-design #footnotes-references {
    padding-top: 30px;
}

#rr-study-design #references {
    /*padding-bottom: 0;*/
}

#cll-dosage-modifications .orange-card .card-header {
    border-left: 1px solid #FFFFFF;
}



@media (max-width: 991px) {
    .elevate-tn-callout img {
        max-width: 50px;
    }

    #rr-study-design .echo-table table>tbody>tr>td {
        line-height: 20px !important;
    }

    #rr-study-design .echo-table tbody>tr>th {
        font-size: 13px;
        line-height: 20px;
        height: 27px;
        width: 50%;
    }

    .card-header {
        height: 19px;
        border-radius: 0;
        clip-path: polygon(5px 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 0 100%, 0 5px);
    }

    .card-header p {
        font-size: 13px;
                line-height: normal;
    }

    .card-content {
        padding: 9px 8px;
        height: calc(100% - 44px);
    }

    .card-content .orange-bullet--list li {
        padding-left: 12px;
    }

    .card-content .orange-bullet--list li::before {
        left: -6px;
    }

    .nccn-preferred--container > .key-cards--container:last-child .card-header {
        height: 40px;
        text-align: center;
        padding: 0 8px;
    }

    .nccn-preferred--container > .key-cards--container:last-child .card-content {
        height: calc(100% - 40px);
    }
    
    #rr-study-design .echo-table table>tbody>tr>td:first-child, #rr-study-design .echo-table table>tbody>tr:nth-child(2)>th:first-child {
        padding-left: 0;
    }
    
    .nccn-preferred--container > .key-cards--container:first-child .card-header{
            height: 44px;
            text-align: center;
            padding: 0 8px;
    }
    .nccn-preferred--container > .key-cards--container:first-child .card-header.extra-code{
            height: 44px;
    }
    #rr-study-design #references {
    padding-bottom: 16px;
}
}



/**/
