.uc-nolab {
    position: absolute;
    width: 100%;
    z-index: 999;
    background-color: white;
}

.t265__icon {
    display: none;
}

#allrecords {
    background-color: white;
}

#allrecords a {
    text-decoration: underline;
}

.t-text {
    color: #1A1919;
}
.t-title {
    color: #1A1919; 
}
.t-descr {
    color: #1A1919; 
}
.t265__wrapper {
    background: #E9EAFB!important;
}
.uc-nolab {
    background-color: white;
}

.uc-secondary .t265__wrapper {
    background-color: #F6F6F6!important;
}

.uc-brown .t265__wrapper {
    background-color: #FCF3E8!important;
}

.tn-atom {
    background-color: #F8EBF3!important;
}


.t-container {
    max-width: 700px;
}

.t-container .t-col {
    margin-left: 0;
    margin-right: 0;
}

.t-prefix_2 {
    padding-left: 0;
}

.t795__descr {
    max-width: 100%;
}

.t-text:not(.uc-subtitle *),
.t-descr:not(.uc-subtitle *),
.t-card__descr:not(.uc-subtitle *),
.t-info__descr:not(.uc-subtitle *) {
    font-size: 17px !important;
}

.t-descr {
    word-wrap: break-word;
}

.t265__wrapper {
    padding: 20px!important;
}


@media screen and (max-width: 1200px) {
    .t-col_8 {
        max-width: 100%;
    }
    .t-container .t-col {
        padding-left: 0;
    }
}

@media screen and (max-width: 960px) { 
    .t-container .t-col {
        padding-left: 20px;
    }
}

/* Тёмная тема (если включен dark mode в системе) */
@media (prefers-color-scheme: dark) {
    #allrecords {
        background-color: #232323;
    }
    .t-text {
        color: #ebebeb;
    }
    .t-title {
        color: #ebebeb;
    }
    .uc-nolab {
        background-color: #0d1258;
    }
    .t-descr {
        color: #ebebeb;
    }
    .t265__wrapper {
        background: #0d1258!important;
    }
    .uc-nolab {
        background-color: #232323;
    }
    .uc-secondary .t265__wrapper {
        background-color: #2B2B2C!important;
    }
    .tn-atom {
        background-color: #4C1A39!important;
        color: #ebebeb;
    }
    .uc-brown .t265__wrapper {
        background-color: #5E3808!important;
    }
}