.home-preview-choice-card {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) minmax(210px, .28fr);
  grid-template-rows: auto auto;
  min-height: 0;
  padding: 22px;
}

.home-preview-choice-card .home-preview-card-head {
  align-items: flex-start;
  grid-column: 1;
  grid-row: 1;
}

.home-preview-choice-card .home-preview-card-head p {
  margin-top: 4px;
}

.home-preview-product-label {
  display: block;
  margin-bottom: 3px;
  color: #087662;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-preview-p2p-choice .home-preview-product-label {
  color: #7a5500;
}

.home-preview-gateway-choice .home-preview-product-label {
  color: #086f7e;
}

.home-preview-intake-choice .home-preview-product-label {
  color: #5b1a8f;
}

.home-preview-choice-more {
  grid-column: 2;
  grid-row: 1;
}

.home-preview-secure-launch,
.home-preview-p2p-actions {
  grid-column: 1 / -1;
  grid-row: 2;
  min-width: 0;
  padding-top: 18px;
  border-top: 1px solid var(--home-line);
}

.home-preview-secure-launch-action {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  border: 1px solid #b9ded7;
  border-radius: 9px;
  background: #f1fbf8;
  color: #087662;
  text-decoration: none;
}

.home-preview-secure-launch-action img {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 10px;
}

.home-preview-secure-launch-action:hover {
  border-color: currentColor;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .07);
}

.home-preview-gateway-choice .home-preview-secure-launch-action {
  border-color: #add8de;
  background: #eefafb;
  color: #086f7e;
}

.home-preview-intake-choice .home-preview-secure-launch-action {
  border-color: #d7b6e8;
  background: #f7f0fc;
  color: #5b1a8f;
}

.home-preview-secure-launch-action small,
.home-preview-secure-launch-action strong {
  display: block;
}

.home-preview-secure-launch-action small {
  margin-bottom: 3px;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
}

.home-preview-secure-launch-action strong {
  color: var(--home-ink);
  font-size: 1.02rem;
}

.home-preview-p2p-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 92px;
}

@media (max-width: 760px) {
  .home-preview-choice-card {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
  }

  .home-preview-choice-card .home-preview-card-head,
  .home-preview-choice-more,
  .home-preview-secure-launch,
  .home-preview-p2p-actions {
    grid-column: 1;
    grid-row: auto;
  }

  .home-preview-p2p-actions {
    grid-template-columns: 1fr;
  }
}
