/* Текст внутри информационного блока адреса */
.searchbox-info .t-text {
    color: #000 !important;
}
.searchbox-info .searchbox-change-pickup {
    color: #000 !important;
    border-bottom: 1px dashed #000 !important;
}

/* Названия адресов в выпадающем списке */
.tcart-select__options .tcart-address,
.tcart-select__options .tcart-address p,
.tcart__address-selectbox-title {
    color: #000 !important;
}

/* Пункты списка поиска */
.searchbox-list .searchbox-list-item,
.searchbox-list .searchbox-list-item-text,
.searchbox-list .searchbox-list-item-description {
    color: #000 !important;
}

.delivery-map-point-select,
.delivery-map-point-select:hover {
    color: #fff !important;
}

/* Блок авторизации в корзине - черный текст */
.t706__auth,
.t706__auth .t-descr_xs,
.t706__auth .t-descr {
    color: #000000 !important;
}

/* Ссылка в блоке авторизации - тоже черная */
.t706__auth a,
.t706__auth__link,
a[href="#openmembersbar"] {
    color: #000000 !important;
}

/* Убираем подчеркивание у ссылки (опционально) */
.t706__auth a:hover {
    text-decoration: none;
    opacity: 0.8;
}