/* src/components/index.scss */
.webapp-pa-prompt {
  width: 400px;
}
.webapp-pa-prompt .webapp-pa-prompt_container {
  width: 100%;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 32px 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.webapp-pa-prompt .webapp-pa-prompt_container_dark {
  background-color: #000;
}
.webapp-pa-prompt .webapp-pa-prompt_container_light {
  background-color: #fff;
}
.webapp-pa-prompt .webapp-pa-prompt_container__banner_dark {
  width: 176px;
  height: 117px;
}
.webapp-pa-prompt .webapp-pa-prompt_container__banner_light {
  width: 284px;
  height: 121px;
}
.webapp-pa-prompt .webapp-pa-prompt_container__banner img {
  width: 100%;
  height: auto;
}
.webapp-pa-prompt .webapp-pa-prompt_container__title {
  width: 336px;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-top: 30px;
}
.webapp-pa-prompt .webapp-pa-prompt_container__description {
  width: 336px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
  margin-top: 16px;
}
.webapp-pa-prompt .webapp-pa-prompt_container__description_dark {
  color: #f6f6f6;
}
.webapp-pa-prompt .webapp-pa-prompt_container__description_light {
  color: #000;
}
.webapp-pa-prompt .webapp-pa-prompt_container__description_bold {
  font-weight: 500;
  display: inline;
}
.webapp-pa-prompt .webapp-pa-prompt_container__description_bold_clickable {
  cursor: pointer;
}
.webapp-pa-prompt .webapp-pa-prompt_container__pa {
  display: flex;
  flex-flow: column nowrap;
  padding: 16px 20px 0 20px;
  width: 343px;
  border-radius: 8px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
  margin-top: 16px;
}
.webapp-pa-prompt .webapp-pa-prompt_container__pa_dark {
  background-color: #1e1e1e;
}
.webapp-pa-prompt .webapp-pa-prompt_container__pa_title {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.webapp-pa-prompt .webapp-pa-prompt_container__pa_desc {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  margin-top: 8px;
  margin-bottom: 16px;
}
.webapp-pa-prompt .webapp-pa-prompt_container__pa_desc_dark {
  color: rgba(255, 255, 255, 0.88);
}
.webapp-pa-prompt .webapp-pa-prompt_container__pa_desc_light {
  color: rgba(0, 0, 0, 0.65);
}
.webapp-pa-prompt .webapp-pa-prompt_container__pa_button {
  padding: 16px 0;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  color: #fe2c55;
  cursor: pointer;
}
.webapp-pa-prompt .webapp-pa-prompt_container__ga {
  margin-top: 20px;
  display: flex;
  flex-flow: column nowrap;
  padding: 16px 20px 0 20px;
  width: 343px;
  border-radius: 8px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.webapp-pa-prompt .webapp-pa-prompt_container__ga_dark {
  background-color: #1e1e1e;
}
.webapp-pa-prompt .webapp-pa-prompt_container__ga_title {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.webapp-pa-prompt .webapp-pa-prompt_container__ga_desc {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  margin-top: 8px;
  margin-bottom: 16px;
}
.webapp-pa-prompt .webapp-pa-prompt_container__ga_desc_dark {
  color: rgba(255, 255, 255, 0.88);
}
.webapp-pa-prompt .webapp-pa-prompt_container__ga_desc_light {
  color: rgba(0, 0, 0, 0.65);
}
.webapp-pa-prompt .webapp-pa-prompt_container__ga_button {
  padding: 16px 0;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  color: #fe2c55;
  cursor: pointer;
}
.webapp-pa-prompt .webapp-pa-prompt_container__remarks {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  margin-top: 16px;
}
.webapp-pa-prompt .webapp-pa-prompt_container__remarks_dark {
  color: rgba(255, 255, 255, 0.88);
}
.webapp-pa-prompt .webapp-pa-prompt_container__remarks_light {
  color: rgba(22, 24, 35, 0.5);
}
