/* Pulsante lingua piccolo */
.navbar .lang-btn {
    font-size: 0.85rem;
    padding: 0.25rem 0.6rem;
    height: auto;
    line-height: 1.2;
}

.navbar .lang-btn i {
    font-size: 0.9rem;
}

.navbar .lang-btn.dropdown-toggle::after {
    margin-left: 0.25rem;
}


footer {
    background: linear-gradient(135deg, #133a46, #1e5d6f);
    color: #f2ece4;
    text-align: center;

    padding: 10px 0;

    position: fixed;
    bottom: 0;
    left: 0;

    width: 100%;
    z-index: 9999;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    font-size: 14px;
}


footer p {
    margin: 0;
}

footer a {
    color: var(--main-accent-color);
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}