.aiRecordNarrativeLaunchContainer {
  padding: 15px;
}
.aiRecordNarrativeLaunchContainer.topSpacingBlock.conSecond {
  margin-top: 20px !important;
}
.aiRecordNarrativeLaunchContainer .userCardTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 18px !important;
}
.aiRecordNarrativeLaunchContainer .userCardTitle .badge {
  margin-left: auto;
}
.aiRecordNarrativeLaunchContainer .userCardImg.iconAi {
  background-color: #cedcca !important;
}
.aiRecordNarrativeLaunchContainer .userCardImg.iconAi:before {
  color: green !important;
  font-size: 18px !important;
}
.aiRecordNarrativeLaunchContainer .recordNarrativeCta button span.iconAi {
  position: relative;
  top: -1px;
  margin-left: -2px;
}
@media only screen and (max-width: 767px) {
  .aiRecordNarrativeLaunchContainer .hideOnMobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .aiRecordNarrativeLaunchContainer .showOnMobile {
    display: none;
  }
}
