/* 'templates/gynae-cancer-template.php',
		'templates/melanoma-template.php',
		'templates/urological-cancers-template.php',
		'templates/leave-a-legacy-template.php',
		'templates/mission-statement-template.php' */

/* Gynaecological Cancer, Melanoma, Urological Cancers PAGES CSS HERE  */
.page-id-105 .page-title-info {
    max-width: 510px;
}

.page-id-101 .page-title-info {
    max-width: 620px;
}

.reference-link {
    word-break: break-word;
    text-align: left;
}

.main-mission-statement .mw-720px {
    max-width: 800px;
}

.box-padding-shadow {
    padding: clamp(30px, 3.5vw, 40px) clamp(25px, 3.5vw, 30px);
    box-shadow: 0px 0px 7px #0000001A;
}

.refer-link {
    padding: 24px;
    border-radius: 8px;
    font-weight: 400;
}

.research-content-wrapper blockquote {
    padding: 18px;
    border-left: 4px solid;
    text-align: left;
}

.primary-box .research-content-wrapper blockquote {
    border-color: var(--primary);
    background-color: var(--primary-light);
}

.secondary-box .research-content-wrapper blockquote {
    border-color: var(--secondary);
    background-color: var(--secondary-light);
    color: #3E093A;
}

/* LUNG PAGE  */
img.lung-img-1 {
    aspect-ratio: 605 / 403;
}

img.lung-img-2 {
    aspect-ratio: 605 / 490;
}

img.lung-img-1,
img.lung-img-2 {
    object-fit: cover;
    display: block;
}

@media (max-width: 991.98px) {
    img.lung-img-2 {
        aspect-ratio: 605 / 403;
    }
}

/* LEave Legacy css */
.secondary-list {
    list-style: disc;
    list-style-position: outside;
    margin-left: 19px;
}

.secondary-list li::marker {
    color: var(--secondary);
}

.secondary-list li:not(:last-child) {
    margin-bottom: 6px;
}

/* Legacy Page Css Start Here */
.ul-secondary ul {
    list-style: disc;
    list-style-position: outside;
    margin-left: 19px;
}

.ul-secondary ul li {
    margin-bottom: 8px;
    line-height: 1.4;
}

.ul-secondary ul li::marker {
    color: #8A2A82;
    font-size: 18px;
    margin-right: 5px;
    line-height: initial;
}

.legacy-join .shadow-padd-3040 {
    padding: clamp(25px, 3.5vw, 45px) clamp(25px, 3.5vw, 30px);
    border-radius: 20px;
    box-shadow: 0px 0px 7px #0000001A;
}

.legacyicon-col {
    width: 111px;
    height: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.legacy-join .text-col {
    padding-left: 50px;
    width: calc(100% - 111px);
}

.legacy-head {
    max-width: 910px;
}

.p-40-clamp {
    padding: clamp(25px, 3.5vw, 40px);
}

.legacy-left-content img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    border: 9px solid var(--secondary);
}

.gtd-content-wrapper a:not(.btn) {
    color: var(--primary);
    text-decoration: underline;
}

@media (min-width: 768px) {
    .legacy-left-content {
        width: 199px;
    }

    .legacy-right-content {
        width: calc(100% - 209px);
        padding-left: 30px;
    }

    .mw-516 {
        max-width: 516px;
    }
}

@media (max-width: 991.98px) {
    .legacy-profile-info {
        flex-direction: column;
    }

    .legacy-right-content {
        width: 100%;
        padding-left: 0;
    }

    .gtd-content-wrapper ul li {
        text-align: left;
    }
}

@media (max-width:767.98px) {
    .legacy-join .icon-text-col {
        flex-direction: column;
    }

    .legacy-join .text-col {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .legacyicon-col {
        margin: 0 auto 20px;
    }

    .no_br_mobile br {
        display: none;
    }
}

/* LEGACY CSS END HERE */


/* MISSION STATEMENT PAGE CSS  */
.primary-list-outer ul,
.secondary-list-outer ul {
    list-style: disc;
    list-style-position: outside;
    margin-left: 19px;
    text-align: left;
}

.primary-list-outer ul li::marker {
    color: var(--primary);
}

.secondary-list-outer ul li::marker {
    color: var(--secondary);
}

.primary-list-outer ul li:not(:last-child),
.secondary-list-outer ul li:not(:last-child) {
    margin-bottom: clamp(10px, 4vw, 22px);
}

main.main-mission-statement-template .page-title-info {
    max-width: 800px;
}

/*Urological Cancers*/
/* .kidney-trial-cancer-sec .kidney-trial-cancer-content p {
    color: #042F31;
} */

.kidney-trial-cancer-sec .col-inner p a:hover {
    color: var(--secondary) !important;
    text-decoration: underline;
}

.kidney-trial-cancer-sec .text-lg-right a {
    font-weight: 500;
}