.footer {
    background: #666;
    color: #fff;
    padding: 15px 0;
}

.footer-content {
    text-align: center;
}

.footer-content p {
    font-size: 0.75rem;
    margin: 6px 0;
    line-height: 1.5;
}

.footer-content p:first-child {
    margin-bottom: 12px;
}

.footer-content a {
    color: #fff;
    text-decoration: underline;
}

.footer-content a:hover {
    color: #e3f2fd;
    text-decoration: none;
}

@media (max-width: 480px) {
    .footer-content p {
        font-size: 0.625rem;
        line-height: 1.4;
    }
}
