/* WK Legends Registration v2 - Frontend Form Styles */
.wk-legend-form {max-width:420px;margin:40px auto;background:#fff;border-radius:12px;box-shadow:0 2px 16px rgba(34,113,177,0.10);padding:36px 28px;font-family:Segoe UI,Arial,sans-serif;}
.wk-legend-title {text-align:center;color:#2271b1;margin-bottom:28px;font-size:1.5em;font-weight:600;}
.wk-legend-field {margin-bottom:22px;}
.wk-legend-field label {font-weight:500;color:#333;display:block;margin-bottom:6px;}
.wk-legend-input-wrap {display:flex;align-items:center;background:#f6f8fa;border:1px solid #ccd0d4;border-radius:8px;padding:8px 12px;}
.wk-legend-input-wrap .dashicons {color:#2271b1;font-size:1.2em;margin-right:8px;}
.wk-legend-input-wrap input {width:100%;border:none;background:transparent;font-size:16px;padding:8px 0;outline:none;}
.wk-legend-actions {text-align:center;}
.wk-legend-btn {background:#2271b1;color:#fff;border:none;border-radius:8px;padding:14px 36px;font-size:17px;font-weight:600;cursor:pointer;transition:background 0.2s;display:inline-flex;align-items:center;gap:8px;}
.wk-legend-btn .dashicons {font-size:1.2em;}
.wk-legend-btn:hover {background:#174a7c;}
.wk-legend-success {background:#e7f7e7;color:#2271b1;border:1px solid #b6e2b6;border-radius:8px;padding:14px;margin-bottom:22px;text-align:center;font-size:1.1em;}
.wk-legend-error {background:#fbeaea;color:#b12222;border:1px solid #e2b6b6;border-radius:8px;padding:14px;margin-bottom:22px;text-align:center;font-size:1.1em;}
