/* Footer specific styles */
.footer .logo-container img {
    width: 60%;
    height: auto;
}

.footer .widget p {
    margin: 0;
    line-height: 1.1;
    padding: 0;
}

.footer .icon-list {
    margin: 0;
    padding: 0;
}

.footer .icon-list li {
    margin-bottom: 0;
    padding: 1px 0;
    line-height: 1.3;
}

.footer .widget-title {
    margin-bottom: 5px;
    margin-top: 5px;
}

.footer .widget {
    margin-bottom: 10px;
}

.footer.module-extra-small {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .footer .col-xs-6:nth-child(4),
    .footer .col-xs-12:last-child {
        display: none;
    }

    .footer .col-xs-6:nth-child(4) {
        display: block;
    }

    .footer .widget {
        margin-bottom: 15px;
    }

    .footer .widget-title {
        margin-bottom: 3px;
        margin-top: 0;
    }
}