/*
 Theme Name:   Twentynineteen Child
 Theme URI:    http://example.com/
 Description:  Child theme for Twentynineteen Child
 Template:     twentynineteen
 Version:      1.0.0
*/
@import url("../twentynineteen/style.css");
/* Стили для футера */

.site-footer {
    background-color: #333;
    color: #fff;
    padding: 40px 0;
}

.footer-widgets {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer-widget-area {
    width: 30%;
}

.footer-widget-area h4 {
    margin-bottom: 15px;
    font-size: 18px;
}

.footer-menu {
    list-style: none;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #444;
    padding-top: 20px;
}