.gp-preferred-source-route {
  border-top: 1px solid rgba(254, 127, 45, 0.28);
  border-bottom: 1px solid rgba(254, 127, 45, 0.28);
  background: #f5fbe6;
  padding: 4rem 1rem;
}

.gp-preferred-source-inner {
  width: min(100%, 64rem);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border: 1px solid rgba(33, 94, 97, 0.28);
  border-radius: 1.25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0 18px 45px -34px rgba(23, 42, 46, 0.65);
}

.gp-preferred-source-copy {
  max-width: 42rem;
}

.gp-preferred-source-copy h2 {
  margin: 0 0 0.65rem;
  color: #233d4d;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 800;
  line-height: 1.15;
}

.gp-preferred-source-copy > p:last-child {
  margin: 0;
  color: #42575d;
  line-height: 1.7;
}

.gp-preferred-source-eyebrow {
  margin: 0 0 0.65rem;
  color: #215e61;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gp-preferred-source-button {
  display: inline-flex;
  min-height: 3rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid #fe7f2d;
  border-radius: 0.8rem;
  background: #fe7f2d;
  color: #172a2e;
  padding: 0.8rem 1.15rem;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 24px -17px rgba(0, 0, 0, 0.8);
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.gp-preferred-source-button:hover {
  background: #f5fbe6;
  color: #172a2e;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px -17px rgba(0, 0, 0, 0.8);
}

.gp-preferred-source-button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.gp-preferred-source-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 2rem;
}

.gp-preferred-source-footer-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.25rem;
  color: #f5fbe6;
}

.gp-preferred-source-footer-copy strong {
  color: #ffffff;
  font-size: 1rem;
}

.gp-preferred-source-footer-copy span {
  color: rgba(245, 251, 230, 0.75);
  font-size: 0.88rem;
}

@media (max-width: 760px) {
  .gp-preferred-source-route {
    padding: 3rem 1rem;
  }

  .gp-preferred-source-inner,
  .gp-preferred-source-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .gp-preferred-source-inner {
    gap: 1.35rem;
    padding: 1.5rem;
  }

  .gp-preferred-source-button {
    width: 100%;
  }
}

@media print {
  .gp-preferred-source-route,
  .gp-preferred-source-footer {
    display: none !important;
  }
}
