/* Shared footer information and policy link styles. */
#footer .footer__info-wrapper {
  margin-top: 45px;
  padding-top: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

#footer .info-wrapper__copyright {
  color: rgba(255, 255, 255, 0.3);
  font-size: 13px;
}

#footer .info-wrapper__policy {
  text-align: right;
}

#footer .info-wrapper__policy span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 13px;
  text-align: right;
}

#footer .policy__link {
  display: inline-block;
  margin-top: 7px;
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#footer .policy__link:hover {
  color: rgba(255, 255, 255, 0.8);
  border-bottom-color: transparent;
}
