/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 12 2025 | 18:08:11 */
.agreement-text {
    font-size: 14px;
    color: #A3A0A7; /* Белый текст */
    line-height: 1.5;
}
.agreement-text a {
    color: #007bff; /* Ярко-синий для ссылки */
    text-decoration: underline;
}
.agreement-text a:hover {
    color: #0056b3; /* Более темный синий при наведении */
