.site-info {
    background: #111941;
    padding: 20px;
}
.footer-logo img {
    max-width: 220px;
}
.site-info p {
    margin: unset;
    color: var(--white);
    text-align: center;
}
.footer-content-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 80px 30px;
}
.site-footer {
    background: var(--st-patricks-blue);
    background-image: url(/wp-content/uploads/2025/01/footer-bg.webp), var(--gradient-1);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-content-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}
.site-footer h3 {
    margin-top: 0;
    color: var(--white);
    font-size: 24px;
}
.footer-logo p {
    color: var(--white);
    margin-bottom: 26px;
}
.footer-navigation ul, .footer-contact-details ul {
    padding: unset;
}
.footer-navigation li, .footer-contact-details li {
    list-style: none;
    margin-bottom: 12px;
}
.footer-navigation a, .footer-contact-details a {
    text-decoration: none;
    color: var(--white);
    line-height: 1.5em;
}
.footer-navigation a:hover, .footer-contact-details a:hover {
    text-decoration: underline;
}
.newsletter-success {
    color: green;
    font-size: 1rem;
    margin-top: 10px;
}
.newsletter-error {
    color: red;
    font-size: 1rem;
    margin-top: 10px;
}
.social-list {
    padding: unset;
    margin: unset;
    display: flex;
    list-style: none;
}
.social-list a {
    height: 20px;
    width: 20px;
    padding: 8px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 100%;
}
.social-list li:not(:last-of-type) {
    margin-right: 20px;
}
.social-list i {
    font-size: 16px;
    color: var(--royal-blue-dark);
}
.social-list a:hover {
    background: var(--gradient-2);
}
.social-list a:hover i {
    color: var(--white);
}
.footer-logo, .footer-navigation, .footer-contact-details, .footer-newsletter {
    max-width: 300px;
}