
/* --human-name-css: 'Подвалдағы текст'; */
/* --human-author-css: 'Нұржау Самғат'; */
/* --human-author-image-css: "https://nurzhausamgat.kz/wp-content/uploads/2025/04/Аватарка.png"; */
/* --human-description-css: 'Подвалдағы тексттің түсін ақ түске өзгертеді'; */

/* ✅ Подвалдағы мәтін түсін толықтай ақ түске ауыстырдым */
.footer-row {
    color: #FFFFFF !important;
}

/* ✅ Сілтемелерді ортаға қойып, визуалды үйлесімді еттім */
.footer-row .footer-user-agreement {
    text-align: center;
}

/* ✅ Барлық сілтемелерді ақ түсте қалдырып, hover кезінде көгілдір етіп қойдым */
.footer-row .footer-user-agreement a,
.footer-row .footer-user-agreement a:visited,
.footer-row a,
.footer-row a:visited {
    color: #FFFFFF !important;
}

.footer-row .footer-user-agreement a:hover,
.footer-row a:hover {
    color: #175FFF !important;
}
