/* Targeted additions for the instrument catalogue and revised navigation. */
.header__calls { text-align: right; }
.header__call { margin-bottom: 4px; white-space: nowrap; }
.menu__link { font-size: 18px; }
.advantage-item__title-link { text-decoration: none; }
.advantage-item__title-link:hover, .advantage-item__title-link:focus { color: #fff; text-decoration: underline; }
.home-about-link { margin-top: 14px; }
.home-about-link a, .footer__meta-link { color: #c1b297; text-decoration: underline; }
.footer__meta-link { font-size: 14px; font-weight: normal; }
.home-map-section { padding-top: 0; }
.home-map-section .about-map { margin: 0; }
.home-map-section iframe { display: block; }
.instrument-card { margin-top: 42px; margin-bottom: 48px; }
.instrument-card + .instrument-card { border-top: 1px solid #665e5c; padding-top: 38px; }
.instrument-card__title { color: #c1b297; font-size: 24px; line-height: 1.3; margin-bottom: 24px; }
.instrument-card .page-gallery__list { margin-bottom: 0; padding-left: 0; }
.instrument-card .sp-wrap { clear: both; }
.instrument-card__toggle { cursor: pointer; }
.instrument-admin-link { margin: 20px 0 0; }
.instrument-admin-link a { color: #c1b297; text-decoration: underline; }
@media (max-width: 991px) {
  .header__main .container { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
  .header__lift, .header__right { float: none; }
  .header__call { font-size: 18px; }
}
@media (max-width: 560px) {
  .header__main .container { flex-wrap: wrap; }
  .header__calls { text-align: left; }
  .header__call { font-size: 16px; }
  .instrument-card__title { font-size: 20px; }
  .footer__left, .footer__right { float: none; }
  .footer__right { margin-top: 7px; }
}
