app-footer footer {
  clear: both;
  color: #dce6f2 !important;
  background: #071f3d !important;
  border-top: 4px solid #f4bf00;
}

app-footer footer > .container {
  max-width: 1568px !important;
  padding-top: 48px !important;
  padding-bottom: 38px !important;
}

app-footer footer h3,
app-footer footer h4,
app-footer footer h5 {
  color: #fff !important;
  letter-spacing: .015em;
}

app-footer footer p,
app-footer footer li,
app-footer footer a {
  color: #dce6f2 !important;
}

app-footer footer .short-links ul,
app-footer footer .footer-address ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

app-footer footer .short-links li,
app-footer footer .footer-address li {
  display: block;
  margin: 0 0 10px;
}

app-footer footer .short-links a,
app-footer footer .footer-address a {
  display: inline-block;
  line-height: 1.45;
  text-decoration: none;
}

app-footer footer a:hover,
app-footer footer a:focus-visible {
  color: #ffd55c !important;
  text-decoration: underline;
  outline: none;
}

#ve-footer-confidence {
  border-top: 1px solid rgba(255,255,255,.14);
}

.ve-footer-assurances {
  max-width: 1568px;
  margin: 0 auto;
  padding: 24px max(24px, calc((100vw - 1568px) / 2));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  background: #0a294d;
}

.ve-footer-assurances > div {
  min-height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 18px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
}

.ve-footer-assurances b {
  margin-bottom: 5px;
  color: #ffd55c;
  font-size: 15px;
}

.ve-footer-assurances span {
  color: #dce6f2;
  font-size: 12px;
  line-height: 1.45;
}

.ve-footer-details {
  max-width: 1568px;
  margin: 0 auto;
  padding: 34px max(24px, calc((100vw - 1568px) / 2));
  display: grid;
  grid-template-columns: 1.05fr 1.8fr 1.15fr;
  gap: 42px;
}

.ve-footer-details h3 {
  margin: 0 0 15px;
  font-size: 17px;
}

.ve-footer-details p {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.5;
}

.ve-footer-details small {
  color: #aebed0;
  font-size: 11px;
}

.ve-footer-legal > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 22px;
}

.ve-footer-legal a {
  font-size: 12.5px;
  line-height: 1.4;
  text-decoration: none;
}

.ve-footer-bottom {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px max(24px, calc((100vw - 1568px) / 2));
  color: #aebed0;
  background: #04162b;
  border-top: 1px solid rgba(255,255,255,.11);
  font-size: 11.5px;
}

.ve-footer-ready #vatsa-policy-bar {
  display: none !important;
}

@media (max-width: 900px) {
  .ve-footer-assurances { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ve-footer-details { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .ve-footer-legal { grid-column: span 2; }
}

@media (max-width: 600px) {
  app-footer footer > .container { padding-top: 34px !important; padding-bottom: 24px !important; }
  .ve-footer-assurances { grid-template-columns: 1fr; padding: 18px 15px; }
  .ve-footer-assurances > div { min-height: 72px; }
  .ve-footer-details { grid-template-columns: 1fr; gap: 25px; padding: 28px 15px; }
  .ve-footer-legal { grid-column: auto; }
  .ve-footer-legal > div { grid-template-columns: 1fr; }
  .ve-footer-bottom { flex-direction: column; align-items: flex-start; padding: 16px 15px; }
}
