/* Core layout */
.nc-result-header .nc-logo {
    width: 56px; height: auto;
    margin-bottom: 8px;
}
.nc-result-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #d1ccff;
}
.nc-result-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0.9rem;
}

.nc-chance-card {
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0px 2px 16px 4px rgba(0, 0, 0, 0.04);
    text-align: center; 
    color: #190F23;
    margin-bottom: 32px; 
}
.nc-chance-label {
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 135%; /* 27px */
letter-spacing: -0.3px;

}
.nc-chance-gauge {
    margin: 16px auto;
}
.nc-btn-main, .nc-uni-btn {
    width: 100%;
    display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px 16px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        color: #fff;
        background: #ff6b00;
        border: none;
        border-radius: 16px;
        box-shadow: 0 2px 8px 0 rgba(60, 80, 130, 0.10);
        cursor: pointer;
        transition: background 0.17s, box-shadow 0.15s;
        letter-spacing: 0.02em;
        border-bottom: 0px !important;
}
.nc-btn-main span, .nc-uni-btn span {
    font-size: 0px;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    position: relative;
}

.nc-btn-main span:before, .nc-uni-btn span:before{
    content: "\e901";
    font-weight: 400;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    font-family: 'siteicon' !important;
    position: absolute;
}
.nc-btn-main:hover, .nc-uni-btn:hover {
    background: #f46600;
}

.nc-btn-main.white {    background: #fff;
    color: #ff6b00; }

    .nc-btn-main:hover, .nc-uni-btn:hover {
   background: #eeeeee;
    color: #f46600;
}

.nc-result-unis-headline {
    margin-bottom: 1.0rem;
   
}
.nc-unis-section-label {
    font-size: 12px;
    color: #ff6b00;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.nc-unis-section-title {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    margin-bottom: 3px;
}
.nc-unis-section-desc {
    color: #888;
    font-size: 13px;
    margin-bottom: 9px;
}

.nc-unis-cards-row {
    display: flex;
    gap: 1.1rem;
    overflow-x: auto;
    scrollbar-width: none !important;
    scrollbar-width: none;
    margin: 0px -20px;
    padding: 0px 20px;
}

.nc-uni-card {
    background: #fff;
    border-radius: 19px;
    box-shadow: 0 6px 28px 0 rgba(55,82,255,0.08);
    flex: 0 0 320px;
    min-width: 320px;
    overflow: hidden;
    padding: 0 0 0 0;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.nc-uni-badge {
    position: absolute;
    left: 18px; top: 12px;
    background: #E8FAF1;
    color: #178952;
    font-size: 15px;
    font-weight: 700;
    border-radius: 22px;
    padding: 4px 15px 4px 10px;
    display: flex;
    align-items: center;
    z-index: 2;
    box-shadow: 0 2px 8px 0 rgba(55,82,255,0.06);
}
.nc-uni-thumb {
    width: 100%;
    height: 35%;
    overflow: hidden;
    background: #f0f1f5;
}
.nc-uni-thumb img {
    width: 100%; height: 100% !important; object-fit: cover;
    display: block;
}
.nc-uni-meta-tiny {
    color: #a6a3b7;
    font-size: 13px;
}
.nc-uni-title {
    font-size: 20px;
    font-weight: 700;
    color: #292556;
}
.nc-uni-desc {
    color: #575469;
    font-size: 14px;
    min-height: 36px;
}
.nc-uni-text{padding: 24px;}
.nc-uni-details{display: flex; flex-direction: column; gap:16px; margin: 32px 0px;}

.nc-uni-detail {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 14px;
    color: #484464;
    font-weight: 500;
    line-height: 1.3;
    margin: 0px;}
.nc-uni-detail span[class^="icon-"]{
    font-size: 24px;
    color:#000;
}
.nc-uni-detail-label {
    font-weight: 400;
}
.nc-uni-detail-value {
    font-weight: 600;
    color: #222;
    display: block;
    font-size: 15px;
    margin-top: 1px;
}
.nc-uni-btn {  
    text-align: center;
}

.nc-result-infobox {
    padding: 24px;;
    border-radius: 24px;
        box-shadow: 0px 2px 16px 4px rgba(0, 0, 0, 0.04);

    text-align: left;
}
.nc-result-infobox-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 24px;
        /* 120% */
}
.nc-result-infobox-desc {
    font-size: 16px;
    margin-bottom: 32px;
    font-weight: 500;
        line-height: 140%;
}

/* Responsive tweaks */
@media (max-width: 600px) {
    /* .nc-result-hero,
    .nc-chance-card,
    .nc-result-infobox {
        padding-left: 0.8rem; padding-right: 0.8rem;
    } */
    .nc-unis-cards-row {
        gap: 0.8rem;
    }
    .nc-uni-card {
        flex: 0 0 75vw;
        min-width: 75vw;
        padding-right: 0;
    }
}
@media (max-width: 400px) {
    .nc-uni-card {
            flex: 0 0 80vw;
            min-width: 80vw;}
}
