.wpip-box {
    box-sizing: border-box;
    max-width: 560px;
    margin: 32px auto;
    padding: 28px;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    background: #fff;
    color: #1f2933;
}

.wpip-form {
    display: grid;
    gap: 18px;
}

.wpip-form label {
    display: grid;
    gap: 8px;
    font-weight: 600;
}

.wpip-form input[type="text"],
.wpip-form input[type="email"],
.wpip-form input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #b8c0cc;
    border-radius: 6px;
    font-size: 16px;
}

.wpip-check {
    display: flex !important;
    grid-template-columns: none;
    align-items: center;
    gap: 10px !important;
    font-weight: 400 !important;
}

.wpip-form button,
.wpip-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 0;
    border-radius: 6px;
    background: #1565c0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.wpip-form button:hover,
.wpip-button:hover {
    background: #0f4f98;
    color: #fff;
}

.wpip-link,
.wpip-button-row {
    margin: 18px 0 0;
}

.wpip-message {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 6px;
    font-weight: 600;
}

.wpip-success {
    border: 1px solid #9ad0a6;
    background: #edf9ef;
    color: #17652b;
}

.wpip-error {
    border: 1px solid #e3a2a2;
    background: #fff0f0;
    color: #9b1c1c;
}

.wpip-member h2 {
    margin-top: 0;
}

.wpip-panel {
    margin-top: 18px;
    padding: 18px;
    border-left: 4px solid #1565c0;
    background: #f4f7fb;
}
