.medicalc{
    max-width:980px!important;
    margin:60px auto;
    padding:20px;
    font-family:Inter,Segoe UI,Arial,sans-serif;
}

.medicalc .mc-card{
    background:#fff;
    border-radius:18px;
    box-shadow:0 15px 35px rgba(15,35,67,.12);
    padding:40px;
    margin-bottom:30px;
    border:1px solid #e6edf5;
}

.medicalc .mc-card-header{
    display:flex!important;
    justify-content:space-between!important;
    align-items:flex-start!important;
    gap:24px!important;
    margin-bottom:28px!important;
}

.medicalc .mc-card-logo{
    width:140px!important;
    max-width:140px!important;
    height:auto!important;
    display:block!important;
    object-fit:contain!important;
    flex-shrink:0!important;
}

.medicalc .mc-card-title{
    font-size:28px;
    font-weight:700;
    color:#0F2343;
}

.medicalc .mc-card-meta{
    font-size:13px;
    color:#7b8794;
    margin-top:4px;
}

.medicalc .mc-subtitle{
    color:#40516b;
    font-size:17px;
    line-height:1.6;
    margin-bottom:28px;
}

.medicalc .mc-form-grid{
    display:grid;
    grid-template-columns:repeat(12,1fr);
    gap:24px;
}

.medicalc .mc-field-col{
    grid-column:span 12;
}

.medicalc .mc-field-half{
    grid-column:span 6;
}

.medicalc .mc-field-third{
    grid-column:span 4;
}

.medicalc .mc-field-quarter{
    grid-column:span 3;
}

.medicalc .mc-field{
    margin-bottom:24px;
}

.medicalc .mc-field label{
    display:block;
    font-weight:600;
    margin-bottom:8px;
    color:#0F2343;
}

.medicalc .mc-field input,
.medicalc .mc-field select{
    width:100%;
    padding:14px;
    border:1px solid #D7DEE8;
    border-radius:12px;
    font-size:16px;
    color:#0F2343;
    background:#fff;
}

.medicalc .mc-field select{
    padding-right:44px;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    background-image:
        linear-gradient(45deg,transparent 50%,#40516b 50%),
        linear-gradient(135deg,#40516b 50%,transparent 50%);
    background-position:
        calc(100% - 22px) 50%,
        calc(100% - 16px) 50%;
    background-size:6px 6px,6px 6px;
    background-repeat:no-repeat;
}

.medicalc .mc-field input:focus,
.medicalc .mc-field select:focus{
    outline:none;
    border-color:#11B6A4;
    box-shadow:0 0 0 3px rgba(17,182,164,.14);
}

.medicalc .mc-field-help{
    margin-top:8px;
    font-size:13px;
    color:#6b7688;
    line-height:1.5;
}

.medicalc .mc-button{
    background:#11B6A4;
    color:#fff;
    border:0;
    padding:16px 30px;
    border-radius:12px;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
}

.medicalc .mc-result-card{
    text-align:center;
}

.medicalc .mc-result-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:24px;
    margin-bottom:24px;
}

.medicalc .mc-result-logo{
    max-width:140px;
    height:auto;
    display:block;
    object-fit:contain;
}

.medicalc .mc-result-generated{
    margin-top:6px;
    font-size:13px;
    color:#6b7688;
}

.medicalc .mc-result-label{
    text-transform:uppercase;
    letter-spacing:.08em;
    font-size:13px;
    font-weight:700;
    color:#11B6A4;
}

.medicalc .mc-result{
    font-size:64px;
    font-weight:700;
    color:#0F2343;
    margin:20px 0;
}

.medicalc .mc-category{
    font-size:22px;
    color:#1FAE66;
    font-weight:600;
}

.medicalc .mc-interpretation{
    font-size:17px;
    line-height:1.6;
    color:#40516b;
    margin-top:16px;
}

.medicalc .mc-disclaimer{
    margin-top:24px;
    padding:16px;
    border-radius:12px;
    background:#f6f8fb;
    color:#5b6678;
    font-size:14px;
}

.medicalc .mc-range{
    position:relative;
    height:16px;
    background:linear-gradient(
        90deg,
        #00B8A9 0%,
        #19C463 25%,
        #D7D629 50%,
        #FF9F1C 75%,
        #F23838 100%
    );
    border:2px solid #ffffff;
    border-radius:999px;
    overflow:visible;
    margin:28px 0 12px;
    box-shadow:0 4px 14px rgba(15,35,67,.18);
}

.medicalc .mc-range-fill{
    height:100%;
    border-radius:999px;
    background:rgba(255,255,255,.10);
}


.medicalc .mc-range-marker{
    position:absolute;
    top:50%;
    width:24px;
    height:24px;
    transform:translate(-50%,-50%);
    border:4px solid #ffffff;
    border-radius:50%;
    background:#0F2343;
    box-shadow:
        0 0 0 2px rgba(15,35,67,.12),
        0 4px 12px rgba(15,35,67,.34);
    z-index:3;
}

.medicalc .mc-range-marker::after{
    content:"";
    position:absolute;
    left:50%;
    top:-12px;
    width:0;
    height:0;
    transform:translateX(-50%);
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:7px solid #0F2343;
}

.medicalc .mc-range-labels{
    display:flex;
    justify-content:space-between;
    font-size:12px;
    color:#6b7688;
    margin-bottom:20px;
}

.medicalc .mc-segmented-control{
    display:flex;
    border:1px solid #d7dee8;
    border-radius:14px;
    overflow:hidden;
    background:#f6f8fb;
    max-width:360px;
}

.medicalc .mc-segment{
    flex:1;
    margin:0;
    cursor:pointer;
}

.medicalc .mc-segment input{
    position:absolute;
    opacity:0;
    pointer-events:none;
}

.medicalc .mc-segment span{
    display:block;
    text-align:center;
    padding:14px 22px;
    font-weight:600;
    color:#40516b;
    transition:.2s ease;
}

.medicalc .mc-segment input:checked + span{
    background:#11B6A4;
    color:#fff;
    box-shadow:0 8px 20px rgba(17,182,164,.25);
}

.medicalc .mc-checkbox-group{
    display:grid;
    gap:12px;
}

.medicalc .mc-checkbox{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 16px;
    border:1px solid #D7DEE8;
    border-radius:12px;
    background:#fff;
    cursor:pointer;
    transition:.2s ease;
}

.medicalc .mc-checkbox input{
    width:18px;
    height:18px;
    accent-color:#11B6A4;
}

.medicalc .mc-checkbox span{
    font-weight:600;
    color:#0F2343;
}

.medicalc .mc-checkbox:hover{
    border-color:#11B6A4;
    box-shadow:0 8px 20px rgba(15,35,67,.08);
}

.medicalc .mc-checkbox small{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-left:8px;
    padding:2px 7px;
    border-radius:999px;
    background:#eef8f7;
    color:#0F8F82;
    font-size:12px;
    font-weight:700;
}

.medicalc .mc-errors{
    background:#fff3f3;
    border:1px solid #f2b8b8;
    border-radius:14px;
    padding:18px 20px;
    margin-bottom:24px;
    color:#8a1f1f;
}

.medicalc .mc-errors strong{
    display:block;
    margin-bottom:8px;
}

.medicalc .mc-errors ul{
    margin:0;
    padding-left:20px;
}

/* ==================================================
   CLINICAL DISCLAIMER
================================================== */

.medicalc-clinical-notice {
    margin-top: 22px;
    padding: 16px 18px;
    border-left: 4px solid #1473b9;
    background: #f8fbfe;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.55;
}

.medicalc-clinical-notice strong {
    display: block;
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 15px;
}

.medicalc-clinical-notice p {
    margin: 0;
    color: #475569;
}

.medicalc-clinical-notice__link {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    color: #1473b9;
    text-decoration: none;
}

.medicalc-clinical-notice__link:hover {
    text-decoration: underline;
}

/* ==================================================
   CALCULATOR ACTIONS
================================================== */

/*
 * Desktop:
 * Calculate and Clear sit side by side.
 * Favourite sits on the row below.
 *
 * Mobile:
 * Calculate, Clear and Favourite stack vertically.
 */
.mc-calculator-actions{
    display:flex;
    flex-direction:column;
    gap:16px;
    margin-top:24px;
}

.mc-calculator-actions__buttons{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
}

.mc-calculator-actions .mc-button{
    margin:0;
}

.mc-calculator-actions__favourite,
.mc-calculator-actions .medicalc-favourite-action{
    margin:0;
}

.mc-calculator-actions .medicalc-favourite-button{
    min-height:44px;
}

@media(max-width:767px){
    .mc-calculator-actions{
        gap:16px;
        margin-top:28px;
        width:100%;
    }

    .mc-calculator-actions__buttons{
        flex-direction:column;
        align-items:stretch;
        gap:16px;
        width:100%;
    }

    .mc-calculator-actions__buttons .mc-button,
    .mc-calculator-actions__favourite,
    .mc-calculator-actions .medicalc-favourite-action,
    .mc-calculator-actions .medicalc-favourite-button{
        width:100%;
    }

    .mc-calculator-actions .medicalc-favourite-button{
        justify-content:center;
    }
}

@media(max-width:768px){
    .medicalc{max-width:100%!important;padding:14px!important}
    .medicalc .mc-card{padding:26px}
    .medicalc .mc-card-header{flex-direction:row!important}
    .medicalc .mc-card-logo{width:105px!important;max-width:105px!important}
    .medicalc .mc-field-half,
    .medicalc .mc-field-third,
    .medicalc .mc-field-quarter{grid-column:span 12}
    .medicalc .mc-result{font-size:48px}
}

.medicalc .mc-radio-group{display:grid;gap:12px}
.medicalc .mc-radio{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid #D7DEE8;border-radius:12px;background:#fff;cursor:pointer;transition:.2s ease}
.medicalc .mc-radio input{width:18px;height:18px;accent-color:#11B6A4}
.medicalc .mc-radio span{font-weight:600;color:#0F2343}
.medicalc .mc-radio:hover{border-color:#11B6A4;box-shadow:0 8px 20px rgba(15,35,67,.08)}
.medicalc .mc-radio small{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;padding:2px 7px;border-radius:999px;background:#eef8f7;color:#0F8F82;font-size:12px;font-weight:700}

.medicalc .mc-references{margin-top:24px;padding:18px;border-radius:14px;background:#f8fbfd;border:1px solid #e6edf5;text-align:left}
.medicalc .mc-references-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#11B6A4;margin-bottom:10px}
.medicalc .mc-references ul{margin:0;padding-left:20px}
.medicalc .mc-references li{color:#40516b;font-size:14px;line-height:1.5;margin-bottom:6px}

.medicalc .mc-input-with-unit{
    display:grid;
    grid-template-columns:minmax(0, 1fr) 84px;
    gap:6px;
    width:100%;
}

.medicalc .mc-input-with-unit input,
.medicalc .mc-unit-standard input,
.medicalc .mc-unit-ftin input,
.medicalc .mc-unit-stlb input{
    border:1px solid #D7DEE8 !important;
    border-radius:12px !important;
    background:#ffffff !important;
    padding:14px !important;
    font-size:16px !important;
    color:#0F2343 !important;
    box-shadow:none !important;
}

.medicalc .mc-input-with-unit input:focus,
.medicalc .mc-unit-standard input:focus,
.medicalc .mc-unit-ftin input:focus,
.medicalc .mc-unit-stlb input:focus{
    outline:none !important;
    border-color:#11B6A4 !important;
    box-shadow:0 0 0 3px rgba(17,182,164,.14) !important;
}

.medicalc .mc-input-with-unit input{
    min-width:0;
    width:100%;
    border-radius:12px!important;
}

.medicalc .mc-input-with-unit .mc-unit-select{
    width:84px!important;
    min-width:84px!important;
    max-width:84px!important;
    padding:14px 26px 14px 10px!important;
    border-radius:12px!important;
    border:1px solid #D7DEE8;
    background-color:#f8fbfd;
    font-weight:600;
}
.medicalc .mc-unit-standard{
    min-width:0;
}

.medicalc .mc-unit-ftin,
.medicalc .mc-unit-stlb{
    min-width:0;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:6px;
}
@media(max-width:768px){
    .medicalc .mc-result-toolbar{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:10px;
    }

    .medicalc .mc-result-toolbar button{
        width:100%;
        justify-content:center;
        text-align:center;
    }
}
.medicalc .mc-unit-standard,
.medicalc .mc-unit-ftin,
.medicalc .mc-unit-stlb{
    opacity:1;
    transform:translateY(0);
    transition:
        opacity .18s ease,
        transform .18s ease;
}

.medicalc .mc-unit-group-hidden{
    opacity:0;
    transform:translateY(4px);
    pointer-events:none;
}
.medicalc .mc-field-error{
    margin-top:8px;
    font-size:13px;
    line-height:1.4;
    color:#b42318;
    font-weight:600;
}

.medicalc .mc-field:has(.mc-field-error) input,
.medicalc .mc-field:has(.mc-field-error) select{
    border-color:#d92d20!important;
}

.medicalc .mc-field:has(.mc-field-error) input:focus,
.medicalc .mc-field:has(.mc-field-error) select:focus{
    box-shadow:0 0 0 3px rgba(217,45,32,.12)!important;
}
.medicalc .mc-result-card{
    animation:mcResultEnter .28s ease-out;
}

/* ==================================================
   MEDICALC ADVERTISING
================================================== */

.medicalc-ad-placement {
    margin: 20px auto 28px;
    text-align: center;
}

.medicalc-ad-placement__label {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.medicalc-ad-slot {
    display: flex;
    justify-content: center;
    align-items: center;
}

.medicalc-ad-slot--preview {

    min-height: 90px;

    border: 2px dashed #cbd5e1;

    border-radius: 10px;

    background: #fafafa;

    padding: 24px;
}

.medicalc-ad-slot__preview-content {

    display: flex;

    flex-direction: column;

    gap: 8px;

    align-items: center;

    color: #64748b;

    font-size: 14px;
}

.medicalc-ad-slot__preview-content strong {

    color: #1473b9;

    font-size: 16px;
}

.medicalc-ad-content--house strong {
    margin-right: 6px;
}

@media (max-width:768px){

    .medicalc-ad-slot--preview{

        min-height:70px;

        padding:18px;

    }

}

@keyframes mcResultEnter{
    from{
        opacity:0;
        transform:translateY(12px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}
.medicalc .mc-field > label{
    display:flex;
    align-items:center;
    gap:8px;
    font-weight:600;
}

.medicalc .mc-tooltip{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;

    width:18px;
    height:18px;

    border-radius:50%;
    background:#11B6A4;
    color:#ffffff;

    font-size:11px;
    font-weight:700;
    line-height:1;

    cursor:help;
    user-select:none;

    transition:.18s ease;
}

.medicalc .mc-tooltip:hover{
    transform:translateY(-1px);
    box-shadow:0 6px 16px rgba(17,182,164,.35);
}
.medicalc .mc-field-label-row{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:8px;
}

.medicalc .mc-field-label-row > label{
    margin:0;
}

.medicalc .mc-popover-wrap{
    position:relative;
    display:inline-flex;
}

.medicalc .mc-info-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:18px;
    height:18px;
    padding:0;
    border:0;
    border-radius:50%;
    background:#11B6A4;
    color:#ffffff;
    font-size:11px;
    font-weight:700;
    line-height:1;
    cursor:pointer;
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        background .18s ease;
}

.medicalc .mc-info-button:hover,
.medicalc .mc-info-button:focus{
    outline:none;
    background:#0f9f90;
    transform:translateY(-1px);
    box-shadow:0 6px 16px rgba(17,182,164,.28);
}

.medicalc .mc-popover{
    position:absolute;
    left:50%;
    top:calc(100% + 10px);
    bottom:auto;
    transform:translate(-50%, -6px);
    z-index:30;
    width:260px;
    padding:16px;
    border:1px solid #dfe7ef;
    border-radius:14px;
    background:#ffffff;
    color:#0F2343;
    box-shadow:0 16px 36px rgba(15,35,67,.18);
    opacity:0;
    visibility:hidden;
    transition:
        opacity .18s ease,
        transform .18s ease,
        visibility .18s ease;
}

.medicalc .mc-popover.is-open{
    opacity:1;
    visibility:visible;
    transform:translate(-50%, 0);
}

.medicalc .mc-popover-wrap{
    position:relative;
    z-index:10000;
}

.medicalc .mc-popover{
    z-index:10001;
}

.medicalc .mc-popover-title,
.medicalc .mc-popover-body,
.medicalc .mc-popover-subtitle,
.medicalc .mc-popover-units{
    display:block;
}

.medicalc .mc-popover-title{
    margin-bottom:8px;
    font-size:15px;
    font-weight:700;
}

.medicalc .mc-popover-body{
    font-size:13px;
    line-height:1.5;
    color:#40516b;
}

.medicalc .mc-popover-subtitle{
    margin-top:12px;
    margin-bottom:7px;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.06em;
    color:#6b7688;
}

.medicalc .mc-popover-units{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
}

.medicalc .mc-popover-units > span{
    padding:4px 8px;
    border-radius:999px;
    background:#eef8f7;
    color:#0F8F82;
    font-size:12px;
    font-weight:700;
}

@media(max-width:768px){

    .medicalc .mc-popover-wrap{
        position:static;
    }

    .medicalc .mc-popover{
        position:fixed;

        top:auto;
        left:16px;
        right:16px;
        bottom:24px;

        width:auto;
        max-width:none;
        max-height:70vh;

        overflow-y:auto;
        -webkit-overflow-scrolling:touch;

        border-radius:16px;

        transform:translateY(12px);

        opacity:0;
        visibility:hidden;
        pointer-events:none;

        z-index:100001;
    }

    .medicalc .mc-popover.is-open{
        transform:translateY(0);
        opacity:1;
        visibility:visible;
        pointer-events:auto;
    }
}
.mc-learn-more-wrapper {
    margin-top: 18px;
    text-align: center;
}

.mc-learn-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Calculator / Result Card Header
--------------------------------------------------------------*/

.mc-card-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    margin-bottom:20px;
    padding-bottom:18px;
    border-bottom:1px solid #e8edf3;
}

.mc-card-header__content{
    flex:1;
    min-width:0;
}

.mc-card-title{
    font-size:30px;
    font-weight:700;
    line-height:1.2;
    color:#0f172a;
}

.mc-card-meta{
    margin-top:6px;
    color:#64748b;
    font-size:15px;
}

.mc-card-logo-wrap{
    flex:0 0 auto;
}

.mc-card-logo{
    display:block;
    width:auto;
    height:70px;
    max-width:170px;
    object-fit:contain;
}

@media (max-width:768px){

    .mc-card-header{
        flex-direction:column;
        align-items:flex-start;
    }

    .mc-card-logo{
        height:56px;
        max-width:140px;
    }

    .mc-card-title{
        font-size:26px;
    }
}

.medicalc-tool-browser__search {
    position: relative;
}

.medicalc-tool-browser__search svg,
.medicalc-tool-browser__search i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.medicalc-tool-browser__search input {
    padding-left: 42px;
}

/* =========================================================
   MEDICALC RESULT ENHANCEMENTS
   ========================================================= */

/*
 * Result value and optional unit
 */

.mc-result-value-wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin: 24px 0 12px;
}

.mc-result-value-wrap .mc-result {
    margin: 0;
}

.mc-result-unit {
    color: #52606d;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
}


/*
 * Shared result sections
 */

.mc-result-section {
    margin-top: 22px;
    padding: 18px;
    border: 1px solid #dfe5eb;
    border-radius: 12px;
    background: #ffffff;
}

.mc-result-section-title {
    margin: 0 0 8px;
    color: #152536;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
}

.mc-result-section p {
    margin: 0;
    color: #425466;
    font-size: 0.95rem;
    line-height: 1.65;
}


/*
 * Clinical interpretation
 */

.mc-result-interpretation {
    background: #f8fafc;
}

.mc-result-interpretation .mc-interpretation {
    margin: 0;
}


/*
 * Score component breakdown
 */

.mc-component-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mc-component-item {
    min-width: 0;
}

.mc-component-item-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 7px;
}

.mc-component-label {
    min-width: 0;
    color: #263746;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
}

.mc-component-value {
    flex: 0 0 auto;
    min-width: 32px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #e9f3fb;
    color: #176b9c;
    font-size: 0.82rem;
    font-weight: 700;
    text-align: center;
}

.mc-component-bar {
    width: 100%;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #e8edf2;
}

.mc-component-bar-fill {
    height: 100%;
    min-width: 4px;
    border-radius: inherit;
    background: linear-gradient(
        90deg,
        #20a4d8 0%,
        #176b9c 100%
    );
}


/*
 * Clinical pearl
 */

.mc-clinical-pearl {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border-color: #cfe7f3;
    background: #f2f9fc;
}

.mc-clinical-pearl-icon {
    display: flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #176b9c;
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
}

.mc-clinical-pearl .mc-result-section-title {
    color: #105a84;
}


/*
 * Learn More card
 */

.mc-learn-more-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: inherit;
    text-decoration: none;
    transition:
        border-color 160ms ease,
        box-shadow 160ms ease,
        transform 160ms ease;
}

.mc-learn-more-card:hover,
.mc-learn-more-card:focus {
    border-color: #7ebeda;
    box-shadow: 0 8px 24px rgba(23, 107, 156, 0.1);
    color: inherit;
    text-decoration: none;
    transform: translateY(-1px);
}

.mc-learn-more-card:focus-visible {
    outline: 3px solid rgba(32, 164, 216, 0.28);
    outline-offset: 3px;
}

.mc-learn-more-card .mc-result-section-title {
    margin-bottom: 5px;
    color: #176b9c;
}

.mc-learn-more-arrow {
    display: flex;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e9f5fa;
    color: #176b9c;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
}


/*
 * Related calculators
 */

.mc-related-tools-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.mc-related-tool {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid #cbd6df;
    border-radius: 999px;
    background: #ffffff;
    color: #176b9c;
    font-size: 0.86rem;
    font-weight: 650;
    line-height: 1.3;
    text-decoration: none;
    transition:
        background-color 150ms ease,
        border-color 150ms ease,
        color 150ms ease;
}

.mc-related-tool:hover,
.mc-related-tool:focus {
    border-color: #176b9c;
    background: #176b9c;
    color: #ffffff;
    text-decoration: none;
}

.mc-related-tool:focus-visible {
    outline: 3px solid rgba(32, 164, 216, 0.25);
    outline-offset: 2px;
}


/*
 * Result toolbar refinements
 */

.mc-result-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mc-result-toolbar .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 40px;
    white-space: nowrap;
}


/*
 * Tablet and mobile
 */

@media screen and (max-width: 782px) {

    .mc-result-section {
        margin-top: 18px;
        padding: 16px;
        border-radius: 10px;
    }

    .mc-result-value-wrap {
        margin-top: 20px;
    }

    .mc-result-toolbar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mc-result-toolbar .button {
        width: 100%;
        min-width: 0;
        margin: 0;
        padding-right: 10px;
        padding-left: 10px;
        white-space: normal;
        line-height: 1.3;
    }

    .mc-related-tools-list {
        flex-direction: column;
    }

    .mc-related-tool {
        width: 100%;
        border-radius: 8px;
    }

}


@media screen and (max-width: 480px) {

    .mc-result-value-wrap {
        flex-wrap: wrap;
        gap: 5px;
    }

    .mc-result-unit {
        width: 100%;
        text-align: center;
    }

    .mc-result-toolbar {
        grid-template-columns: 1fr;
    }

    .mc-clinical-pearl {
        gap: 11px;
    }

    .mc-clinical-pearl-icon {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }

    .mc-learn-more-card {
        align-items: flex-start;
    }

    .mc-learn-more-arrow {
        flex-basis: 32px;
        width: 32px;
        height: 32px;
    }

    .mc-component-item-header {
        gap: 8px;
    }

}


/*
 * Print report
 */

@media print {

    .mc-result-toolbar {
        display: none !important;
    }

    .mc-result-section {
        break-inside: avoid;
        box-shadow: none;
    }

    .mc-learn-more-card,
    .mc-related-tool {
        color: #000000 !important;
        text-decoration: none !important;
    }

    .mc-learn-more-arrow {
        display: none;
    }

}

/* ==========================================================
   PRINT STYLES
   ========================================================== */

@media print{
    header,
    footer,
    nav,
    aside,
    .site-header,
    .site-footer,
    .ct-header,
    .ct-footer,
    .mc-card:not(.mc-result-card),
    .mc-result-toolbar{display:none!important}

    body{background:#ffffff!important}

    .medicalc{max-width:100%!important;margin:0!important;padding:0!important}

    .medicalc .mc-result-card{border:none!important;box-shadow:none!important;margin:0!important;padding:0!important;page-break-inside:avoid}

    .medicalc .mc-result{font-size:48px!important}

    .medicalc .mc-result-logo{width:120px!important}

    .medicalc .mc-disclaimer,
    .medicalc .mc-references{background:none!important;border:1px solid #cccccc!important}
}

/* ==================================================
   MEDICALC RADIAL GAUGE
   The original .mc-range and .mc-range-fill spectrum
   above remain unchanged and continue to render.
================================================== */

.medicalc .mc-gauge{
    width:100%;
    max-width:520px;
    margin:30px auto 10px;
}

.medicalc .mc-gauge-visual{
    position:relative;
    width:100%;
    max-width:420px;
    aspect-ratio:2 / 1;
    margin:0 auto;
    overflow:visible;
    filter:drop-shadow(0 10px 18px rgba(15,35,67,.14));
}

.medicalc .mc-gauge-arc{
    position:absolute;
    left:50%;
    bottom:0;
    width:100%;
    aspect-ratio:2 / 1;
    transform:translateX(-50%);
    border-radius:420px 420px 0 0;
    background:conic-gradient(
        from 270deg at 50% 100%,
        #00B8A9 0deg 36deg,
        #19C463 36deg 72deg,
        #D7D629 72deg 108deg,
        #FF9F1C 108deg 144deg,
        #F23838 144deg 180deg,
        transparent 180deg 360deg
    );
}

.medicalc .mc-gauge-arc::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    width:70%;
    aspect-ratio:2 / 1;
    transform:translateX(-50%);
    border-radius:330px 330px 0 0;
    background:#ffffff;
}

.medicalc .mc-gauge-needle{
    position:absolute;
    left:50%;
    bottom:0;
    width:42%;
    height:6px;
    transform-origin:0 50%;
    border-radius:999px;
    background:#0F2343;
    box-shadow:0 3px 10px rgba(15,35,67,.34);
    z-index:3;
}

.medicalc .mc-gauge-needle-tip{
    position:absolute;
    right:-8px;
    top:50%;
    width:16px;
    height:16px;
    transform:translateY(-50%);
    border:4px solid #ffffff;
    border-radius:50%;
    background:#0F2343;
    box-shadow:
        0 0 0 2px rgba(15,35,67,.12),
        0 3px 10px rgba(15,35,67,.34);
}

.medicalc .mc-gauge-hub{
    position:absolute;
    left:50%;
    bottom:0;
    width:24px;
    height:24px;
    transform:translate(-50%,50%);
    border:5px solid #ffffff;
    border-radius:50%;
    background:#0F2343;
    box-shadow:0 4px 14px rgba(15,35,67,.26);
    z-index:4;
}

@media(max-width:768px){
    .medicalc .mc-gauge-visual{
        max-width:320px;
    }
}

@media print{
    .medicalc .mc-gauge{
        break-inside:avoid;
    }
}
/* ==================================================
   RESULT CARD BORDER — REVISION 6
================================================== */

.medicalc .mc-result-card{
    border:1px solid #1E73BE;
    box-shadow:
        0 1px 0 rgba(30,115,190,.06),
        0 10px 28px rgba(15,35,67,.08);
}


/* Space between Favourite control and result card */
.medicalc .mc-calculator-actions__favourite {
    padding-bottom: 20px !important;
}

.medicalc .mc-result-card {
    margin-top: 0 !important;
}

/* ==================================================
   MEDICALC RESULT CARD V2
================================================== */

.medicalc .mc-result-calculator-name{
    margin-top:5px;
    color:#0F2343;
    font-size:18px;
    font-weight:700;
    line-height:1.3;
}

.medicalc .mc-result-inputs{
    text-align:left;
}

.medicalc .mc-result-input-list{
    margin:0;
}

.medicalc .mc-result-input-item{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:16px;
    padding:9px 0;
    border-bottom:1px solid #e8edf3;
}

.medicalc .mc-result-input-item:last-child{
    border-bottom:0;
}

.medicalc .mc-result-input-item dt,
.medicalc .mc-result-input-item dd{
    margin:0;
}

.medicalc .mc-result-input-item dt{
    color:#40516b;
    font-weight:600;
}

.medicalc .mc-result-input-item dd{
    color:#0F2343;
    font-weight:700;
    text-align:right;
}

.medicalc .mc-result-toolbar{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:10px;
    margin:24px 0 4px;
}

.medicalc .mc-result-action{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:44px;
    margin:0;
    padding:11px 14px;
    border:0;
    border-radius:10px;
    background:#1E73BE;
    color:#fff;
    cursor:pointer;
    font-size:13px;
    font-weight:800;
    letter-spacing:.06em;
    line-height:1.2;
    text-align:center;
    text-transform:uppercase;
}

.medicalc .mc-result-action:hover,
.medicalc .mc-result-action:focus{
    background:#155f9e;
    color:#fff;
}

.mc-report-dialog[hidden]{
    display:none!important;
}

.mc-report-dialog{
    position:fixed;
    inset:0;
    z-index:1000000;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
}

.mc-report-dialog__backdrop{
    position:absolute;
    inset:0;
    background:rgba(15,35,67,.62);
}

.mc-report-dialog__panel{
    position:relative;
    z-index:1;
    width:min(100%,560px);
    max-height:calc(100vh - 40px);
    overflow-y:auto;
    padding:28px;
    border-radius:16px;
    background:#fff;
    box-shadow:0 24px 70px rgba(15,35,67,.30);
    text-align:left;
}

.mc-report-dialog__panel h2{
    margin:0 40px 8px 0;
    color:#0F2343;
}

.mc-report-dialog__panel>p{
    margin:0 0 22px;
    color:#52606d;
}

.mc-report-dialog__close{
    position:absolute;
    top:14px;
    right:14px;
    width:36px;
    height:36px;
    padding:0;
    border:0;
    border-radius:50%;
    background:#eef3f8;
    color:#0F2343;
    cursor:pointer;
    font-size:25px;
}

.mc-report-form fieldset{
    margin:0;
    padding:0;
    border:0;
}

.mc-report-form legend,
.mc-report-comments-label{
    color:#0F2343;
    font-weight:700;
}

.mc-report-option{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin:0 0 10px;
    color:#263746;
    cursor:pointer;
}

.mc-report-option input{
    width:18px;
    height:18px;
    margin-top:2px;
    accent-color:#1E73BE;
}

.mc-report-comments-label{
    display:block;
    margin:20px 0 8px;
}

.mc-report-form textarea{
    width:100%;
    min-height:120px;
    padding:12px;
    border:1px solid #D7DEE8;
    border-radius:10px;
    resize:vertical;
}

.mc-report-form__actions{
    display:flex;
    gap:12px;
    margin-top:18px;
}

.mc-report-form__actions .mc-result-action{
    width:auto;
    min-width:150px;
}

.mc-report-cancel{
    min-height:44px;
    padding:10px 18px;
    border:1px solid #cbd5df;
    border-radius:10px;
    background:#fff;
    color:#40516b;
    cursor:pointer;
    font-weight:700;
}

.mc-report-form__note{
    min-height:22px;
    margin:12px 0 0;
    color:#0F8F82;
    font-size:13px;
    font-weight:600;
}

body.mc-report-dialog-open{
    overflow:hidden;
}

@media(max-width:768px){
    .medicalc{
        width:100%!important;
        max-width:none!important;
        margin:24px auto!important;
        padding:6px!important;
    }

    .medicalc>.mc-card{
        width:100%;
        padding:20px!important;
    }

    @media(max-width:768px){

    .medicalc{
        width:100%!important;
        max-width:none!important;
        margin:24px auto!important;
        padding:8px!important;
    }

    .medicalc>.mc-card{
        width:100%;
        padding:20px!important;
    }

    /* Leave a small gutter around the result card */
    .medicalc .medicalc-calculator-result{
        margin:0;
    }

    .medicalc .mc-result-card{
        width:100%;
        max-width:100%;
        margin:0 auto;
        padding:18px!important;
        box-sizing:border-box;
    }

    .medicalc .mc-result-logo{
        width:auto!important;
        max-width:88px!important;
        max-height:44px!important;
    }

    .medicalc .mc-result-toolbar{
        grid-template-columns:repeat(2,1fr);
    }
}

    .medicalc .mc-result-header{
        gap:12px;
    }

    .medicalc .mc-result-logo{
        width:auto!important;
        max-width:88px!important;
        max-height:44px!important;
        flex:0 0 auto;
    }

    .medicalc .mc-result-toolbar{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .medicalc .mc-result-input-item{
        grid-template-columns:minmax(0,1fr);
        gap:3px;
    }

    .medicalc .mc-result-input-item dd{
        text-align:left;
    }

    .mc-report-dialog{
        align-items:flex-end;
        padding:12px;
    }

    .mc-report-dialog__panel{
        width:100%;
        max-height:88vh;
        padding:22px 18px;
    }
}

@media(max-width:420px){
    .medicalc .mc-result-logo{
        max-width:76px!important;
        max-height:38px!important;
    }

    .medicalc .mc-result-action{
        padding-right:8px;
        padding-left:8px;
        font-size:12px;
    }

    .mc-report-form__actions{
        flex-direction:column;
    }

    .mc-report-form__actions .mc-result-action{
        width:100%;
    }
}

@media print{
    .mc-report-dialog,
    .mc-result-toolbar{
        display:none!important;
    }
}

/* ==================================================
   RESULT ACTION BUTTON COLOURS
================================================== */

.medicalc .mc-result-toolbar button,
.medicalc .mc-result-toolbar .mc-result-action,
.medicalc button.mc-print-result,
.medicalc button.mc-copy-result,
.medicalc button.mc-share-result,
.medicalc button.mc-report-result{
    background:#1E73BE !important;
    border:1px solid #1E73BE !important;
    color:#FFFFFF !important;
    box-shadow:none !important;
    font-weight:800;
    letter-spacing:.05em;
    text-transform:uppercase;
}

.medicalc .mc-result-toolbar button:hover,
.medicalc .mc-result-toolbar button:focus,
.medicalc .mc-result-toolbar .mc-result-action:hover,
.medicalc .mc-result-toolbar .mc-result-action:focus{
    background:#155F9E !important;
    border-color:#155F9E !important;
    color:#FFFFFF !important;
}

/* ==================================================
   MEDICALC RESULT CARD — FINAL UPGRADE OVERRIDES
================================================== */

/*
 * Maintain a clear gap below the calculator actions so the
 * Favourite control does not touch the result-card border.
 */
.medicalc .mc-calculator-actions{
    margin-bottom:26px;
}

.medicalc .mc-calculator-actions__favourite,
.medicalc .mc-calculator-actions .medicalc-favourite-action{
    display:block;
    margin-top:0 !important;
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}

.medicalc .mc-calculator-actions__favourite .medicalc-favourite-button,
.medicalc .mc-calculator-actions .medicalc-favourite-action .medicalc-favourite-button{
    margin-bottom:0 !important;
}

/*
 * Result actions: MediCalc blue with white uppercase text.
 * Covers both the new result-action markup and older button markup.
 */
.medicalc .mc-result-toolbar > button,
.medicalc .mc-result-toolbar > .button,
.medicalc .mc-result-toolbar .mc-result-action,
.medicalc button.mc-print-result,
.medicalc button.mc-copy-result,
.medicalc button.mc-share-result,
.medicalc button.mc-report-result{
    appearance:none !important;
    -webkit-appearance:none !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    min-height:44px !important;
    margin:0 !important;
    padding:11px 14px !important;
    border:1px solid #1E73BE !important;
    border-radius:10px !important;
    background:#1E73BE !important;
    background-image:none !important;
    color:#FFFFFF !important;
    box-shadow:none !important;
    font-size:13px !important;
    font-weight:800 !important;
    letter-spacing:.06em !important;
    line-height:1.2 !important;
    text-align:center !important;
    text-decoration:none !important;
    text-transform:uppercase !important;
}

.medicalc .mc-result-toolbar > button:hover,
.medicalc .mc-result-toolbar > button:focus,
.medicalc .mc-result-toolbar > .button:hover,
.medicalc .mc-result-toolbar > .button:focus,
.medicalc .mc-result-toolbar .mc-result-action:hover,
.medicalc .mc-result-toolbar .mc-result-action:focus,
.medicalc button.mc-print-result:hover,
.medicalc button.mc-print-result:focus,
.medicalc button.mc-copy-result:hover,
.medicalc button.mc-copy-result:focus,
.medicalc button.mc-share-result:hover,
.medicalc button.mc-share-result:focus,
.medicalc button.mc-report-result:hover,
.medicalc button.mc-report-result:focus{
    border-color:#155F9E !important;
    background:#155F9E !important;
    background-image:none !important;
    color:#FFFFFF !important;
}

/*
 * Report-dialog close control.
 */
.medicalc .mc-report-dialog__close,
.mc-report-dialog__close{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:36px !important;
    height:36px !important;
    padding:0 !important;
    border:1px solid #1E73BE !important;
    border-radius:50% !important;
    background:#1E73BE !important;
    background-image:none !important;
    color:#FFFFFF !important;
    box-shadow:none !important;
    font-size:25px !important;
    font-weight:400 !important;
    line-height:1 !important;
}

.medicalc .mc-report-dialog__close:hover,
.medicalc .mc-report-dialog__close:focus,
.mc-report-dialog__close:hover,
.mc-report-dialog__close:focus{
    border-color:#155F9E !important;
    background:#155F9E !important;
    color:#FFFFFF !important;
}

/*
 * Preserve the established radial gauge and needle.
 */
.medicalc .mc-gauge,
.medicalc .mc-gauge-visual,
.medicalc .mc-gauge-needle,
.medicalc .mc-gauge-hub{
    display:block;
}

.medicalc .mc-gauge-needle{
    z-index:3;
}

.medicalc .mc-gauge-hub{
    z-index:4;
}

@media(max-width:768px){
    .medicalc .mc-calculator-actions{
        margin-bottom:28px;
    }

    .medicalc .mc-result-logo{
        width:auto !important;
        max-width:88px !important;
        max-height:44px !important;
        object-fit:contain !important;
        flex:0 0 auto !important;
    }

    .medicalc .mc-result-toolbar{
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:10px !important;
    }

    .medicalc .mc-result-toolbar > button,
    .medicalc .mc-result-toolbar > .button,
    .medicalc .mc-result-toolbar .mc-result-action{
        width:100% !important;
        min-width:0 !important;
    }
}

@media(max-width:420px){
    .medicalc .mc-result-logo{
        max-width:76px !important;
        max-height:38px !important;
    }
}

@media print{
    .medicalc .mc-result-toolbar,
    .medicalc .mc-report-dialog{
        display:none !important;
    }
    
    .medicalc-ad-slot {
    display: block !important;
    width: 100% !important;
}

.medicalc-ad-slot__label {
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 0 6px !important;
    text-align: center !important;
}

.medicalc-ad-slot__content {
    display: flex !important;
    width: 100% !important;
    clear: both !important;
    justify-content: center !important;
}
}

/* ==================================================
   MEDICALC CLINICAL LIVE SEARCH
================================================== */

.ct-search-form + .medicalc-live-search {
    width: 100%;
    max-width: 806px;
    margin: 14px auto 0;
}

.medicalc-live-search[hidden] {
    display: none !important;
}

.medicalc-live-search {
    position: relative;
    z-index: 100000;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: #171b20;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    color: #ffffff;
}

.medicalc-live-search__results {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.medicalc-live-search__result {
    display: flex;
    min-width: 0;
    padding: 17px 19px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    text-decoration: none;
    flex-direction: column;
    transition:
        background-color 150ms ease,
        box-shadow 150ms ease;
}

.medicalc-live-search__result:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.medicalc-live-search__result:hover,
.medicalc-live-search__result:focus,
.medicalc-live-search__result.is-active {
    background: rgba(46, 113, 240, 0.18);
    color: #ffffff;
    text-decoration: none;
    outline: none;
    box-shadow:
        inset 3px 0 0 #2e71f0;
}

.medicalc-live-search__type {
    margin-bottom: 5px;
    color: #69a0ff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.medicalc-live-search__name {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.medicalc-live-search__speciality {
    margin-top: 4px;
    color: #aeb8c4;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.medicalc-live-search__description {
    display: -webkit-box;
    margin-top: 7px;
    overflow: hidden;
    color: #cbd2da;
    font-size: 12px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.medicalc-live-search__view-all {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    background: rgba(46, 113, 240, 0.14);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.medicalc-live-search__view-all:hover,
.medicalc-live-search__view-all:focus {
    background: #2e71f0;
    color: #ffffff;
    text-decoration: none;
}

.medicalc-live-search__loading,
.medicalc-live-search__empty {
    padding: 22px;
    color: #cbd2da;
    font-size: 14px;
    text-align: center;
}

/*
 * Hide Blocksy's generic WordPress live-result display inside
 * the header search modal. MedicalC supplies its own results.
 */
.ct-search-form ~ .ct-search-results,
.ct-search-form .ct-search-results {
    display: none !important;
}



@media (max-width: 768px) {
    .ct-search-form + .medicalc-live-search {
        width: calc(100% - 24px);
        margin-top: 10px;
    }

    .medicalc-live-search__results {
        grid-template-columns: 1fr;
    }

    .medicalc-live-search__result,
    .medicalc-live-search__result:nth-child(odd) {
        border-right: 0;
    }

    .medicalc-live-search__description {
        display: none;
    }
}
/* ==================================================
   MEDICALC SEARCH V3 — TOOL TYPE BADGES
================================================== */

.medicalc-live-search__type{
    display:inline-flex;
    align-items:center;
    align-self:flex-start;
    gap:6px;
    width:auto;
    margin-bottom:7px;
    padding:4px 8px;
    border:1px solid rgba(105,160,255,.30);
    border-radius:999px;
    background:rgba(105,160,255,.10);
}

.medicalc-live-search__type-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:15px;
    height:15px;
    border-radius:50%;
    background:currentColor;
    color:#171b20;
    font-size:9px;
    font-weight:900;
    line-height:1;
}

.medicalc-live-search__type--calculator{
    border-color:rgba(105,160,255,.34);
    background:rgba(105,160,255,.12);
    color:#7faeff;
}

.medicalc-live-search__type--clinical_score{
    border-color:rgba(64,201,128,.34);
    background:rgba(64,201,128,.12);
    color:#65d49a;
}

.medicalc-live-search__type--drug_calculator{
    border-color:rgba(187,134,252,.38);
    background:rgba(187,134,252,.13);
    color:#c7a0ff;
}

.medicalc-live-search__type--decision_tool{
    border-color:rgba(255,174,76,.38);
    background:rgba(255,174,76,.13);
    color:#ffb968;
}

.medicalc-live-search__type--converter{
    border-color:rgba(61,207,213,.38);
    background:rgba(61,207,213,.13);
    color:#63d8dd;
}

.medicalc-live-search__type--reference{
    border-color:rgba(174,184,196,.34);
    background:rgba(174,184,196,.11);
    color:#c2cbd5;
}

.medicalc-live-search__result--clinical_score:hover,
.medicalc-live-search__result--clinical_score:focus,
.medicalc-live-search__result--clinical_score.is-active{
    background:rgba(64,201,128,.15);
    box-shadow:inset 3px 0 0 #40c980;
}

.medicalc-live-search__result--drug_calculator:hover,
.medicalc-live-search__result--drug_calculator:focus,
.medicalc-live-search__result--drug_calculator.is-active{
    background:rgba(187,134,252,.16);
    box-shadow:inset 3px 0 0 #bb86fc;
}

.medicalc-live-search__result--decision_tool:hover,
.medicalc-live-search__result--decision_tool:focus,
.medicalc-live-search__result--decision_tool.is-active{
    background:rgba(255,174,76,.16);
    box-shadow:inset 3px 0 0 #ffae4c;
}

.medicalc-live-search__result--converter:hover,
.medicalc-live-search__result--converter:focus,
.medicalc-live-search__result--converter.is-active{
    background:rgba(61,207,213,.15);
    box-shadow:inset 3px 0 0 #3dcfd5;
}

.medicalc-live-search__result--reference:hover,
.medicalc-live-search__result--reference:focus,
.medicalc-live-search__result--reference.is-active{
    background:rgba(174,184,196,.13);
    box-shadow:inset 3px 0 0 #aeb8c4;
}

@media(max-width:768px){
    .medicalc-live-search__type{
        margin-bottom:6px;
        padding:3px 7px;
    }
}
