/* JHLS888 V182 ICP compliance footer only. */
.jhls-icp-footer {
  box-sizing: border-box;
  width: 100%;
  padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background: #071d27;
  color: #d8e2e6;
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
}

.jhls-icp-footer a {
  color: inherit;
  text-decoration: none;
}

.jhls-icp-footer a:hover,
.jhls-icp-footer a:focus-visible {
  color: #f2c98f;
  text-decoration: underline;
}

@media (max-width: 720px) {
  .jhls-icp-footer {
    padding: 20px 14px calc(20px + env(safe-area-inset-bottom));
    font-size: 15px;
  }

  .bottom-actions ~ .jhls-icp-footer {
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }
}
