.igp-channel-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.igp-channel-links a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.igp-channel-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 48, 36, .28);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 12px 28px rgba(16, 48, 34, .07);
}

.igp-channel-links img {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  object-fit: contain;
}

.igp-channel-links span {
  min-width: 0;
}

.igp-channel-links strong {
  display: block;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: -.025em;
}

.igp-channel-links small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -.02em;
}

.igp-channel-links b {
  color: #78951f;
  font-size: 14px;
  line-height: 1;
}

.igp-booking-copy > .igp-channel-links {
  margin-top: 0;
  margin-bottom: 26px;
}

@media (max-width: 760px) {
  .igp-channel-links {
    grid-template-columns: 1fr;
  }

  .igp-channel-links a {
    min-height: 68px;
  }
}

.igp-footer-socials {
  display: grid;
  gap: 8px;
  width: min(100%, 300px);
  margin-top: 26px;
}

.igp-footer-socials a {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .04);
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.igp-footer-socials a:hover {
  transform: translateY(-2px);
  border-color: rgba(182, 214, 47, .6);
  background: rgba(255, 255, 255, .08);
}

.igp-footer-socials img {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.igp-footer-socials span {
  min-width: 0;
}

.igp-footer-socials strong {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.igp-footer-socials small {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, .52);
  font-size: 9px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -.01em;
}

.igp-footer-socials b {
  color: var(--lime);
  font-size: 13px;
  line-height: 1;
}

.igp-footer-brand > p {
  max-width: 330px;
  font-size: clamp(26px, 2.25vw, 34px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
