.footer-policy-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px 18px;
}

.footer-policy-links a {
  white-space: nowrap;
}

.policy-plain-text {
  white-space: pre-wrap;
}

.category-editorial {
  margin: 10px 8px 22px;
  padding: 18px 20px;
  color: #075b63;
  background: rgba(255, 255, 255, .78);
  border-left: 5px solid #00747f;
  border-radius: 4px;
  font: 15px/1.65 Arial, sans-serif;
}

.contact-form { display: grid; gap: 14px; max-width: 760px; }
.contact-form label { display: grid; gap: 6px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 12px;
  color: #17383b;
  background: #fff;
  border: 1px solid #76cbd2;
  border-radius: 4px;
  font: inherit;
}
.contact-form textarea { min-height: 180px; resize: vertical; }
.contact-form button { width: max-content; min-height: 42px; padding: 9px 18px; color: #fff; background: #00747f; border: 0; border-radius: 4px; font-weight: 700; cursor: pointer; }
.contact-form-status { min-height: 24px; font-weight: 700; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media only screen and (max-width: 720px) {
  #footer-short.pc-page-footer { height: auto; min-height: 155px; }
  #footer-short .footer-center { padding: 28px 10px 34px; }
  .footer-policy-links {
    width: 100%;
    justify-content: center;
    gap: 8px 14px;
  }
}
