.r179-captcha{
  margin:12px 0 14px;
  padding:12px;
  border:1px solid rgba(87,225,255,.24);
  border-radius:14px;
  background:rgba(4,17,31,.72);
  box-shadow:inset 0 0 24px rgba(32,180,218,.06);
}
.r179-captcha-head,
.r179-captcha-row{
  display:flex;
  align-items:center;
  gap:10px;
}
.r179-captcha-head{
  justify-content:space-between;
  margin-bottom:10px;
}
.r179-captcha-head strong{
  font-size:13px;
}
.r179-captcha-head button{
  border:0;
  background:transparent;
  color:#74e8ff;
  cursor:pointer;
  font:inherit;
  font-size:12px;
}
.r179-captcha-row{
  direction:rtl;
}
.r179-captcha-question{
  flex:1;
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background:rgba(255,255,255,.055);
  font-size:18px;
  font-weight:800;
  letter-spacing:1px;
}
.r179-captcha-answer{
  width:88px;
  min-height:44px;
  text-align:center;
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  background:#07101b;
  color:#fff;
  font:inherit;
  font-size:17px;
  outline:none;
}
.r179-captcha-answer:focus{
  border-color:#4ddff9;
  box-shadow:0 0 0 3px rgba(77,223,249,.12);
}
.r179-captcha small{
  display:block;
  margin-top:8px;
  color:rgba(255,255,255,.58);
  font-size:11px;
}
.r179-captcha.is-loading{
  opacity:.72;
}
@media (max-width:480px){
  .r179-captcha-row{align-items:stretch}
  .r179-captcha-question{font-size:16px}
  .r179-captcha-answer{width:78px}
}
