@import url("/wp-content/plugins/photorace/photorace-ui/css/fonts.css?v=20260222a");

:root {
  --font-body: "Zalando Sans Expanded", "Helvetica Neue", "Arial", sans-serif;
}

.pr-footer {
  background: #f6f6f9;
  color: #5c5f66;
  padding: 64px 0;
  margin-top: 2rem;
}

.pr-container {
  width: min(1288px, calc(100% - 2rem));
  margin: 0 auto;
}

.pr-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid #dddde3;
}

.pr-footer__logo {
  width: 162px;
  max-width: 100%;
  height: auto;
  display: block;
}

.pr-footer__cols {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  font-size: 14px;
  line-height: 1.5;
}

.pr-footer__col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pr-footer__col-title {
  margin: 0;
  color: #d52b31 !important;
  font-size: 14px;
  line-height: 1.5;
  font-family: var(--font-body);
  font-weight: 500;
}

.pr-footer__col a,
.pr-footer__col p {
  margin: 0;
  color: #5c5f66;
  font-size: 14px;
  line-height: 1.5;
  font-family: var(--font-body);
  text-decoration: none;
}

.pr-footer__col a:hover { filter: brightness(.92); }

.pr-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 48px;
}

.pr-footer__copy {
  flex: 1 0 0;
  margin: 0;
  color: #5c5f66;
  font-size: 14px;
  line-height: 1.5;
  font-family: var(--font-body);
}

.pr-footer__dev {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pr-footer__dev p {
  margin: 0;
  color: #5c5f66;
  font-size: 14px;
  line-height: 1.5;
  font-family: var(--font-body);
}

.pr-footer__dev img {
  width: 152.821px;
  height: 16px;
  display: block;
}

@media (max-width:1100px) {
  .pr-footer__top { flex-direction: column; }
  .pr-footer__cols { flex-wrap: wrap; gap: 32px 48px; }
  .pr-footer__bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width:720px) {
  .pr-footer__cols { flex-direction: column; gap: 6.4vw; }
  .pr-footer__dev { flex-wrap: wrap; }
}
