h1{
    text-align: right;
  font-size: 20px;
}
.page-content {
  text-align: right;
  direction: rtl;
  margin: 32px 0;
}
.page-content select{
    border: none !important;
  box-shadow: none !important;
  height: auto !important;
}
.gchoice input{
    border-radius: 10px !important;
  font-size: 10px !important;
  color: #000 !important;
}
.gform_wrapper .gchoice.active {
  background-color: #FFDF3B !important;
}
.gform_wrapper .gchoice.active label{
font-weight: bold;
}

.gform_wrapper .gchoice {
      width: 100% !important;
  padding: 20px !important;
  transition: all .3s !important;
  background-color: #eee !important;
  border-radius: 1.25rem !important;
  color: #000 !important;
  cursor: pointer !important;
  margin-bottom: 16px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr; /* مهم */
}

.gform_wrapper .gchoice input {
    order: 1; /* بیاد سمت چپ */
}
.gform_wrapper .gchoice input::before {
    color: #000;
}

.gform_wrapper .gchoice label {
    order: 2;
    direction: rtl; /* متن دوباره راست‌چین بشه */
    flex: 1;
    margin-right: 10px;
}

