.cls-page-feedback-box{
  display:block;
  width:100%;
  box-sizing:border-box;
  margin:24px 0 0;
  padding:20px;
  background:#fff;
  border:1px solid #d9e8f8;
  border-radius:12px;
  text-align:center;
  box-shadow:0 2px 10px rgba(15,23,42,.04);
}
.cls-page-feedback-box *{box-sizing:border-box;}
.cls-page-feedback-box .ril-helpful-question{
  margin:0 0 14px;
  color:#0f172a;
  font-size:18px;
  font-weight:700;
  line-height:1.4;
}
.cls-page-feedback-box .ril-helpful-form{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
}
.cls-page-feedback-box .ril-helpful-options{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:18px;
}
.cls-page-feedback-box .ril-helpful-option{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#0f172a;
  font-size:15px;
  font-weight:500;
  margin:0;
}
.cls-page-feedback-box .ril-helpful-option input{
  margin:0;
}
.cls-page-feedback-box .ril-helpful-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:160px;
  min-height:42px;
  padding:10px 16px;
  border:1px solid #98c5ea;
  border-radius:8px;
  background:#fff;
  color:#0b5ea8;
  font-size:14px;
  font-weight:600;
  line-height:1.2;
  cursor:pointer;
  transition:background-color .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease;
}
.cls-page-feedback-box .ril-helpful-submit:hover{
  background:#eaf5ff;
  border-color:#7fb7e6;
}
.cls-page-feedback-box .ril-helpful-submit:disabled{
  opacity:.7;
  cursor:default;
}
.cls-page-feedback-box .ril-helpful-inline-message{
  display:none;
  margin:10px 0 0;
  color:#0b5ea8;
  font-size:12px;
  line-height:1.4;
  text-align:center;
}
.cls-page-feedback-box .ril-helpful-success{
  display:none;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:8px 0 2px;
}
.cls-page-feedback-box .ril-helpful-success-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:72px;
  height:72px;
  border-radius:999px;
  background:#0982db;
  border:2px solid #0982db;
  color:#fff;
  font-size:38px;
  font-weight:700;
}
.cls-page-feedback-box .ril-helpful-thanks{
  margin:0;
  color:#0f172a;
  font-size:16px;
  font-weight:600;
  text-align:center;
}
.cls-page-feedback-box .cls-feedback-change-link{
  appearance:none;
  background:none;
  border:0;
  padding:0;
  margin:2px 0 0;
  color:#0b5ea8;
  font-size:14px;
  font-weight:600;
  line-height:1.4;
  cursor:pointer;
  text-decoration:none;
}
.cls-page-feedback-box .cls-feedback-change-link:hover{
  color:#084f8e;
}
@media (max-width:600px){
  .cls-page-feedback-box{
    padding:16px;
  }
  .cls-page-feedback-box .ril-helpful-question{
    font-size:17px;
  }
  .cls-page-feedback-box .ril-helpful-options{
    flex-direction:column;
    gap:12px;
  }
  .cls-page-feedback-box .ril-helpful-submit{
    width:100%;
    max-width:260px;
  }
}
