.nbc-global-footer{
  --ngf-bg:#f3f3f3;
  --ngf-text:#222;
  --ngf-heading:#111;
  --ngf-border:#dcdcdc;
  --ngf-link:#222;
  --ngf-link-hover:#000;
  --ngf-icon:#707070;
  --ngf-radius:16px;
  --ngf-shadow:0 1px 2px rgba(0,0,0,.03);
  background:var(--ngf-bg);
  color:var(--ngf-text);
  width:100%;
  max-width:none !important;
  display:block;
}
.nbc-global-footer,
.nbc-global-footer *{box-sizing:border-box;}

.ct-footer .widget .nbc-global-footer,
.ct-footer .widget_block .nbc-global-footer,
.ct-footer .textwidget .nbc-global-footer{
  width:100vw;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}

.nbc-global-footer .ngf-desktop,
.nbc-global-footer .ngf-mobile{width:100%;}
.nbc-global-footer .ngf-mobile{display:none;}

.nbc-global-footer .ngf-features,
.nbc-global-footer .ngf-columns,
.nbc-global-footer .ngf-m-features,
.nbc-global-footer .ngf-m-sections{
  width:min(1280px, calc(100vw - 60px));
  margin-left:auto;
  margin-right:auto;
}

/* Desktop */
.nbc-global-footer .ngf-features{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  border-top:1px solid var(--ngf-border);
  border-bottom:1px solid var(--ngf-border);
}
.nbc-global-footer .ngf-feature{
  text-align:center;
  padding:28px 16px 22px;
  border-right:1px solid var(--ngf-border);
  min-width:0;
}
.nbc-global-footer .ngf-feature:last-child{border-right:none;}
.nbc-global-footer .ngf-feature-icon{
  width:38px;
  height:38px;
  margin:0 auto 12px;
  color:var(--ngf-icon);
}
.nbc-global-footer .ngf-feature-icon svg{
  display:block;
  width:100%;
  height:100%;
  fill:currentColor;
}
.nbc-global-footer .ngf-feature-text span{
  display:block;
  font-size:13px;
  line-height:1.5;
  letter-spacing:.4px;
  text-transform:uppercase;
  color:#4e4e4e;
}
.nbc-global-footer .ngf-columns{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  align-items:start;
}
.nbc-global-footer .ngf-column{
  padding:28px 18px 18px;
  border-right:1px solid var(--ngf-border);
  min-width:0;
}
.nbc-global-footer .ngf-column:last-child{border-right:none;}
.nbc-global-footer .ngf-title,
.nbc-global-footer .ngf-m-title{
  margin:0 0 22px;
  font-size:18px;
  line-height:1.2;
  font-weight:700;
  color:var(--ngf-heading) !important;
}
.nbc-global-footer .ngf-links{
  list-style:none;
  margin:0;
  padding:0;
}
.nbc-global-footer .ngf-links li{
  margin:0;
  padding:0;
  border-top:1px solid var(--ngf-border);
}
.nbc-global-footer .ngf-links a{
  display:block;
  padding:16px 0;
  color:var(--ngf-link) !important;
  text-decoration:none;
  font-size:16px;
  line-height:1.45;
}
.nbc-global-footer .ngf-links a:hover{color:var(--ngf-link-hover) !important;}

/* Tablet */
@media (max-width: 999px){
  .nbc-global-footer .ngf-features,
  .nbc-global-footer .ngf-columns,
  .nbc-global-footer .ngf-m-features,
  .nbc-global-footer .ngf-m-sections{
    width:calc(100vw - 40px);
  }
  .nbc-global-footer .ngf-feature{padding:22px 12px 18px;}
  .nbc-global-footer .ngf-column{padding:24px 16px 16px;}
}

/* Mobile separate layout */
@media (max-width: 767px){
  .ct-footer .widget .nbc-global-footer,
  .ct-footer .widget_block .nbc-global-footer,
  .ct-footer .textwidget .nbc-global-footer{
    width:100%;
    max-width:none !important;
    margin-left:0;
    margin-right:0;
  }

  .nbc-global-footer .ngf-desktop{display:none;}
  .nbc-global-footer .ngf-mobile{display:block;}

  .nbc-global-footer .ngf-m-features,
  .nbc-global-footer .ngf-m-sections{width:100%;}

  .nbc-global-footer .ngf-m-features{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    padding:12px;
  }

  .nbc-global-footer .ngf-mobile .ngf-feature{
    border:1px solid var(--ngf-border);
    border-radius:var(--ngf-radius);
    background:#fff;
    box-shadow:var(--ngf-shadow);
    padding:18px 10px 14px;
    text-align:center;
  }

  .nbc-global-footer .ngf-mobile .ngf-feature-icon{
    width:30px;
    height:30px;
    margin:0 auto 8px;
  }

  .nbc-global-footer .ngf-mobile .ngf-feature-text span{
    font-size:11px;
    line-height:1.45;
  }

  .nbc-global-footer .ngf-m-sections{
    padding:4px 12px 14px;
  }

  .nbc-global-footer .ngf-m-section{
    background:#fff;
    border:1px solid var(--ngf-border);
    border-radius:var(--ngf-radius);
    box-shadow:var(--ngf-shadow);
    padding:16px 16px 8px;
    margin-bottom:12px;
  }

  .nbc-global-footer .ngf-m-title{
    margin-bottom:12px;
    font-size:18px;
  }

  .nbc-global-footer .ngf-m-section .ngf-links li:first-child{
    border-top:1px solid var(--ngf-border);
  }

  .nbc-global-footer .ngf-m-section .ngf-links a{
    padding:14px 0;
    font-size:15px;
  }

  .nbc-global-footer.ngf-mobile-stack .ngf-m-features{
    grid-template-columns:1fr;
  }
}
