.rdm-activity-nudge-wrapper,
.rdm-activity-nudge-wrapper * {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

.rdm-activity-nudge-wrapper {
  padding: 50px;
}

.rdm-activity-nudge-wrapper h2 {
  font-weight: bold;
  margin-bottom: 5px;
}

.rdm-activiy-header {
  margin-bottom: 20px;
}

.rdm-activity-card {
  display: flex;
  justify-content: space-between;
}

.activity-icons-wrap {
  display: flex;
  position: relative;
  gap: 10px;
  align-items: center;
}

.rdm-pending {
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 50px;
  line-height: 1;
}

.rdm-act-heading,
.rdm-act-date {
  font-size: 16px;
  line-height: 1.2;
}

.rdm-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  padding: 5px;
}

.rdm-act-subheading {
  font-size: 12px;
}

.rdm-btn-redeem {
  text-align: center;
  margin-top: 16px;
  padding: 12px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
}

.rdm-activiy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width:767px) {
  .rdm-activity-nudge-wrapper {
    padding: 20px;
  }

}