
.wrars-wrap { max-width: 520px; margin: 0 auto; }
.wrars-form { margin: 0 auto; border: 1px solid #e5e7eb; padding: 18px; border-radius: 14px; background: #fff; }
.wrars-row { margin-bottom: 14px; display: flex; flex-direction: column; gap: 6px; }
.wrars-row label { font-weight: 600; }
.wrars-row input { width: 100%; padding: 10px 12px; border-radius: 10px; border: 1px solid #cfd5dd; }
.wrars-help { color: #555; }
.wrars-btn { padding: 10px 14px; border-radius: 12px; border: none; cursor: pointer; font-weight: 700;  font-size: 18px; }
.wrars-notice { padding: 10px 12px; border-radius: 12px; margin-bottom: 12px; }
.wrars-ok { background: #ecfdf5; border: 1px solid #a7f3d0; }
.wrars-err { background: #fef2f2; border: 1px solid #fecaca; }


/* Captcha block */
.wrars-captcha{display:flex;flex-direction:column;align-items:center;gap:8px;}
.wrars-captcha .g-recaptcha{transform-origin:0 0;}
@media (max-width: 420px){
  .wrars-captcha .g-recaptcha{transform:scale(0.92);}
}


/* WRARS Form polish v2.0.3 */
.wrars-wrap, .wkjm-wrap, .poo-wrap, .wk-wrap { max-width: 980px; margin: 0 auto; }
.wrars-form { background:#fff; border:1px solid #dcdcde; border-radius:16px; padding:18px; }
.wrars-row { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:12px; }
.wrars-row > div, .wrars-row > p, .wrars-row > label { flex:1 1 260px; }
.wrars-form input[type="text"], .wrars-form input[type="email"], .wrars-form input[type="tel"], .wrars-form input[type="password"], .wrars-form select, .wrars-form textarea {
  width:100%; padding:12px 12px; border:1px solid #c3c4c7; border-radius:12px; background:#fff; font-size:16px; line-height:1.2;
}
.wrars-form input::placeholder { color:#6b7280; }
.wrars-form input:focus, .wrars-form select:focus, .wrars-form textarea:focus { outline: none; border-color:#2271b1; box-shadow:0 0 0 3px rgba(34,113,177,.18); }
.wrars-form button, .wrars-form input[type="submit"] {
  padding:12px 18px; border-radius:12px; font-weight:700; font-size:16px;
}
.wrars-form .wrars-actions { display:flex; gap:12px; align-items:center; justify-content:flex-start; flex-wrap:wrap; margin-top:10px; }
.wrars-sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }

