.icp-footer {
  width: min(1240px, calc(100vw - 56px));
  margin: 24px auto 0;
  padding: 0 0 24px;
  text-align: center;
  color: var(--muted, #7b7165);
  font-size: 13px;
  line-height: 1.5;
}

.icp-footer a {
  display: inline !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

.icp-footer a:hover {
  color: var(--accent, #13795b) !important;
}

.icp-footer--compact {
  width: 100%;
  margin-top: 18px;
  padding: 12px 0 0;
  border-top: 1px solid var(--line, #e4d8c7);
  font-size: 12px;
}

@media (max-width: 640px) {
  .icp-footer {
    width: calc(100vw - 32px);
    margin-top: 18px;
    padding-bottom: 18px;
  }

  .icp-footer--compact {
    width: 100%;
  }
}
