.um-profile-custom-wrapper {
    max-width: 700px;
    margin: 40px auto;
    padding: 20px;
}

.um-profile-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.um-field-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.um-field-label {
    font-weight: 600;
    color: #222;
}

.um-field-value {
    color: #444;
}
