/* wp-content/themes/generatepress-child/footer.css */
/* Footer Styles */
.site-footer {
    background-color: #51713E;
    color: #e5ebef;
    padding: 40px 0;
    text-align: center;
}
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.footer-logo img {
    max-width: 150px;
    height: auto;
}
.footer-logo h3 {
    margin: 0;
    font-size: 1.5em;
    font-family: 'Zen Old Mincho', serif;
}
.footer-nav .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}
.footer-nav .footer-menu li a {
    color: #e5ebef;
    text-decoration: none;
    font-size: 1em;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
.footer-nav .footer-menu li a:hover {
    color: #fff;
}
.footer-social a {
    color: #e5ebef;
    text-decoration: none;
    margin: 0 10px;
    font-size: 1em;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
.footer-social a:hover {
    color: #fff;
}
.footer-copyright p {
    margin: 10px 0 0;
    font-size: 0.9em;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
.site-footer .site-info {
    background-color: #51713E;
}
.site-footer .site-info a {
    color: #e5ebef;
    text-decoration: none;
}
.icon img {
    width: 1.5rem;
}