.pw-affiliate-box {
  margin: 2rem 0;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border: 1px solid #cdd9ff;
  border-left: 5px solid #315ae8;
  border-radius: 16px;
  background: #f5f7ff;
  color: #14254d;
  box-shadow: 0 10px 28px rgba(31, 62, 139, 0.08);
}

.pw-affiliate-box__eyebrow {
  margin: 0 0 0.55rem;
  color: #315ae8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pw-affiliate-box__title {
  margin: 0;
  color: #102452;
  font-size: clamp(1.25rem, 3vw, 1.55rem);
  font-weight: 800;
  line-height: 1.25;
}

.pw-affiliate-box__body {
  max-width: 68ch;
  margin: 0.7rem 0 1rem;
  color: #35466b;
  line-height: 1.65;
}

.pw-affiliate-box__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: #315ae8;
  color: #fff !important;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none !important;
  box-shadow: 0 6px 14px rgba(49, 90, 232, 0.2);
}

.pw-affiliate-box__cta:hover,
.pw-affiliate-box__cta:focus-visible {
  background: #2448c9;
  color: #fff !important;
}

.pw-affiliate-box__cta:focus-visible {
  outline: 3px solid #14254d;
  outline-offset: 3px;
}

.pw-affiliate-box__disclosure {
  margin: 0.9rem 0 0;
  color: #66728f;
  font-size: 0.82rem;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .pw-affiliate-box__cta {
    width: 100%;
    box-sizing: border-box;
  }
}

