/* Загальний футер */
footer {
    background-color: #f1f1f1;
    padding: 10px;
    text-align: center;
}

.social-icon {
    display: inline-block;
    margin: 0 10px;
    color: black;
    font-size: 40px;
}

.footer-text {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

.footer-author {
    text-align: center;
    font-size: 16px;
    color: #888;
    margin-top: 10px;
}

.footer-author a {
    color: #007bff;
    text-decoration: none;
}

.footer-author a:hover {
    text-decoration: underline;
}

/* ===== Мобільна версія ===== */
@media (max-width: 768px) {
    footer {
        /* Збільшуємо відступ знизу під банер обраних страв */
        padding-bottom: calc(10px + 70px + env(safe-area-inset-bottom));
        /* 60px – висота банера, можна підкоригувати під свій банер */
    }
}
