/* assets/css/layout/footer.css */
#page-footer {
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.footer-link {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #a0aec0; /* Lighter gray */
}

.footer-separator {
    margin: 0 10px;
    color: #a0aec0; /* Lighter gray */
}

.footer-text {
    color: #cbd5e0; /* Even lighter gray */
}
