.c4y-bpscta {
  width: 100%;
  max-width: none;
}

.c4y-bpscta__card {
  width: 100%;
  box-sizing: border-box;
  padding: 1.5rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #2d3f6b 0%, rgba(45, 63, 107, 0.84) 100%);
  color: #fff;
}

.c4y-bpscta__title {
  margin: 0 0 0.75rem !important;
  color: #fff !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 28px !important;
}

.c4y-bpscta__desc {
  margin: 0 0 1rem !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 23px !important;
}

.c4y-bpscta__cta {
  margin: 0 !important;
}

.c4y-bpscta__cta a,
.c4y-bpscta__cta a:link,
.c4y-bpscta__cta a:visited {
  display: inline-flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 12px;
  background: rgb(104, 200, 81);
  color: #fff !important;
  text-decoration: none !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.c4y-bpscta__cta a:hover,
.c4y-bpscta__cta a:focus,
.c4y-bpscta__cta a:focus-visible {
  background: rgb(95, 186, 74);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: none;
}

.c4y-bpscta__cta svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}

.c4y-bpscta__cta a:hover svg,
.c4y-bpscta__cta a:focus svg,
.c4y-bpscta__cta a:focus-visible svg {
  transform: translateX(4px);
}
