/* Gatwick contact widgets — Operations + Booking Helpline */

.gp-contact-widgets {
  --gp-cw-navy: #042550;
  --gp-cw-navy-soft: #0a3468;
  --gp-cw-orange: #f76e28;
  --gp-cw-orange-hot: #ff8533;
  --gp-cw-orange-soft: rgba(247, 110, 40, 0.22);
  --gp-cw-muted: rgba(255, 255, 255, 0.72);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
  gap: 0.55rem;
  width: 100%;
}

.gp-contact-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  padding: 0.45rem 0.75rem 0.45rem 0.5rem;
  border: 1px solid rgba(247, 110, 40, 0.35);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(10, 52, 104, 0.95), rgba(4, 37, 80, 0.98));
  box-shadow: 0 0 0 1px rgba(247, 110, 40, 0.08), 0 6px 18px rgba(0, 0, 0, 0.18);
  color: #fff;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.gp-contact-chip:hover,
.gp-contact-chip:focus-visible {
  border-color: rgba(247, 110, 40, 0.65);
  box-shadow: 0 0 0 1px rgba(247, 110, 40, 0.18), 0 8px 22px rgba(247, 110, 40, 0.18);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.gp-contact-chip__icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 2.15rem;
  height: 2.15rem;
  place-items: center;
  border-radius: 50%;
  background: var(--gp-cw-orange);
  color: #fff;
  font-size: 0.85rem;
  box-shadow: 0 0 16px rgba(247, 110, 40, 0.45);
}

.gp-contact-chip--help .gp-contact-chip__icon {
  border-radius: 0.55rem;
}

.gp-contact-chip__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
  min-width: 0;
}

.gp-contact-chip__label {
  color: var(--gp-cw-muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gp-contact-chip__number {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.gp-contact-chip__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.1rem;
  padding: 0.18rem 0.55rem;
  border: 1px solid rgba(247, 110, 40, 0.45);
  border-radius: 8px;
  background: rgba(247, 110, 40, 0.08);
  color: var(--gp-cw-orange-hot);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.gp-contact-chip__badge--hours {
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.64rem;
  font-weight: 600;
  align-items: flex-start;
  gap: 0.4rem;
}

.gp-contact-chip__hours {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  min-width: 0;
  flex: 1 1 auto;
}

.gp-contact-chip__hours-label,
.gp-contact-chip__hours-time {
  display: block;
  max-width: 100%;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}

.gp-contact-chip__badge i {
  font-size: 0.7rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.gp-contact-chip__dot {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--gp-cw-orange-hot);
  box-shadow: 0 0 8px rgba(255, 133, 51, 0.85);
  flex-shrink: 0;
}

/* Header topbar host — ops chip only */
.gp-topbar {
  min-height: 0;
  padding: 0.45rem 0;
}

.gp-topbar .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 0;
}

.gp-topbar .gp-contact-widgets {
  width: auto;
  max-width: 100%;
  justify-content: flex-end;
}

.gp-topbar .gp-contact-chip {
  flex: 0 1 auto;
  max-width: none;
}

/* Footer variant — sit in contact column */
.gp-contact-widgets--footer {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.65rem;
  margin: 0 0 1rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.gp-contact-widgets--footer .gp-contact-chip {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 14px;
  padding: 0.85rem 0.95rem 0.85rem 0.75rem;
  overflow: hidden;
}

.gp-contact-widgets--footer .gp-contact-chip__body {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  gap: 0.25rem;
  overflow: hidden;
}

.gp-contact-widgets--footer .gp-contact-chip__label {
  font-size: 0.68rem;
  letter-spacing: 0.06em;
}

.gp-contact-widgets--footer .gp-contact-chip__number {
  font-size: 1.1rem;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}

.gp-contact-widgets--footer .gp-contact-chip__badge {
  align-self: stretch;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  white-space: normal;
  line-height: 1.35;
  padding: 0.35rem 0.65rem;
  font-size: 0.7rem;
  overflow: hidden;
}

.gp-contact-widgets--footer .gp-contact-chip__badge--hours {
  font-size: 0.72rem;
}

.gp-contact-widgets--footer .gp-contact-chip__hours {
  width: 100%;
  min-width: 0;
}

.gp-contact-widgets--footer .gp-contact-chip__hours-label,
.gp-contact-widgets--footer .gp-contact-chip__hours-time {
  white-space: normal;
}

/* iPad / tablet footer */
@media (max-width: 1199.98px) {
  .gp-contact-widgets--footer {
    margin-bottom: 1.1rem;
    max-width: 100%;
  }

  .gp-contact-widgets--footer .gp-contact-chip {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 1.1rem;
  }

  .gp-contact-widgets--footer .gp-contact-chip__icon {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }

  .gp-contact-widgets--footer .gp-contact-chip__body {
    gap: 0.35rem;
  }

  .gp-contact-widgets--footer .gp-contact-chip__label {
    font-size: 0.72rem;
  }

  .gp-contact-widgets--footer .gp-contact-chip__number {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .gp-contact-widgets--footer .gp-contact-chip__badge,
  .gp-contact-widgets--footer .gp-contact-chip__badge--hours {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    font-size: 0.8rem;
    padding: 0.45rem 0.75rem;
  }

  .gp-contact-widgets--footer .gp-contact-chip__hours-label,
  .gp-contact-widgets--footer .gp-contact-chip__hours-time {
    white-space: normal;
    font-size: 0.8rem;
  }

  .gp-contact-widgets--footer .gp-contact-chip__badge i {
    margin-top: 0.2rem;
  }
}

/* Tablet header chips */
@media (max-width: 991.98px) {
  .gp-topbar .gp-contact-widgets {
    justify-content: flex-end;
    gap: 0.45rem;
  }

  .gp-topbar .gp-contact-chip {
    flex: 0 1 auto;
    max-width: none;
  }

  .gp-topbar .gp-contact-chip__icon {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 0.75rem;
  }

  .gp-topbar .gp-contact-chip__number {
    font-size: 0.88rem;
  }

  .gp-topbar .gp-contact-chip__label {
    font-size: 0.58rem;
  }

  .gp-topbar .gp-contact-chip__badge {
    font-size: 0.56rem;
    padding: 0.14rem 0.45rem;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .gp-topbar {
    padding: 0.4rem 0;
  }

  .gp-topbar .gp-contact-widgets {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    gap: 0.4rem;
  }

  .gp-topbar .gp-contact-chip {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
    border-radius: 12px;
    padding: 0.45rem 0.7rem 0.45rem 0.5rem;
  }

  .gp-topbar .gp-contact-chip__icon {
    width: 2.05rem;
    height: 2.05rem;
  }

  .gp-topbar .gp-contact-chip__number {
    font-size: 0.95rem;
  }

  .gp-contact-widgets--footer .gp-contact-chip {
    border-radius: 12px;
    padding: 0.85rem 0.9rem;
  }

  .gp-contact-widgets--footer .gp-contact-chip__number {
    font-size: 1.08rem;
  }

  .gp-contact-widgets--footer .gp-contact-chip__badge,
  .gp-contact-widgets--footer .gp-contact-chip__badge--hours {
    font-size: 0.72rem;
  }

  .gp-contact-widgets--footer .gp-contact-chip__hours-label,
  .gp-contact-widgets--footer .gp-contact-chip__hours-time {
    font-size: 0.72rem;
  }
}

@media (max-width: 429.98px) {
  .gp-topbar .gp-contact-chip__label {
    font-size: 0.55rem;
  }

  .gp-topbar .gp-contact-chip__number {
    font-size: 0.9rem;
  }

  .gp-topbar .gp-contact-chip__badge,
  .gp-topbar .gp-contact-chip__badge--hours {
    font-size: 0.55rem;
  }

  .gp-contact-widgets--footer .gp-contact-chip__number {
    font-size: 1rem;
  }

  .gp-contact-widgets--footer .gp-contact-chip__badge,
  .gp-contact-widgets--footer .gp-contact-chip__badge--hours {
    font-size: 0.68rem;
  }

  .gp-contact-widgets--footer .gp-contact-chip__hours-label,
  .gp-contact-widgets--footer .gp-contact-chip__hours-time {
    font-size: 0.68rem;
    white-space: normal;
  }
}
