@import url('./venue-profile.css');

.watch-party-contribution {
  display: grid;
  gap: .65rem;
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(0, 38, 118, .16);
  border-radius: 16px;
  background: rgba(253, 181, 21, .1);
}

.watch-party-contribution__prompt {
  margin: 0;
  color: var(--navy, #002676);
  font-weight: 750;
  line-height: 1.35;
}

.watch-party-contribution__action {
  width: fit-content;
  min-height: 44px;
  text-align: center;
}

@media (max-width: 599px) {
  .watch-party-contribution__action {
    width: 100%;
  }
}
