﻿/**********************************
SPECIFIC STYLES FOR Drug reviews side bar
***********************************/
.drug-review-side-bar-top-box-list-of-advantages {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    margin-left: 15px;
}

    .drug-review-side-bar-top-box-list-of-advantages > li {
        color: var(--gray-800, #1D2939); /* body/large */
        font-family: var(--font-asap);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        align-self: stretch;
        list-style-type: disc;
        list-style-position: inside;
    }


@media (max-width: 576px) {
    .drug-review-content {
        margin-left: 0px;
    }
}

@media (min-width: 576px) {
    .drug-review-content {
        margin-left: 120px;
    }
}

.drug-review-side-bar-wrapper {
    align-items: center;
    gap: 32px;
    border-left: 1px solid var(--gray-200, #EAECF0);
    background: var(--gray-50);
    padding-left: 32px;
}

@media (max-width: 992px) {
    .drug-review-side-bar-wrapper {
        margin: 30px 0;
        border-left: 0 !important;
        padding-left: 0;
    }
}

.drug-review-side-bar-top-box {
    width: 100%;
}

.drug-review-side-bar-bottom-box {
    width: 246px;
    height: 378px;
    padding: 16px;
    justify-content: center;
    border: 1px solid var(--gray-200);
    background: #FFF;
    margin-bottom:8px;
}

.drug-review-side-bar-top-box-title {
    color: var(--secondary-orange); /* headline/large */
    font-family: var(--font-asap);
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
}

.drug-review-side-bar-top-box-description {
    overflow: hidden;
    color: var(--gray-700, #344054);
    text-overflow: ellipsis;
    font-family: var(--font-asap);
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 16px; /* 114.286% */
}

.drug-review-side-bar-top-box-image {
    width:100%;
    align-items: center;
    flex-shrink: 0;
    border-top: 2px solid var(--primary-blue);
    background: linear-gradient(180deg, rgba(0, 73, 135, 0.00) 0%, #004987 100%);
}

.drug-review-side-bar-top-box-button {
    height: 40px;
    padding: 12px 16px;
    justify-content: center;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 8px;
    background: var(--secondary-orange);
}

    .drug-review-side-bar-top-box-button h6 {
        color: var(--base-white, #FFF);
        text-align: center;
        font-family: var(--font-asap);
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
    }

    .drug-review-side-bar-top-box-button span {
        color: var(--base-white, #FFF);
        text-align: center;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 16px;
        height: 16px;
        justify-content: center;
        gap: 8px;
    }

.drug-review-side-bar-bottom-box img {
    flex: 1 0 0;
    align-self: stretch;
}

.drug-review-side-bar-bottom-box-button {
    height: 40px;
    width:100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid var(--primary-blue, #004987);
    gap: 8px;
    background: var(--gray-50, #F9FAFB);
}

    .drug-review-side-bar-bottom-box-button h6 {
        color: var(--primary-blue, #004987);
        text-align: center;
        font-family: var(--font-asap);
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
    }
.drug-review-side-bar-bottom-box-date {
    color: var(--gray-800, #1D2939);
    /* Headline/Medium */
    font-family: var(--font-asap);
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}
.drug-review-side-bar-bottom-box-number-review {
    display: flex;
    height: 32px;
    padding: 4px 8px;
    align-items: center;
    gap: 8px;
    background: #E9F3FE;
    color: var(--primary-blue, #004987);
    /* Body/Small */
    font-family: var(--font-asap);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.drug-review-side-bar-bottom-box:hover {
    background: var(--gray-50);
    border: 1px solid var(--primary-blue);
}
.drug-review-side-bar-bottom-box-button:hover {
    background: var(--gray-300);
}