.rf .rf-footer {
margin-top: 28px;
padding-top: 18px;
padding-bottom: 0;
border-top: 1px solid rgba(255,255,255,0.08);
}
.rf .rf-footer-inner {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 12px;
font-size: 13px;
color: #8f8f8f;
}
.rf .rf-footer-links {
display: flex;
gap: 16px;
}
.rf .rf-footer-links a {
color: #8f8f8f;
text-decoration: none;
transition: color 0.2s ease;
}
.rf .rf-footer-links a:hover {
color: #ffffff;
}