.owner-nudge {
  background: var(--green);
  color: #fff;
}

.owner-nudge .eyebrow {
  color: #f5b94d;
}

.owner-nudge .intro {
  color: #d9e5e1;
}

.owner-nudge .split {
  align-items: center;
}

.owner-nudge .actions {
  justify-content: flex-end;
}

.owner-nudge .btn.soft {
  background: #fff;
  color: var(--green);
}

@media (max-width: 800px) {
  .owner-nudge .actions {
    justify-content: flex-start;
  }
}
