.fcr-class-dialog .fcr-dialog-body {
  padding: 0 32px;
}
.fcr-class-dialog-img {
  width: 100%;
  height: 129px;
  background-color: var(--fcr_ui_scene_ramp_brand6);
  margin-bottom: 24px;
}
.fcr-class-dialog-img img {
  width: 100%;
  height: 100%;
}
.fcr-class-dialog-inner .fcr-class-dialog-title:first-child {
  padding-top: 36px;
}
.fcr-class-dialog-title {
  font-weight: var(--fcr_font_weight_l);
  color: var(--fcr_ui_scene_icontext1);
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding-bottom: 12px;
}
.fcr-class-dialog-content {
  font-weight: var(--fcr_font_weight_s);
  color: var(--fcr_ui_scene_icontext1);
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 24px;
  text-align: center;
}
.fcr-class-dialog-actions {
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
  gap: 8px;
}
.fcr-class-dialog-cancel {
  padding-bottom: 24px;
}
