#dg-site-footer.dg-site-footer {
    background: #0b1f4d;
    color: #ffffff;
    margin-top: 48px;
    padding: 48px 20px 20px;
    width: 100%;
    box-sizing: border-box;
}

#dg-site-footer .dg-site-footer__inner {
    margin: 0 auto;
    width: 100%;
}

#dg-site-footer .dg-site-footer__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    align-items: start;
}

#dg-site-footer .dg-site-footer__col {
    min-width: 0;
}

#dg-site-footer .dg-site-footer__heading {
    color: #ffffff;
    margin: 0 0 16px;
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 700;
}

#dg-site-footer .dg-site-footer__content,
#dg-site-footer .dg-site-footer__content p,
#dg-site-footer .dg-site-footer__content li,
#dg-site-footer .dg-site-footer__bottom p {
    color: #ffffff;
}

#dg-site-footer .dg-site-footer__content a {
    color: #9fd4ff;
    text-decoration: none;
}

#dg-site-footer .dg-site-footer__content a:hover,
#dg-site-footer .dg-site-footer__content a:focus {
    color: #c9e7ff;
    text-decoration: underline;
}

#dg-site-footer .dg-site-footer__content ul,
#dg-site-footer .dg-site-footer__content ol {
    margin: 0;
    padding-left: 18px;
}

#dg-site-footer .dg-site-footer__content *:last-child {
    margin-bottom: 0;
}

#dg-site-footer .dg-site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 32px;
    padding-top: 16px;
}

#dg-site-footer .dg-site-footer__bottom p {
    margin: 0;
    font-size: 0.95rem;
}

#dg-site-footer .dg-footer-shortcode-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#dg-site-footer .dg-footer-shortcode-menu li {
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    #dg-site-footer.dg-site-footer {
        padding: 36px 16px 20px;
    }

    #dg-site-footer .dg-site-footer__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
