.pmbs-fl-wrap {
    max-width: 480px;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fafafa;
    font-family: inherit;
}

.pmbs-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}

.pmbs-row {
    margin-bottom: 15px;
}

.pmbs-row label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.pmbs-input {
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.pmbs-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #2271b1;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.pmbs-btn:hover {
    background: #1a5988;
}

.pmbs-msg {
    margin-top: 15px;
    min-height: 20px;
    font-weight: 600;
}

.pmbs-msg-error {
    color: #c00;
}

.pmbs-msg-success {
    color: #0a7a25;
}

.pmbs-step {
    margin-bottom: 20px;
}
