/* Точечный патч футера и телефонных ссылок в блоке «Как добраться». */
.loft-booking.loft-howto-inside .loft-howto-phones {
  border-top: 1px solid rgba(243, 236, 224, 0.16);
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font: 13px/1.5 "DM Mono", ui-monospace, monospace;
}

.loft-booking.loft-howto-inside .loft-howto-phones a {
  color: rgb(214, 201, 184);
  text-decoration: underline;
  text-underline-offset: 3px;
}

footer .loft-footer-credit a {
  color: #e1ae71;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 700px) {
  footer .loft-footer-credit {
    width: 100%;
  }
}
