.gpsr-cta {
  box-sizing: border-box;
  margin: 28px 0;
  font-family: inherit;
}
.gpsr-cta[hidden] { display: none !important; }
.gpsr-cta--card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 24px;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 23, 42, .06);
}
.gpsr-copy { min-width: 0; }
.gpsr-copy h3 {
  margin: 0 0 7px;
  font-size: 20px;
  line-height: 1.35;
}
.gpsr-copy p {
  margin: 0;
  line-height: 1.65;
  opacity: .78;
}
.gpsr-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 10px;
  background: #1a73e8;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  line-height: 1.2;
}
.gpsr-button:hover { filter: brightness(.95); }
.gpsr-button:focus-visible,
.gpsr-close:focus-visible { outline: 3px solid currentColor; outline-offset: 3px; }
.gpsr-close {
  position: absolute;
  top: 7px;
  left: 9px;
  border: 0;
  background: transparent;
  padding: 4px 7px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  opacity: .55;
}
.gpsr-native { min-height: 40px; }
@media (max-width: 680px) {
  .gpsr-cta--card {
    align-items: stretch;
    flex-direction: column;
    padding: 20px;
  }
  .gpsr-button { width: 100%; }
}
