/* Replace Kadence default footer with DN/Oracle brand bar */
#colophon .site-footer-wrap{display:none !important;}

.dsnmm-brandbar{background:#f3efe6;border-top:1px solid rgba(0,0,0,.10);padding:14px 18px;}
.dsnmm-brandbar__inner{max-width:1200px;margin:0 auto;display:flex;gap:12px;align-items:center;flex-wrap:wrap;}
.dsnmm-brandbar__logos{display:inline-flex;gap:14px;align-items:center;}
.dsnmm-brandbar__logos img{height:22px;width:auto;display:block;}
.dsnmm-brandbar__text{font-size:14px;color:rgba(0,0,0,.75)}
.dsnmm-brandbar__text a{color:inherit;text-decoration:underline;}
.dsnmm-brandbar__text a:hover{text-decoration:none;}
