/* =========================================================
   KurýrTrasa – patička
   ========================================================= */

.app-footer {
  width: min(100% - 32px, 760px);
  margin: 18px auto 28px;
  padding: 0 0 8px;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  color: #64748b;
}

.app-footer a {
  color: #0f766e;
  font-weight: 800;
  text-decoration: none;
}

.app-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 700px) {
  .app-footer {
    width: calc(100% - 24px);
    margin: 14px auto 22px;
    font-size: 12px;
  }
}
