/**
 * Shared Book Tour sidebar card (Contact Us + Principal Welcome).
 */

.harkaway-tour-cta {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.harkaway-tour-cta__title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}

.harkaway-tour-cta__text {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #4b5563;
}

.harkaway-tour-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: auto;
  max-width: 100%;
  padding: 0.45rem 0.9rem;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  background: rgb(30, 108, 147);
  border-radius: 0.375rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: background 0.2s;
}

.harkaway-tour-cta__btn:hover,
.harkaway-tour-cta__btn:focus {
  background: rgb(25, 90, 125);
  color: #fff;
}

.harkaway-tour-cta__btn-icon {
  display: flex;
  align-items: center;
}

.harkaway-tour-cta__btn-icon svg {
  width: 14px;
  height: 14px;
}
