#p17-acquisition-widget {
  display: none;
}

.p17-card,
.p17-sticky,
.p17-chip {
  box-sizing: border-box;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.p17-card {
  max-width: 920px;
  margin: 18px auto;
  padding: 18px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.96));
  color: #f8fafc;
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.22);
}

.p17-card h2,
.p17-card h3 {
  margin: 0 0 8px;
  color: #facc15;
  font-size: 1.15rem;
  letter-spacing: 0;
}

.p17-card p {
  margin: 0 0 12px;
  color: #cbd5e1;
  line-height: 1.55;
}

.p17-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.p17-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(250, 204, 21, 0.35);
  background: #facc15;
  color: #111827;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
}

.p17-btn.secondary {
  background: transparent;
  color: #f8fafc;
}

.p17-sticky {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99950;
  width: min(360px, calc(100vw - 28px));
  padding: 14px;
  border-radius: 10px;
  border: 1px solid rgba(212, 175, 55, 0.36);
  background: rgba(10, 15, 30, 0.96);
  color: #f8fafc;
  box-shadow: 0 16px 38px rgba(2, 6, 23, 0.32);
}

.p17-sticky strong {
  display: block;
  margin-bottom: 4px;
  color: #facc15;
  font-size: 0.95rem;
}

.p17-sticky span {
  display: block;
  margin-bottom: 10px;
  color: #cbd5e1;
  font-size: 0.84rem;
  line-height: 1.35;
}

.p17-sticky .p17-close {
  position: absolute;
  top: 8px;
  right: 8px;
  border: 0;
  background: transparent;
  color: #94a3b8;
  font-size: 18px;
  cursor: pointer;
}

.p17-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.12);
  color: #facc15;
  font-weight: 700;
  font-size: 0.83rem;
}

@media (max-width: 760px) {
  .p17-card {
    margin: 14px 12px;
    padding: 15px;
  }

  .p17-sticky {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
  }
}
